From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yde7i-0001zM-BW for qemu-devel@nongnu.org; Thu, 02 Apr 2015 08:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yde7e-0000Cw-Sg for qemu-devel@nongnu.org; Thu, 02 Apr 2015 08:21:26 -0400 Date: Thu, 2 Apr 2015 13:21:10 +0100 From: Stefan Hajnoczi Message-ID: <20150402122110.GC25244@stefanha-thinkpad.redhat.com> References: <1426879023-18151-1-git-send-email-jsnow@redhat.com> <1426879023-18151-9-git-send-email-jsnow@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R+My9LyyhiUvIEro" Content-Disposition: inline In-Reply-To: <1426879023-18151-9-git-send-email-jsnow@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 08/20] block: Add bitmap disabled status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: kwolf@redhat.com, famz@redhat.com, qemu-block@nongnu.org, qemu-devel@nongnu.org, armbru@redhat.com, vsementsov@parallels.com, stefanha@redhat.com, mreitz@redhat.com --R+My9LyyhiUvIEro Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 =3D true. >=20 > A previous version of this patch added a QMP interface for changing > the state of the bitmap, but it has since been removed for now until > a use case emerges where this state must be revealed to the user. >=20 > The disabled state WILL be used internally for bitmap migration and > bitmap persistence. >=20 > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > Reviewed-by: Max Reitz > --- > block.c | 25 +++++++++++++++++++++++++ > include/block/block.h | 3 +++ > 2 files changed, 28 insertions(+) Reviewed-by: Stefan Hajnoczi --R+My9LyyhiUvIEro Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVHTQ2AAoJEJykq7OBq3PIt9AH/1k+o7GorAHKfZqXQt9rlSFc kbQF3zpwGLwU/jVRzc/baIsy5fILodohde9Q4pkx2rT2OIwy/XXYK98vfg/hmz0j R84nA7vC9m8ImO60seNPCI9ebvLTmKqmOqYG3OZp7NddEwe5LGRgO3KV/B4xKWWa yFYW6dou5AZFDXTNIpNrsmcZcV1+R9hsU4ik2s+fG6kxnqFi32ne5d2xjHGIYwwN belYm8rThF1RYRpg9Kap5xIzP1AYrXuGsEoyoVoyx0zGrKIk/JXnR3V2zysrm6Bc JdWSqsG0xFWjNzd+XPp/ENyX+OmRpa+3XZF+IpwQpbTJBAwLZAuhRrERTBPlmQo= =VfL5 -----END PGP SIGNATURE----- --R+My9LyyhiUvIEro--