From: Joerg Roedel Date: Fri, 3 Dec 2010 10:45:50 +0000 (+0100) Subject: KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASE X-Git-Tag: v2.6.38-rc1~244^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56838e4c38cbbc428ae276783f5dbb225e58817;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed