Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 15 December 2016 at 19:03, Dr. David Alan Gilbert > wrote: > > One thing we'd have to do if we did that would be to > > add another flag to devices to declare that they might > > sometime in the future call the migrate_add_blocker. > > ...do

Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Peter Maydell
On 15 December 2016 at 19:03, Dr. David Alan Gilbert wrote: > One thing we'd have to do if we did that would be to > add another flag to devices to declare that they might > sometime in the future call the migrate_add_blocker. ...do you have a third-party library to suggest for the "foretell the

Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > On Thu, Dec 15, 2016 at 04:07:41PM +, Dr. David Alan Gilbert wrote: > > * Michael S. Tsirkin (m...@redhat.com) wrote: > > > On Thu, Dec 15, 2016 at 12:36:59AM +0530, Ashijeet Acharya wrote: > > > > This series adds a new command line option "--onl

Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 04:07:41PM +, Dr. David Alan Gilbert wrote: > * Michael S. Tsirkin (m...@redhat.com) wrote: > > On Thu, Dec 15, 2016 at 12:36:59AM +0530, Ashijeet Acharya wrote: > > > This series adds a new command line option "--only-migratable" which will > > > only > > > allow addit

Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > On Thu, Dec 15, 2016 at 12:36:59AM +0530, Ashijeet Acharya wrote: > > This series adds a new command line option "--only-migratable" which will > > only > > allow addition of those devices to a QEMU instance which are migratable and > > do > > not a

Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Ashijeet Acharya
On Thu, Dec 15, 2016 at 9:37 PM, Dr. David Alan Gilbert wrote: > * Michael S. Tsirkin (m...@redhat.com) wrote: >> On Thu, Dec 15, 2016 at 12:36:59AM +0530, Ashijeet Acharya wrote: >> > This series adds a new command line option "--only-migratable" which will >> > only >> > allow addition of those

Re: [Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2016 at 12:36:59AM +0530, Ashijeet Acharya wrote: > This series adds a new command line option "--only-migratable" which will only > allow addition of those devices to a QEMU instance which are migratable and do > not abruptly fail QEMU after migration. > > Patch 1 adds the new opt

[Qemu-devel] [PATCH 0/3] Introduce a new --only-migratable option

2016-12-14 Thread Ashijeet Acharya
This series adds a new command line option "--only-migratable" which will only allow addition of those devices to a QEMU instance which are migratable and do not abruptly fail QEMU after migration. Patch 1 adds the new option "-only-migratable". Patch 2 adds compatibility for various "device addi