Re: [Qemu-devel] [PATCH v4 08/20] block: Add bitmap disabled status

2015-04-02 Thread Stefan Hajnoczi
On Fri, Mar 20, 2015 at 03:16:51PM -0400, John Snow wrote: > Add a status indicating the enabled/disabled state of the bitmap. > A bitmap is by default enabled, but you can lock the bitmap into > a read-only state by setting disabled = true. > > A previous version of this patch added a QMP interfa

[Qemu-devel] [PATCH v4 08/20] block: Add bitmap disabled status

2015-03-20 Thread John Snow
Add a status indicating the enabled/disabled state of the bitmap. A bitmap is by default enabled, but you can lock the bitmap into a read-only state by setting disabled = true. A previous version of this patch added a QMP interface for changing the state of the bitmap, but it has since been remove