All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] migration/postcopy: Disable shared RAM
@ 2017-03-09 13:22 Dr. David Alan Gilbert (git)
  2017-03-09 13:22 ` [Qemu-devel] [PATCH v2 1/2] RAMBlocks: qemu_ram_is_shared Dr. David Alan Gilbert (git)
  2017-03-09 13:22 ` [Qemu-devel] [PATCH v2 2/2] postcopy: Check for shared memory Dr. David Alan Gilbert (git)
  0 siblings, 2 replies; 10+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2017-03-09 13:22 UTC (permalink / raw)
  To: qemu-devel, quintela; +Cc: pbonzini, lvivier, pasic

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Disable postcopy migration when there's shared RAM, we're
still figuring out the details.  Without this patch
there's a chance it might appear to succeed in some
cases.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>

v2
  Make sure user-only build works (Halil)

Dr. David Alan Gilbert (2):
  RAMBlocks: qemu_ram_is_shared
  postcopy: Check for shared memory

 exec.c                    |  5 +++++
 include/exec/cpu-common.h |  1 +
 migration/postcopy-ram.c  | 18 ++++++++++++++++++
 3 files changed, 24 insertions(+)

-- 
2.9.3

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

end of thread, other threads:[~2017-03-13 10:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-09 13:22 [Qemu-devel] [PATCH v2 0/2] migration/postcopy: Disable shared RAM Dr. David Alan Gilbert (git)
2017-03-09 13:22 ` [Qemu-devel] [PATCH v2 1/2] RAMBlocks: qemu_ram_is_shared Dr. David Alan Gilbert (git)
2017-03-09 14:07   ` Philippe Mathieu-Daudé
2017-03-09 14:13   ` Halil Pasic
2017-03-13 10:48   ` Juan Quintela
2017-03-09 13:22 ` [Qemu-devel] [PATCH v2 2/2] postcopy: Check for shared memory Dr. David Alan Gilbert (git)
2017-03-09 16:00   ` Halil Pasic
2017-03-09 16:06     ` Dr. David Alan Gilbert
2017-03-09 17:04       ` Halil Pasic
2017-03-13 10:50   ` Juan Quintela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.