Re: [Qemu-devel] [PATCH] block: Change bitmap truncate conditional to assertion

2015-06-11 Thread Kevin Wolf
Am 10.06.2015 um 22:55 hat John Snow geschrieben: > On 06/10/2015 04:52 PM, Eric Blake wrote: > > On 06/10/2015 11:24 AM, John Snow wrote: > >> Requires: 1433796555-5608-1-git-send-email-js...@redhat.com > >> [PATCH] block: record new size in bdrv_dirty_bitmap_truncate > >> > > > > Shouldn't thi

Re: [Qemu-devel] [PATCH] block: Change bitmap truncate conditional to assertion

2015-06-10 Thread John Snow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/10/2015 04:52 PM, Eric Blake wrote: > On 06/10/2015 11:24 AM, John Snow wrote: >> Requires: 1433796555-5608-1-git-send-email-js...@redhat.com >> [PATCH] block: record new size in bdrv_dirty_bitmap_truncate >> > > Shouldn't this be after th

Re: [Qemu-devel] [PATCH] block: Change bitmap truncate conditional to assertion

2015-06-10 Thread Eric Blake
On 06/10/2015 11:24 AM, John Snow wrote: > Requires: 1433796555-5608-1-git-send-email-js...@redhat.com > [PATCH] block: record new size in bdrv_dirty_bitmap_truncate > Shouldn't this be after the '---' separator? > This is an artifact of an older version that had both all-bitmap and >

[Qemu-devel] [PATCH] block: Change bitmap truncate conditional to assertion

2015-06-10 Thread John Snow
Requires: 1433796555-5608-1-git-send-email-js...@redhat.com [PATCH] block: record new size in bdrv_dirty_bitmap_truncate This is an artifact of an older version that had both all-bitmap and single-bitmap truncate functions, and some info got lost in the shuffle. Bitmaps can only be froz