From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0wDP-00012D-IA for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0wDL-0000EC-7Z for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:05:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0wDK-0000Ah-Sq for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:05:55 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7DF5sMw005498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Aug 2012 11:05:54 -0400 Message-ID: <502917D1.3010508@redhat.com> Date: Mon, 13 Aug 2012 09:05:53 -0600 From: Eric Blake MIME-Version: 1.0 References: <1344855057-32509-1-git-send-email-quintela@redhat.com> <1344855057-32509-5-git-send-email-quintela@redhat.com> In-Reply-To: <1344855057-32509-5-git-send-email-quintela@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigC41708907BB63E3871481367" Subject: Re: [Qemu-devel] [PATCH 4/7] migration: rename expected_time to expected_downtime List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC41708907BB63E3871481367 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/13/2012 04:50 AM, Juan Quintela wrote: > Signed-off-by: Juan Quintela > --- > arch_init.c | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) Trivial rename. > @@ -576,24 +576,25 @@ static int ram_save_iterate(QEMUFile *f, void *op= aque) > bwidth =3D qemu_get_clock_ns(rt_clock) - bwidth; > bwidth =3D (bytes_transferred - bytes_transferred_last) / bwidth; >=20 > - /* if we haven't transferred anything this round, force expected_t= ime to a > - * a very high value, but without crashing */ > + /* if we haven't transferred anything this round, force > + * expected_downtime to a a very high value, but without s/a a/a/ Latent typo, but the reformatting exposes it more. With that fixed, Reviewed-by: Eric Blake --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigC41708907BB63E3871481367 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.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQKRfRAAoJEKeha0olJ0NqYhgH/j23g6mJ26oZXZmCyxS7rVtH oDohFoNNYezjyudMq7F5B/GfrM1klFgDxc9ImlyfWnIdE0br76EuAvtbLd2pp5/L vypROlKP3Os9ypsJgMBa1jqWgF3Kqi4q/C90TfrYNWdSPLrCNss84bJNmXATM8L7 MzFDzskgEQwlFLa3srDRmbU7TrjLe659BdfEiRrfpl13Tvj0+IG35wHbmTKAiSGe g2f4Wb2rKcxbnWikGvkhwli/tMQvIJCyrdnpZ8PohAEUm79PlSr9H5iPIGoNKjFq yc6XKHXXUN7dE8pN36OIfjjoMV4F0mA++mB8v7H9hAwtb4tLRqvVmJhIQRTjDKE= =eeNh -----END PGP SIGNATURE----- --------------enigC41708907BB63E3871481367--