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

2013-01-24 Thread Alexander Graf
On 24.01.2013, at 04:20, 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

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

2013-01-23 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