[Spice-devel] [PATCH 29/35] [rhel6 compat] fix xsave patch
alexl at redhat.com
alexl at redhat.com
Thu Sep 9 10:16:12 PDT 2010
From: Gerd Hoffmann <kraxel at redhat.com>
---
target-i386/machine.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target-i386/machine.c b/target-i386/machine.c
index d76a0e6..5c73a2a 100644
--- a/target-i386/machine.c
+++ b/target-i386/machine.c
@@ -474,8 +474,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_END_OF_LIST()
#endif
+ VMSTATE_END_OF_LIST()
/* The above list is not sorted /wrt version numbers, watch out! */
}
};
--
1.7.0.1
More information about the Spice-devel
mailing list