mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Revert "kvm: support TSC deadline MSR"
This reverts commit bfc2455ddb
.
New patch with subsections will follow.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
1cae88b9f4
commit
38d2c27ea6
3 changed files with 1 additions and 18 deletions
|
@ -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! */
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue