All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/5] Xen, introducing dirty log for migration.
@ 2012-07-20 14:34 ` Anthony PERARD
  0 siblings, 0 replies; 16+ messages in thread
From: Anthony PERARD @ 2012-07-20 14:34 UTC (permalink / raw)
  To: QEMU-devel
  Cc: Anthony Liguori, Xen Devel, Stefano Stabellini, Avi Kivity,
	Anthony PERARD, Luiz Capitulino

Hi,

This patch set will fix live migration under Xen. For this I introduce a new
QMP command to switch global-dirty log and few calls (in exec.c and memory.c)
to xen set_dirty function.

Change since the first patch set:
  - New patch to set dirty if not, in exec.c
    => only one place to add the xen call in exec.c


Thanks for your reviews,


Anthony PERARD (5):
  QMP, Introduce xen-set-global-dirty-log command.
  xen: Introduce xen_modified_memory.
  exec: Introduce helper to set dirty flags.
  exec, memory: Call to xen_modified_memory.
  xen: Always set the vram dirty during migration.

 exec.c           |   43 +++++++++++++++----------------------------
 hw/xen.h         |    1 +
 memory.c         |    2 ++
 qapi-schema.json |   13 +++++++++++++
 qmp-commands.hx  |   24 ++++++++++++++++++++++++
 xen-all.c        |   41 +++++++++++++++++++++++++++++++++++++++++
 xen-stub.c       |    9 +++++++++
 7 files changed, 105 insertions(+), 28 deletions(-)

-- 
Anthony PERARD

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

end of thread, other threads:[~2012-07-29 12:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 14:34 [Qemu-devel] [PATCH V2 0/5] Xen, introducing dirty log for migration Anthony PERARD
2012-07-20 14:34 ` Anthony PERARD
2012-07-20 14:34 ` [Qemu-devel] [PATCH V2 1/5] QMP, Introduce xen-set-global-dirty-log command Anthony PERARD
2012-07-27 16:30   ` Luiz Capitulino
2012-07-27 16:30   ` [Qemu-devel] " Luiz Capitulino
2012-07-20 14:34 ` Anthony PERARD
2012-07-20 14:34 ` [Qemu-devel] [PATCH V2 2/5] xen: Introduce xen_modified_memory Anthony PERARD
2012-07-20 14:34   ` Anthony PERARD
2012-07-20 14:34 ` [PATCH V2 3/5] exec: Introduce helper to set dirty flags Anthony PERARD
2012-07-20 14:34 ` [Qemu-devel] " Anthony PERARD
2012-07-29 12:58   ` Avi Kivity
2012-07-29 12:58   ` Avi Kivity
2012-07-20 14:34 ` [PATCH V2 4/5] exec, memory: Call to xen_modified_memory Anthony PERARD
2012-07-20 14:34 ` [Qemu-devel] " Anthony PERARD
2012-07-20 14:34 ` [Qemu-devel] [PATCH V2 5/5] xen: Always set the vram dirty during migration Anthony PERARD
2012-07-20 14:34 ` Anthony PERARD

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.