Re: [Qemu-devel] [PATCH RFC 5/6] migration: let MigrationState be an QObject

2017-05-31 Thread Peter Xu
On Tue, May 30, 2017 at 05:57:44PM +0200, Juan Quintela wrote: > Peter Xu wrote: > > 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 QObject, like: HW_COMPAT_* bits, command line setup for >

Re: [Qemu-devel] [PATCH RFC 5/6] migration: let MigrationState be an QObject

2017-05-30 Thread Juan Quintela
Peter Xu wrote: > 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 QObject, like: HW_COMPAT_* bits, command line setup for > migration parameters (so will never need to set them up each time using

[Qemu-devel] [PATCH RFC 5/6] migration: let MigrationState be an QObject

2017-05-18 Thread 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 QObject, like: HW_COMPAT_* bits, command line setup for migration parameters (so will never need to set them up each time using HMP/QMP, this is really,