[Spice-devel] [PATCH 28/35] [rhel6 compat] drop xsave migration support.

alexl at redhat.com alexl at redhat.com
Thu Sep 9 10:16:11 PDT 2010


From: Gerd Hoffmann <kraxel at redhat.com>

---
 target-i386/machine.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/target-i386/machine.c b/target-i386/machine.c
index 5f8376c..d76a0e6 100644
--- a/target-i386/machine.c
+++ b/target-i386/machine.c
@@ -469,11 +469,13 @@ static const VMStateDescription vmstate_cpu = {
         /* KVM pvclock msr */
         VMSTATE_UINT64_V(system_time_msr, CPUState, 11),
         VMSTATE_UINT64_V(wall_clock_msr, CPUState, 11),
+#if 0
         /* XSAVE related fields */
         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
         /* The above list is not sorted /wrt version numbers, watch out! */
     }
 };
-- 
1.7.0.1



More information about the Spice-devel mailing list