Re: [Qemu-devel] [PATCH 3/6] target-ppc: Synchronize more SPRs to KVM using ONE_REG interface

2013-01-24 Thread Alexander Graf
On 24.01.2013, at 04:20, David Gibson wrote: > There are currently a batch of occasionally used SPRs whose state we do > not synchronize with KVM. This might be a problem for debugging, and will > definitely be a problem for savevm / migration. KVM now supports accessing > these registers via t

[Qemu-devel] [PATCH 3/6] target-ppc: Synchronize more SPRs to KVM using ONE_REG interface

2013-01-23 Thread David Gibson
There are currently a batch of occasionally used SPRs whose state we do not synchronize with KVM. This might be a problem for debugging, and will definitely be a problem for savevm / migration. KVM now supports accessing these registers via the KVM_{GET,SET}_ONE_REG interface, so this patch wires