From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8woh-0003DO-34 for qemu-devel@nongnu.org; Tue, 15 Dec 2015 16:07:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a8wod-0003mn-Ru for qemu-devel@nongnu.org; Tue, 15 Dec 2015 16:07:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a8wod-0003mh-M7 for qemu-devel@nongnu.org; Tue, 15 Dec 2015 16:07:23 -0500 References: <1450206170-26901-1-git-send-email-dgilbert@redhat.com> <1450206170-26901-5-git-send-email-dgilbert@redhat.com> From: Eric Blake Message-ID: <56708105.2050508@redhat.com> Date: Tue, 15 Dec 2015 14:07:17 -0700 MIME-Version: 1.0 In-Reply-To: <1450206170-26901-5-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7Q16LKUDpD5R5MSRMcVN6aT4bmKGbFW5D" Subject: Re: [Qemu-devel] [PATCH 4/6] Migration: Emit event at start of pass List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org, quintela@redhat.com, amit.shah@redhat.com Cc: jdenemar@redhat.com, liang.z.li@intel.com, zhang.zhanghailiang@huawei.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7Q16LKUDpD5R5MSRMcVN6aT4bmKGbFW5D Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/15/2015 12:02 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > Emit an event each time we sync the dirty bitmap on the source; > this helps libvirt use postcopy by giving it a kick when it > might be a good idea to start the postcopy. >=20 > Signed-off-by: Dr. David Alan Gilbert > --- > migration/ram.c | 4 ++++ > qapi/event.json | 11 +++++++++++ > 2 files changed, 15 insertions(+) > +++ b/qapi/event.json > @@ -255,6 +255,17 @@ > 'data': {'status': 'MigrationStatus'}} > =20 > ## > +# @MIGRATION_PASS > +# > +# Emitted from the source side of a migration at the start of each pas= s > +# (when it syncs the dirty bitmap) > +# > +# Since: 2.6 Missing documentation of the 'pass' member - is it a counter that says which pass this event is, incrementing each time through? Also missing docs in events.txt (although that file may go away soon, once we get Marc-Andre's patches in for automating documentation from =2Ejson files). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --7Q16LKUDpD5R5MSRMcVN6aT4bmKGbFW5D 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/ iQEcBAEBCAAGBQJWcIEFAAoJEKeha0olJ0NqMxYH/2NoKmvH0/eOCqcwhDjYABQB q8gBkOI9xW/MlJnj3sKsiHKF/o6JCZUI3XCDNfSZVpxdaE7+WfQXcRUvPyZymcMH X6CKyt2baZZUDH58cYKtUIJlUfBZ6iXhg8Gr6dosmEgYeygjk1q2nkl9qRrZmIQm 9f8xMNYWGxYybrcc3PIKzJQE/LJwd4hTH0ujSprqH4BqyIGrGlGYM5rb1RB3DdOO f0nhhhMzDnzL4xGfRVwbxhzHAQHHWak83yqfhpsBYRc68Ev6ZDiJRjgD4xsNQn/n K08JTsM3cbneToZN6C0/tOOnapWfAuDM7fhc3vJGTulyZ6rpUa8eQlbEj8OmdMc= =Rzy3 -----END PGP SIGNATURE----- --7Q16LKUDpD5R5MSRMcVN6aT4bmKGbFW5D--