[Qemu-devel] [PATCH] target-i386: Intel xsaves

2014-12-02 Thread Wanpeng Li
Add xsaves related definition, it also add corresponding part to kvm_get/put, and vmstate. Signed-off-by: Wanpeng Li --- target-i386/cpu.h | 2 ++ target-i386/kvm.c | 15 +++ target-i386/machine.c | 3 ++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/targ

Re: [Qemu-devel] [PATCH] target-i386: Intel xsaves

2014-12-02 Thread Paolo Bonzini
On 02/12/2014 13:19, Wanpeng Li wrote: > Add xsaves related definition, it also add corresponding part to > kvm_get/put, and vmstate. > > Signed-off-by: Wanpeng Li > --- > target-i386/cpu.h | 2 ++ > target-i386/kvm.c | 15 +++ > target-i386/machine.c | 3 ++- > 3 files