commit | 70b79849b84510604e46299672e663a703ad5a4b | [log] [tgz] |
---|---|---|
author | David Gibson <david@gibson.dropbear.id.au> | Wed Feb 20 16:41:51 2013 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Mar 08 21:04:52 2013 +0100 |
tree | 1c61cab9c29b7043de7d604cc2238cd38ff7b589 | |
parent | d67d40ea07577b0a952d3bea5a2f92edf0ee26a6 [diff] |
target-ppc: Synchronize FPU state with KVM 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 the qemu floating point state with KVM. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Alexander Graf <agraf@suse.de>