qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/3] Migration Events
@ 2015-05-20 15:35 Juan Quintela
  2015-05-20 15:35 ` [Qemu-devel] [PATCH 1/3] migration: Remove duplicated assignement of SETUP status Juan Quintela
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Juan Quintela @ 2015-05-20 15:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, jdenemar

Hi

By popular demand (i.e. libvirt) we have another round of Migration events patches.

Notice that althought this is v4, code has changed enough since previous submission that was done from scratch.
(Pervious submisinon was from Wed, 5 May 2010).

In this series:
- We remove extra assignment of MIGRATION_STATUS_SETUP
- Migration events for source (we recycle the state from query-migrate)
- Migration events for target (we recycle previous ones)

As you can see, we win the greener price of the year.

This patches are on top of my previous series for optional sections.  You can get the whole bunch at:


https://github.com/juanquintela/qemu/commits/migration-events

Please review, Juan



Juan Quintela (3):
  migration: Remove duplicated assignement of SETUP status
  migration: create migration event
  migration: Add migration events on target side

 docs/qmp/qmp-events.txt | 16 ++++++++++++++++
 migration/migration.c   | 19 ++++++++++++++++---
 qapi/event.json         | 14 ++++++++++++++
 3 files changed, 46 insertions(+), 3 deletions(-)

-- 
2.4.1

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

end of thread, other threads:[~2015-06-17  0:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20 15:35 [Qemu-devel] [PATCH v4 0/3] Migration Events Juan Quintela
2015-05-20 15:35 ` [Qemu-devel] [PATCH 1/3] migration: Remove duplicated assignement of SETUP status Juan Quintela
2015-05-20 15:58   ` Eric Blake
2015-05-20 16:03     ` John Snow
2015-06-03  9:14       ` Juan Quintela
2015-05-20 15:35 ` [Qemu-devel] [PATCH 2/3] migration: create migration event Juan Quintela
2015-05-20 16:02   ` Eric Blake
2015-05-21  9:49     ` Juan Quintela
2015-06-17  0:20     ` Juan Quintela
2015-05-29 11:45   ` Jiri Denemark
2015-06-17  0:12     ` Juan Quintela
2015-05-20 15:35 ` [Qemu-devel] [PATCH 3/3] migration: Add migration events on target side Juan Quintela
2015-05-20 16:10   ` Eric Blake
2015-05-21  9:57     ` Juan Quintela
2015-06-02 12:44 ` [Qemu-devel] [PATCH v4 0/3] Migration Events Jiri Denemark

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