commit | f56838e4c38cbbc428ae276783f5dbb225e58817 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Dec 03 11:45:50 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:25 2011 +0200 |
tree | 7a2c12efb09da5c1bfedb7767553796c911098d9 | |
parent | 116a0a23676e7d29b7747a53f819baaaf4b88575 [diff] |
KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASE This patch adds the clean bit for the physical addresses of the MSRPM and the IOPM. It does not need to be set in the code because the only place where these values are changed is the nested-svm vmrun and vmexit path. These functions already mark the complete VMCB as dirty. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>