qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/1] migration: disallow migrate_add_blocker during migration
@ 2016-12-09 17:25 John Snow
  2016-12-09 17:25 ` [Qemu-devel] [PATCH v3 1/1] " John Snow
  2016-12-09 17:50 ` [Qemu-devel] [PATCH v3 0/1] " no-reply
  0 siblings, 2 replies; 8+ messages in thread
From: John Snow @ 2016-12-09 17:25 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, qemu-block, mst, jcody, quintela, armbru, groug,
	aneesh.kumar, ashijeetacharya, pbonzini, amit.shah,
	marcandre.lureau, dgilbert, John Snow

As discussed on-list, this may be a necessary building block for
a run-time flag that prevents us from getting into any situations
where we configure a non-migratable QEMU.

I'd like extra attention to be paid to the virtio-gpu, vhost, and
ivshmem changes as I am not perfectly confident in those.

Sorry for the wide CC distributions.

V3: Rebased from a version I sent about a year ago.
    Changed the migration function names a bit,
    Changed new calls to migrate_add_blocker.

John Snow (1):
  migration: disallow migrate_add_blocker during migration

 block/qcow.c                  |  6 +++++-
 block/vdi.c                   |  6 +++++-
 block/vhdx.c                  | 24 ++++++++++++++----------
 block/vmdk.c                  |  7 ++++++-
 block/vpc.c                   | 10 +++++++---
 block/vvfat.c                 | 20 ++++++++++++--------
 hw/9pfs/9p.c                  | 16 ++++++++++++----
 hw/display/virtio-gpu.c       | 29 ++++++++++++++++-------------
 hw/misc/ivshmem.c             | 11 +++++++----
 hw/scsi/vhost-scsi.c          | 25 +++++++++++++++++++------
 hw/virtio/vhost.c             |  8 +++++++-
 include/migration/migration.h |  6 +++++-
 migration/migration.c         | 35 +++++++++++++++++++++++++++++++++--
 stubs/migr-blocker.c          |  3 ++-
 target-i386/kvm.c             | 16 +++++++++++++---
 15 files changed, 163 insertions(+), 59 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-12-12 14:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-09 17:25 [Qemu-devel] [PATCH v3 0/1] migration: disallow migrate_add_blocker during migration John Snow
2016-12-09 17:25 ` [Qemu-devel] [PATCH v3 1/1] " John Snow
2016-12-09 17:39   ` Dr. David Alan Gilbert
2016-12-09 21:10     ` John Snow
2016-12-12 10:52   ` Greg Kurz
2016-12-12 11:02     ` Dr. David Alan Gilbert
2016-12-12 14:56       ` Greg Kurz
2016-12-09 17:50 ` [Qemu-devel] [PATCH v3 0/1] " no-reply

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