]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Disable hotplug/unplug during migration
authorJuan Quintela <quintela@redhat.com>
Wed, 22 Mar 2017 16:34:27 +0000 (17:34 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 21 Apr 2017 10:25:40 +0000 (12:25 +0200)
commitb06424de62b362034e41ddf77eb8cfaa641d9009
treedf820ca324310d0ccac271244788414d343d79b1
parent329006799f93265bff5e10a4e1dd50b66fe09e6b
migration: Disable hotplug/unplug during migration

Until we have reviewed what can/can't be hotplugged during migration,
disable it.  We can enable it later for the things that we know that
work.  For instance, memory hotplug during postcopy doesn't work
currently.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
--

- Fix typo.  Thanks Thomas.
- Delay migration check after we have checked that we can hotplug that
  device.
- more typos
qdev-monitor.c