Re: [Qemu-devel] [PATCH 1/2] migration: Disable hotplug/unplug during migration

2017-03-28 Thread Juan Quintela
Igor Mammedov wrote: > On Thu, 23 Mar 2017 21:50:24 +0100 > Juan Quintela wrote: > >> Until we have reviewed what can/can't be hotplug during migration, >> disable it. We can enable it later for the things that we know that >> work. For instance, memory hotplug during postcopy don't work >> cur

Re: [Qemu-devel] [PATCH 1/2] migration: Disable hotplug/unplug during migration

2017-03-24 Thread Igor Mammedov
On Thu, 23 Mar 2017 21:50:24 +0100 Juan Quintela wrote: > Until we have reviewed what can/can't be hotplug during migration, > disable it. We can enable it later for the things that we know that > work. For instance, memory hotplug during postcopy don't work > currently. > > Signed-off-by: Jua

Re: [Qemu-devel] [PATCH 1/2] migration: Disable hotplug/unplug during migration

2017-03-24 Thread Juan Quintela
Thomas Huth wrote: > On 23.03.2017 21:50, Juan Quintela wrote: >> Until we have reviewed what can/can't be hotplug during migration, >> disable it. We can enable it later for the things that we know that >> work. For instance, memory hotplug during postcopy don't work >> currently. >> >> Signed

Re: [Qemu-devel] [PATCH 1/2] migration: Disable hotplug/unplug during migration

2017-03-24 Thread Thomas Huth
On 23.03.2017 21:50, Juan Quintela wrote: > Until we have reviewed what can/can't be hotplug during migration, > disable it. We can enable it later for the things that we know that > work. For instance, memory hotplug during postcopy don't work > currently. > > Signed-off-by: Juan Quintela > --

[Qemu-devel] [PATCH 1/2] migration: Disable hotplug/unplug during migration

2017-03-23 Thread Juan Quintela
Until we have reviewed what can/can't be hotplug during migration, disable it. We can enable it later for the things that we know that work. For instance, memory hotplug during postcopy don't work currently. Signed-off-by: Juan Quintela --- hw/core/qdev.c | 5 + qdev-monitor.c | 7 ++-