diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2013-04-07 19:08:22 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-04-26 23:02:41 +0200 |
commit | 9b00ea4906a618756bcd10f09d432780eab87782 (patch) | |
tree | 3b26921583351ac16c09af89552aaeffc885545b /qga | |
parent | e03c902cb617414dae49d77a810f6957ff7affac (diff) | |
download | qemu-9b00ea4906a618756bcd10f09d432780eab87782.zip qemu-9b00ea4906a618756bcd10f09d432780eab87782.tar.gz qemu-9b00ea4906a618756bcd10f09d432780eab87782.tar.bz2 |
target-ppc: Synchronize VPA state with KVM
For PAPR guests, KVM tracks the various areas registered with the
H_REGISTER_VPA hypercall. For full emulation, of course, these are tracked
within qemu. At present these values are not synchronized. This is a
problem for reset (qemu's reset of the VPA address is not pushed to KVM)
and will also be a problem for savevm / migration.
The kernel now supports accessing the VPA state via the ONE_REG interface,
this patch adds code to qemu to use that interface to keep the qemu and
KVM ideas of the VPA state synchronized.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'qga')
0 files changed, 0 insertions, 0 deletions