From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yl6mt-0004hJ-0i for qemu-devel@nongnu.org; Wed, 22 Apr 2015 22:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yl6mp-00042o-Pq for qemu-devel@nongnu.org; Wed, 22 Apr 2015 22:22:46 -0400 Message-ID: <5538576F.80500@redhat.com> Date: Wed, 22 Apr 2015 20:22:39 -0600 From: Eric Blake MIME-Version: 1.0 References: <1429747493-24397-1-git-send-email-jsnow@redhat.com> <1429747493-24397-2-git-send-email-jsnow@redhat.com> In-Reply-To: <1429747493-24397-2-git-send-email-jsnow@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="RPJSTxFCtbMfpeAvjCd6de0IXa3RvxJBn" Subject: Re: [Qemu-devel] [PATCH v3 01/10] qapi: Add transaction support to block-dirty-bitmap operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-block@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com, vsementsov@parallels.com, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --RPJSTxFCtbMfpeAvjCd6de0IXa3RvxJBn Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/22/2015 06:04 PM, John Snow wrote: > This adds two qmp commands to transactions. >=20 > block-dirty-bitmap-add allows you to create a bitmap simultaneously > alongside a new full backup to accomplish a clean synchronization > point. >=20 > block-dirty-bitmap-clear allows you to reset a bitmap back to as-if > it were new, which can also be used alongside a full backup to > accomplish a clean synchronization point. >=20 > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > Reviewed-by: Max Reitz > Reviewed-by: Eric Blake > --- > +++ b/docs/bitmaps.md > @@ -97,7 +97,7 @@ which is included at the end of this document. > } > ``` > =20 > -## Transactions (Not yet implemented) > +## Transactions > =20 > * Transactional commands are forthcoming in a future version, > and are not yet available for use. This section serves as You got the section heading, but missed the next paragraph. But (as you just proved in this attempt) deleting even more stale docs doesn't invalidate my R-b on the code :) --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --RPJSTxFCtbMfpeAvjCd6de0IXa3RvxJBn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVOFdwAAoJEKeha0olJ0NqzmMH/0AYaGveocNWgbIoWdC3jXrH tr2+xuCzAUn+gohRTXBnV0Zv0SCIsH3LFEoRnmF/HkVSaUthdU2eHo+cHp0DX47U eQo4BoCSNhuBQJK0magnQIJ/G084dx9aumFzfij41uuaU9zkvrOALE6AKLkCg8pB FcKmHLxP1Y6CAHmgnLtbVCVG3QfQhNYq80vbMGz887cANrbZA6M6xsNkMUtHDuqm DCuYcSfu1+P0ycfqI5xBFo1wliHkLNCBuv0xmQK8tmaUIJ2TAn1z8wF/tIA8K8GF sM9KWLa8Fmms7jNcyzkveEwW/36/avUq0pqgGhE+31GBzy5fUejvE2+6Y4QKwLA= =kjkM -----END PGP SIGNATURE----- --RPJSTxFCtbMfpeAvjCd6de0IXa3RvxJBn--