Re: [Qemu-devel] [PULL 04/14] migration: let MigrationState be a qdev

2017-07-02 Thread Peter Xu
On Fri, Jun 30, 2017 at 04:27:46PM -0500, Eric Blake wrote: > On 06/30/2017 04:18 PM, Philippe Mathieu-Daudé wrote: > > Hi Peter, Juan, > > > > On 06/28/2017 08:30 AM, Juan Quintela wrote: > >> From: Peter Xu > >> > >> Let the old man "MigrationState" join the object family. Direct benefit > >> i

Re: [Qemu-devel] [PULL 04/14] migration: let MigrationState be a qdev

2017-06-30 Thread Eric Blake
On 06/30/2017 04:18 PM, Philippe Mathieu-Daudé wrote: > Hi Peter, Juan, > > On 06/28/2017 08:30 AM, Juan Quintela wrote: >> From: Peter Xu >> >> Let the old man "MigrationState" join the object family. Direct benefit >> is that we can start to use all the property features derived from >> current

Re: [Qemu-devel] [PULL 04/14] migration: let MigrationState be a qdev

2017-06-30 Thread Philippe Mathieu-Daudé
Hi Peter, Juan, On 06/28/2017 08:30 AM, Juan Quintela wrote: From: Peter Xu Let the old man "MigrationState" join the object family. Direct benefit is that we can start to use all the property features derived from current QDev, like: HW_COMPAT_* bits, command line setup for migration paramete

[Qemu-devel] [PULL 04/14] migration: let MigrationState be a qdev

2017-06-28 Thread Juan Quintela
From: Peter Xu Let the old man "MigrationState" join the object family. Direct benefit is that we can start to use all the property features derived from current QDev, like: HW_COMPAT_* bits, command line setup for migration parameters (so will never need to set them up each time using HMP/QMP, t