qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] migration fixes
@ 2016-05-23 17:19 Amit Shah
  2016-05-23 17:19 ` [Qemu-devel] [PULL 1/5] migration: Move qjson.[ch] to migration/ Amit Shah
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Amit Shah @ 2016-05-23 17:19 UTC (permalink / raw)
  To: gkurz, Markus Armbruster, jjherne, Peter Maydell
  Cc: qemu list, Juan Quintela, Dr. David Alan Gilbert, Amit Shah

The following changes since commit 65603e2fc18b48e6e55a3dd693669413141694ec:

  tci: do not include exec/exec-all.h (2016-05-20 15:07:46 +0100)

are available in the git repository at:

  https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-2.7-1

for you to fetch changes up to fe904ea8242cbae2d7e69c052c754b8f5f1ba1d6:

  migration: regain control of images when migration fails to complete (2016-05-23 22:19:36 +0530)

----------------------------------------------------------------
migration fixes:

- ensure src block devices continue fine after a failed migration
- fail on migration blockers; helps 9p savevm/loadvm
- move autoconverge commands out of experimental state
- move the migration-specific qjson in migration/

----------------------------------------------------------------


Greg Kurz (2):
  savevm: fail if migration blockers are present
  migration: regain control of images when migration fails to complete

Jason J. Herne (1):
  migration: Promote improved autoconverge commands out of experimental
    state

Markus Armbruster (2):
  migration: Move qjson.[ch] to migration/
  migration/qjson: Drop gratuitous use of QOM

 Makefile.objs                 |   1 -
 hmp.c                         |  28 ++++-----
 include/migration/migration.h |   1 +
 include/migration/qjson.h     |  29 ++++++++++
 include/migration/vmstate.h   |   2 +-
 include/qjson.h               |  29 ----------
 migration/Makefile.objs       |   1 +
 migration/migration.c         |  94 ++++++++++++++++++------------
 migration/qjson.c             | 113 ++++++++++++++++++++++++++++++++++++
 migration/ram.c               |   4 +-
 migration/savevm.c            |   4 +-
 migration/vmstate.c           |   1 -
 qapi-schema.json              |  54 +++++++++---------
 qjson.c                       | 129 ------------------------------------------
 qmp-commands.hx               |  22 +++----
 tests/Makefile                |   2 +-
 16 files changed, 260 insertions(+), 254 deletions(-)
 create mode 100644 include/migration/qjson.h
 delete mode 100644 include/qjson.h
 create mode 100644 migration/qjson.c
 delete mode 100644 qjson.c

-- 
2.5.5

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

end of thread, other threads:[~2016-05-26  9:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 17:19 [Qemu-devel] [PULL 0/5] migration fixes Amit Shah
2016-05-23 17:19 ` [Qemu-devel] [PULL 1/5] migration: Move qjson.[ch] to migration/ Amit Shah
2016-05-23 17:19 ` [Qemu-devel] [PULL 2/5] migration/qjson: Drop gratuitous use of QOM Amit Shah
2016-05-23 17:19 ` [Qemu-devel] [PULL 3/5] migration: Promote improved autoconverge commands out of experimental state Amit Shah
2016-05-23 17:19 ` [Qemu-devel] [PULL 4/5] savevm: fail if migration blockers are present Amit Shah
2016-05-26  9:46   ` Greg Kurz
2016-05-23 17:19 ` [Qemu-devel] [PULL 5/5] migration: regain control of images when migration fails to complete Amit Shah
2016-05-26  9:47   ` Greg Kurz
2016-05-24 12:05 ` [Qemu-devel] [PULL 0/5] migration fixes Peter Maydell

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