From 2bbad6a788414fb3455828e020007809c00b5a74 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Tue, 26 Feb 2013 11:38:35 -0800 Subject: HVM-770 ioapic should return zero reads for bogus pins --- kvm_x86.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kvm_x86.c') diff --git a/kvm_x86.c b/kvm_x86.c index 81e6773..07c3810 100644 --- a/kvm_x86.c +++ b/kvm_x86.c @@ -1170,6 +1170,12 @@ kvm_set_msr_common(struct kvm_vcpu *vcpu, uint32_t msr, uint64_t data) vcpu->kvm->arch.wall_clock = data; kvm_write_wall_clock(vcpu->kvm, data); break; + + /* + * If in the future we go to update this code, we must go sync + * back up with the Linux for this MSR to address several important + * bugs. + */ case MSR_KVM_SYSTEM_TIME: { #ifdef XXX if (vcpu->arch.time_page) { -- cgit v1.2.3