qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] spapr: fix migration with nested KVM PR
@ 2017-09-12 22:24 Greg Kurz
  2017-09-12 22:24 ` [Qemu-devel] [PATCH v2 1/2] spapr: introduce common helper to write HPT address to " Greg Kurz
  2017-09-12 22:25 ` [Qemu-devel] [PATCH v2 2/2] spapr: preserve SDR1 during migration Greg Kurz
  0 siblings, 2 replies; 4+ messages in thread
From: Greg Kurz @ 2017-09-12 22:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, David Gibson

A guest running with KVM PR ends up irresponsive after migration most of the
time. This happens because the HPT allocated by QEMU is likely to have a
different address on the destination than it had on the source, but we push
the source address to KVM.

This v2 is a total rewrite.

Cheers,

--
Greg

---

Greg Kurz (2):
      spapr: introduce common helper to write HPT address to KVM PR
      spapr: preserve SDR1 during migration


 hw/ppc/spapr.c          |   61 +++++++++++++++++++++++++++++++++++++++++++----
 hw/ppc/spapr_cpu_core.c |   15 ------------
 hw/ppc/spapr_hcall.c    |   16 +-----------
 include/hw/ppc/spapr.h  |    1 +
 target/ppc/cpu.h        |    5 ++++
 target/ppc/machine.c    |   18 ++++++++++++++
 6 files changed, 81 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-13  5:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-12 22:24 [Qemu-devel] [PATCH v2 0/2] spapr: fix migration with nested KVM PR Greg Kurz
2017-09-12 22:24 ` [Qemu-devel] [PATCH v2 1/2] spapr: introduce common helper to write HPT address to " Greg Kurz
2017-09-13  4:40   ` David Gibson
2017-09-12 22:25 ` [Qemu-devel] [PATCH v2 2/2] spapr: preserve SDR1 during migration Greg Kurz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).