From: Mike Waychison Date: Sat, 23 Jul 2011 07:31:45 +0000 (-0700) Subject: KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE X-Git-Tag: v3.2-rc1~119^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1613ad5d0018a009bd4865b0fa5930abb5ed259;p=pandora-kernel.git KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE Commit 0945d4b228 tried to fix the get_msr path for the HV_X64_MSR_APIC_ASSIST_PAGE msr, but was poorly tested. We should be returning 0 if the read succeeded, and passing the value back to the caller via the pdata out argument, not returning the value directly. Signed-off-by: Mike Waychison Signed-off-by: Avi Kivity --- Reading git-diff-tree failed