projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebda377
)
x86: Save/restore PAT MSR
author
Jan Kiszka
<jan.kiszka@siemens.com>
Tue, 15 Mar 2011 11:26:22 +0000
(12:26 +0100)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Wed, 16 Mar 2011 20:11:05 +0000
(17:11 -0300)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/machine.c
patch
|
blob
|
history
diff --git
a/target-i386/machine.c
b/target-i386/machine.c
index d78eceb779154541352ade476a24101195f26b42..6384f54b95311d2d33940a916a75176534910d46 100644
(file)
--- a/
target-i386/machine.c
+++ b/
target-i386/machine.c
@@
-491,6
+491,8
@@
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! */
},