Re: [Qemu-devel] [PATCH 1/3] migration: Add a new option to enable only-migratable

2016-12-15 Thread Dr. David Alan Gilbert
* Ashijeet Acharya (ashijeetacha...@gmail.com) wrote: > On Thu, Dec 15, 2016 at 8:59 PM, Dr. David Alan Gilbert > wrote: > > * Ashijeet Acharya (ashijeetacha...@gmail.com) wrote: > >> Add a new option "--only-migratable" in qemu which will allow to add > >> only those devices which will not fail q

Re: [Qemu-devel] [PATCH 1/3] migration: Add a new option to enable only-migratable

2016-12-15 Thread Ashijeet Acharya
On Thu, Dec 15, 2016 at 8:59 PM, Dr. David Alan Gilbert wrote: > * Ashijeet Acharya (ashijeetacha...@gmail.com) wrote: >> Add a new option "--only-migratable" in qemu which will allow to add >> only those devices which will not fail qemu after migration. Devices >> set with the flag 'unmigratable'

Re: [Qemu-devel] [PATCH 1/3] migration: Add a new option to enable only-migratable

2016-12-15 Thread Dr. David Alan Gilbert
* Ashijeet Acharya (ashijeetacha...@gmail.com) wrote: > Add a new option "--only-migratable" in qemu which will allow to add > only those devices which will not fail qemu after migration. Devices > set with the flag 'unmigratable' cannot be added when this option will > be used. > > Signed-off-by:

[Qemu-devel] [PATCH 1/3] migration: Add a new option to enable only-migratable

2016-12-14 Thread Ashijeet Acharya
Add a new option "--only-migratable" in qemu which will allow to add only those devices which will not fail qemu after migration. Devices set with the flag 'unmigratable' cannot be added when this option will be used. Signed-off-by: Ashijeet Acharya --- include/migration/migration.h | 3 +++ qe