qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] qapi: Convert migrate
@ 2012-02-10 19:31 Luiz Capitulino
  2012-02-10 19:31 ` [Qemu-devel] [PATCH 1/6] QError: Introduce new errors for the migration command Luiz Capitulino
                   ` (6 more replies)
  0 siblings, 7 replies; 33+ messages in thread
From: Luiz Capitulino @ 2012-02-10 19:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, quintela

This is a rebase of Anthony's conversion, from his glib branch; and this is
also the beginning of the conversion of complex commands to the qapi.

There are two important changes that should be observed:

 1. patch 5/6 purges the 'mon' object from migration code. One of the
    consequences is that we lose the ability to print progress status to
    the HMP user (esp. in block migration)

 2. The HMP hmp_migrate() command is a bit tricky when in non-detached
    mode: we lock the monitor and poll for the migration status from a
    timer handler. This obviously assumes that migration will end at some
    point

Besides, this is missing testing with libvirt. I plan to do it shortly, but
wanted to get some review in parallel.

 arch_init.c       |    2 +-
 block-migration.c |   58 ++++++++++++++++++-----------------------
 check-qdict.c     |   29 ++++++++++++++++++++
 error.c           |   12 ++++++++
 error.h           |    5 +++
 hmp-commands.hx   |    3 +-
 hmp.c             |   51 ++++++++++++++++++++++++++++++++++++
 hmp.h             |    1 +
 migration-fd.c    |    2 +-
 migration.c       |   74 +++++++++++++++--------------------------------------
 migration.h       |    5 +---
 monitor.c         |    5 +++
 monitor.h         |    1 +
 qapi-schema.json  |   21 +++++++++++++++
 qdict.c           |   18 +++++++++++++
 qdict.h           |    1 +
 qerror.c          |    8 +++++
 qerror.h          |    6 ++++
 qmp-commands.hx   |    9 +-----
 savevm.c          |   42 ++++++++++++++---------------
 sysemu.h          |   11 +++----
 vmstate.h         |    3 +-
 22 files changed, 235 insertions(+), 132 deletions(-)

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

end of thread, other threads:[~2012-02-15 17:56 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 19:31 [Qemu-devel] [PATCH 0/6] qapi: Convert migrate Luiz Capitulino
2012-02-10 19:31 ` [Qemu-devel] [PATCH 1/6] QError: Introduce new errors for the migration command Luiz Capitulino
2012-02-15 13:10   ` Juan Quintela
2012-02-10 19:31 ` [Qemu-devel] [PATCH 2/6] monitor: Introduce qemu_get_fd() Luiz Capitulino
2012-02-15 13:11   ` Juan Quintela
2012-02-10 19:31 ` [Qemu-devel] [PATCH 3/6] QDict: Introduce qdict_copy() Luiz Capitulino
2012-02-15 13:10   ` Juan Quintela
2012-02-15 17:01     ` Luiz Capitulino
2012-02-10 19:31 ` [Qemu-devel] [PATCH 4/6] Error: Introduce error_copy() Luiz Capitulino
2012-02-15  9:04   ` Paolo Bonzini
2012-02-15 13:05     ` Luiz Capitulino
2012-02-15 13:16       ` Paolo Bonzini
2012-02-15 13:27   ` Juan Quintela
2012-02-10 19:31 ` [Qemu-devel] [PATCH 5/6] Purge migration of (almost) everything to do with monitors Luiz Capitulino
2012-02-15  9:02   ` Jan Kiszka
2012-02-15 12:53     ` Luiz Capitulino
2012-02-15 13:32       ` Jan Kiszka
2012-02-15 13:15   ` Juan Quintela
2012-02-10 19:31 ` [Qemu-devel] [PATCH 6/6] qapi: Convert migrate Luiz Capitulino
2012-02-15  9:07   ` Wen Congyang
2012-02-15 13:06     ` Luiz Capitulino
2012-02-15 13:25   ` Juan Quintela
2012-02-15 16:01     ` Michael Roth
2012-02-15 17:13       ` Luiz Capitulino
2012-02-15 13:31   ` Jan Kiszka
2012-02-15 13:44     ` Jan Kiszka
2012-02-15  8:59 ` [Qemu-devel] [PATCH 0/6] " Jan Kiszka
2012-02-15 12:49   ` Luiz Capitulino
2012-02-15 13:34     ` Jan Kiszka
2012-02-15 17:23       ` Luiz Capitulino
2012-02-15 17:39         ` Jan Kiszka
2012-02-15 17:49           ` Luiz Capitulino
2012-02-15 17:56             ` Jan Kiszka

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).