From: Mike Waychison Date: Thu, 21 Jul 2011 22:38:10 +0000 (-0700) Subject: KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE X-Git-Tag: v3.2-rc1~119^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14fa67ee95d4f7313fbf149fe37faccb903857c8;p=pandora-kernel.git KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE "get" support for the HV_X64_MSR_APIC_ASSIST_PAGE msr was missing, even though it is explicitly enumerated as something the vmm should save in msrs_to_save and reported to userland via the KVM_GET_MSR_INDEX_LIST ioctl. Add "get" support for HV_X64_MSR_APIC_ASSIST_PAGE. We simply return the guest visible value of this register, which seems to be correct as a set on the register is validated for us already. Signed-off-by: Mike Waychison Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed