Re: [Qemu-devel] [PATCH 4/5] target-ppc: Synchronize FPU state with KVM

2013-01-23 Thread Scott Wood
On 01/22/2013 11:05:00 PM, David Gibson wrote: Currently qemu does not get and put the state of the floating point and vector registers to KVM. This is obviously a problem for savevm, as well as possibly being problematic for debugging of FP-using guests. This patch fixes this by using new

[Qemu-devel] [PATCH 4/5] target-ppc: Synchronize FPU state with KVM

2013-01-22 Thread David Gibson
Currently qemu does not get and put the state of the floating point and vector registers to KVM. This is obviously a problem for savevm, as well as possibly being problematic for debugging of FP-using guests. This patch fixes this by using new extensions to the ONE_REG interface to synchronize th