qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 0/3] Migration Events


From: Juan Quintela
Subject: [Qemu-devel] [PATCH v4 0/3] Migration Events
Date: Wed, 20 May 2015 17:35:21 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]