Re: [Qemu-devel] [PATCH RESEND 07/17] block: Add bitmap disabled status

2015-03-02 Thread Max Reitz
On 2015-02-27 at 19:47, 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 interface for changing the state

[Qemu-devel] [PATCH RESEND 07/17] block: Add bitmap disabled status

2015-02-27 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