From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8sG-0005qh-4e for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:20:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG8sB-0004ut-N3 for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:20:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8sB-0004uk-EO for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:20:15 -0500 Message-ID: <54C7BABB.9070304@redhat.com> Date: Tue, 27 Jan 2015 09:20:11 -0700 From: Eric Blake MIME-Version: 1.0 References: <1422356197-5285-1-git-send-email-vsementsov@parallels.com> <1422356197-5285-8-git-send-email-vsementsov@parallels.com> In-Reply-To: <1422356197-5285-8-git-send-email-vsementsov@parallels.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QcR0cKLB140Xs4PrUlrxd2kAOvQFUwjkN" Subject: Re: [Qemu-devel] [PATCH RFC v2 7/8] migration: add dirty parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladimir Sementsov-Ogievskiy , qemu-devel@nongnu.org Cc: kwolf@redhat.com, den@openvz.org, jsnow@redhat.com, stefanha@redhat.com, pbonzini@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QcR0cKLB140Xs4PrUlrxd2kAOvQFUwjkN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 01/27/2015 03:56 AM, Vladimir Sementsov-Ogievskiy wrote: > Add dirty parameter to qmp-migrate command. If this parameter is true, > migration/block.c will migrate dirty bitmaps. This parameter can be use= d > without "blk" parameter to migrate only dirty bitmaps, skipping block > migration. >=20 > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > +++ b/qapi-schema.json > @@ -1656,12 +1656,17 @@ > # @detach: this argument exists only for compatibility reasons and > # is ignored by QEMU > # > +# @dirty: #optional do dirty-bitmaps migration (can be used with or wi= thout > +# @blk parameter) > +# (since 2.3) Rather than adding it to 'migrate', where the command is not introspectible, I'd rather you add it to 'migrate-set-capabilities', where I can then use 'query-migrate-capabilities' to learn if it is supported. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --QcR0cKLB140Xs4PrUlrxd2kAOvQFUwjkN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJUx7q7AAoJEKeha0olJ0NqsXwH/AqrJuQV3XWZNtPVIdfhALFJ wyfr8VH6dY2nR/FjjMRn4HHmhj7vgLJYSngSDczBmlw0Ti+8WsnRhQaO1hlODz5B d0Ap+neYEah8Aw1RQFv3zNdMBUyAVpZOblRcWaEvn3BTQSjOqOHiLYCGlFwH4TNv ONKIw9NrcVFI7JRl5Bg1us1tHTB0XqW+EcZggNcSD84NVG+GlYFUFB+oRV9n8ESe goxlsx2xqGJLq5oiybvNUDoH3AGTRdo06wUwRT6V6l4f9Pk+zK+J5kxEcIRSwKd/ 7BIaWSWx3HwYC97VgHw0gYTWfSO1YOrGy9u8ItlkyokhcAVsx9YclYvM/v6NxXA= =ENRN -----END PGP SIGNATURE----- --QcR0cKLB140Xs4PrUlrxd2kAOvQFUwjkN--