summaryrefslogtreecommitdiff
path: root/kvm_x86.c
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2013-02-26 11:38:35 -0800
committerRobert Mustacchi <rm@joyent.com>2013-03-21 05:58:12 +0000
commit2bbad6a788414fb3455828e020007809c00b5a74 (patch)
tree35a9b75cede621384c7fec9624714b2a14c46a4f /kvm_x86.c
parentc52ff98aa3b4152a3ebb96b6522df37773ace229 (diff)
downloadillumos-kvm-2bbad6a788414fb3455828e020007809c00b5a74.tar.gz
Diffstat (limited to 'kvm_x86.c')
-rw-r--r--kvm_x86.c6
1 files changed, 6 insertions, 0 deletions
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) {