mbox

[PULL,v2,0/6] Migration pull request

Message ID 1436956177-17440-1-git-send-email-quintela@redhat.com
State New
Headers show

Pull-request

git://github.com/juanquintela/qemu.git tags/migration/20150715-1

Message

Juan Quintela July 15, 2015, 10:29 a.m. UTC
Hi

[v2]
Spell Amit last name correctly.  Sorry.

Please, apply.


[v1]
This pull requset:
- small optimization by Li
- fixes global state with savevm (reported by John Snow)
- get migration traces for migration state changes even if migration
  events are not enabled
- Change state after migration has finished (reported by Christian)
- add documentation for events

Please, Apply.

PD.  Yes, it had to pass:
   make check
   virt-test
   savevm by hand


The following changes since commit 661725da09f47eb92d356fac10a4cf3b7ad1f61d:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150714' into staging (2015-07-14 18:50:17 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20150715-1

for you to fetch changes up to 560d027b54067ffa4e79c6f7c0a499abb0d749a3:

  migration: We also want to store the global state for savevm (2015-07-15 12:22:54 +0200)

----------------------------------------------------------------
migration/next for 20150715

----------------------------------------------------------------
Juan Quintela (5):
      migration: Only change state after migration has finished
      migration: Trace event and migration event are different things
      migration: Write documetation for events capabilites
      migration: Register global state section before loadvm
      migration: We also want to store the global state for savevm

Liang Li (1):
      migration: reduce the count of strlen call

 include/migration/migration.h |  1 +
 migration/migration.c         | 52 ++++++++++++++++++++++++-------------------
 migration/ram.c               | 10 ++++-----
 migration/savevm.c            |  6 +++++
 qmp-commands.hx               |  1 +
 vl.c                          |  2 +-
 6 files changed, 43 insertions(+), 29 deletions(-)

Comments

Peter Maydell July 15, 2015, 1:18 p.m. UTC | #1
On 15 July 2015 at 11:29, Juan Quintela <quintela@redhat.com> wrote:
> Hi
>
> [v2]
> Spell Amit last name correctly.  Sorry.
>
> Please, apply.
>
>
> [v1]
> This pull requset:
> - small optimization by Li
> - fixes global state with savevm (reported by John Snow)
> - get migration traces for migration state changes even if migration
>   events are not enabled
> - Change state after migration has finished (reported by Christian)
> - add documentation for events
>
> Please, Apply.
>
> PD.  Yes, it had to pass:
>    make check
>    virt-test
>    savevm by hand
>
>
> The following changes since commit 661725da09f47eb92d356fac10a4cf3b7ad1f61d:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150714' into staging (2015-07-14 18:50:17 +0100)
>
> are available in the git repository at:
>
>   git://github.com/juanquintela/qemu.git tags/migration/20150715-1
>
> for you to fetch changes up to 560d027b54067ffa4e79c6f7c0a499abb0d749a3:
>
>   migration: We also want to store the global state for savevm (2015-07-15 12:22:54 +0200)
>
> ----------------------------------------------------------------
> migration/next for 20150715

Applied, thanks.

-- PMM