Re: [Qemu-devel] [PATCH for-3.0 0/7] fix persistent bitmaps migration logic

2018-07-30 Thread Michael Roth
Quoting John Snow (2018-07-23 17:22:03) > This is an updated version of Vladimir's proposal for fixing the > handling around migration and persistent dirty bitmaps. Are these still being considered for 3.0 rc3/rc4? 2.12.1 releases this week and I'm not sure how badly these are needed. > > Patche

Re: [Qemu-devel] [PATCH for-3.0 0/7] fix persistent bitmaps migration logic

2018-07-30 Thread John Snow
On 07/30/2018 01:06 PM, Michael Roth wrote: > Quoting John Snow (2018-07-23 17:22:03) >> This is an updated version of Vladimir's proposal for fixing the >> handling around migration and persistent dirty bitmaps. > > Are these still being considered for 3.0 rc3/rc4? 2.12.1 releases this week >

Re: [Qemu-devel] [PATCH for-3.0 0/7] fix persistent bitmaps migration logic

2018-07-24 Thread Stefan Hajnoczi
On Mon, Jul 23, 2018 at 06:22:03PM -0400, John Snow wrote: > This is an updated version of Vladimir's proposal for fixing the > handling around migration and persistent dirty bitmaps. > > Patches 1, 4, 6, and 7 update the testing for this feature. > Patch 2 touches up an error message. > Patch 3 r

[Qemu-devel] [PATCH for-3.0 0/7] fix persistent bitmaps migration logic

2018-07-23 Thread John Snow
This is an updated version of Vladimir's proposal for fixing the handling around migration and persistent dirty bitmaps. Patches 1, 4, 6, and 7 update the testing for this feature. Patch 2 touches up an error message. Patch 3 removes dead code. Patch 5 contains the real fix. v2: - Add a new patc