diff options
author | Marcelo Tosatti | 2011-10-25 01:27:16 +0200 |
---|---|---|
committer | Marcelo Tosatti | 2011-10-25 01:27:16 +0200 |
commit | 38d2c27ea68468bd2fdaa19c74d9e6d290f94777 (patch) | |
tree | cbcd13b723a13aaac47773e4628e1c56e508a56d /target-i386/machine.c | |
parent | kvm: avoid reentring kvm_flush_coalesced_mmio_buffer() (diff) | |
download | qemu-38d2c27ea68468bd2fdaa19c74d9e6d290f94777.tar.gz qemu-38d2c27ea68468bd2fdaa19c74d9e6d290f94777.tar.xz qemu-38d2c27ea68468bd2fdaa19c74d9e6d290f94777.zip |
Revert "kvm: support TSC deadline MSR"
This reverts commit bfc2455ddbb41148494a084d15777e6bed7533c3.
New patch with subsections will follow.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'target-i386/machine.c')
-rw-r--r-- | target-i386/machine.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/machine.c b/target-i386/machine.c index 25fa97de4a..9aca8e0523 100644 --- a/target-i386/machine.c +++ b/target-i386/machine.c @@ -410,7 +410,6 @@ static const VMStateDescription vmstate_cpu = { VMSTATE_UINT64_V(xcr0, CPUState, 12), VMSTATE_UINT64_V(xstate_bv, CPUState, 12), VMSTATE_YMMH_REGS_VARS(ymmh_regs, CPUState, CPU_NB_REGS, 12), - VMSTATE_UINT64_V(tsc_deadline, CPUState, 13), VMSTATE_END_OF_LIST() /* The above list is not sorted /wrt version numbers, watch out! */ }, |