diff options
author | Anthony Liguori | 2011-03-22 13:58:52 +0100 |
---|---|---|
committer | Anthony Liguori | 2011-03-23 01:05:06 +0100 |
commit | 4ac8e585c85079f6fd2b2b6da3cb845e3e19459c (patch) | |
tree | dd1284d3a5aea0307f071d1162726a78a2c82f10 | |
parent | vnc: fix build error from VNC_DIRTY_WORDS (diff) | |
download | qemu-4ac8e585c85079f6fd2b2b6da3cb845e3e19459c.tar.gz qemu-4ac8e585c85079f6fd2b2b6da3cb845e3e19459c.tar.xz qemu-4ac8e585c85079f6fd2b2b6da3cb845e3e19459c.zip |
Revert "x86: Save/restore PAT MSR"
This reverts commit c995b495b9d6e60ab1e390bd398a22425d0b3c8c.
From Jan Kiszka:
Ouch, indeed. Moreover, CPU_SAVE_VERSION was not updated (likely the
reason for the breakage). Thanks for debugging this!
Anthony (or whoever), please revert this unneeded commit in qemu.git.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | target-i386/machine.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/machine.c b/target-i386/machine.c index 6384f54b95..d78eceb779 100644 --- a/target-i386/machine.c +++ b/target-i386/machine.c @@ -491,8 +491,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(pat, CPUState, 13), VMSTATE_END_OF_LIST() /* The above list is not sorted /wrt version numbers, watch out! */ }, |