Re: [Qemu-devel] [PATCH] hostmem: Disable add/del memory during migration

2019-04-03 Thread Daniel P . Berrangé
On Mon, Mar 25, 2019 at 12:52:06PM +0100, Juan Quintela wrote: > Yury Kotov wrote: > > I found a bug in QEMU 2.12 with adding memory-backend while live migration > > thread is running. > > > > But it seems that this bug was implicitly fixed in this commit (QEMU 3.0): > > b895de50: migration: dis

Re: [Qemu-devel] [PATCH] hostmem: Disable add/del memory during migration

2019-04-03 Thread Yury Kotov
25.03.2019, 14:58, "Juan Quintela" : > Yury Kotov wrote: >>  I found a bug in QEMU 2.12 with adding memory-backend while live migration >>  thread is running. >> >>  But it seems that this bug was implicitly fixed in this commit (QEMU 3.0): >>    b895de50: migration: discard non-migratable RAMBloc

Re: [Qemu-devel] [PATCH] hostmem: Disable add/del memory during migration

2019-03-25 Thread Juan Quintela
Yury Kotov wrote: > I found a bug in QEMU 2.12 with adding memory-backend while live migration > thread is running. > > But it seems that this bug was implicitly fixed in this commit (QEMU 3.0): > b895de50: migration: discard non-migratable RAMBlocks > > I think it's better to disallow add/del m

[Qemu-devel] [PATCH] hostmem: Disable add/del memory during migration

2019-03-25 Thread Yury Kotov
I found a bug in QEMU 2.12 with adding memory-backend while live migration thread is running. But it seems that this bug was implicitly fixed in this commit (QEMU 3.0): b895de50: migration: discard non-migratable RAMBlocks I think it's better to disallow add/del memory backends during migration