From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLJVh-00085O-NN for qemu-devel@nongnu.org; Tue, 10 Feb 2015 17:42:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLJVd-0001s7-Jy for qemu-devel@nongnu.org; Tue, 10 Feb 2015 17:42:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLJVd-0001rt-Bc for qemu-devel@nongnu.org; Tue, 10 Feb 2015 17:42:21 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1AMgJ31030800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 10 Feb 2015 17:42:20 -0500 Message-ID: <54DA894A.4080205@redhat.com> Date: Tue, 10 Feb 2015 15:42:18 -0700 From: Eric Blake MIME-Version: 1.0 References: <1421171432-8733-1-git-send-email-armbru@redhat.com> <1421171432-8733-9-git-send-email-armbru@redhat.com> <20150210183941.GF2376@work-vm> In-Reply-To: <20150210183941.GF2376@work-vm> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gbOwV45rnnXATWd3cIX0lFO1kSwaRxoQv" Subject: Re: [Qemu-devel] [PATCH 8/9] balloon: Factor out common "is balloon active" test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" , Markus Armbruster Cc: kraxel@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --gbOwV45rnnXATWd3cIX0lFO1kSwaRxoQv Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/10/2015 11:39 AM, Dr. David Alan Gilbert wrote: > * Markus Armbruster (armbru@redhat.com) wrote: >> Signed-off-by: Markus Armbruster >> --- >> balloon.c | 29 +++++++++++++++-------------- >> 1 file changed, 15 insertions(+), 14 deletions(-) >> >> diff --git a/balloon.c b/balloon.c >> index 2884c2d..aa30617 100644 >> --- a/balloon.c >> +++ b/balloon.c >> @@ -36,6 +36,19 @@ static QEMUBalloonEvent *balloon_event_fn; >> static QEMUBalloonStatus *balloon_stat_fn; >> static void *balloon_opaque; >> =20 >> +static int have_ballon(Error **errp) >=20 > ^ >=20 > An 'o' escaped from your balloon. Oops - it also escaped from my R-b. I've sent the obvious patch, as penance for my "deflated ego" :) --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --gbOwV45rnnXATWd3cIX0lFO1kSwaRxoQv 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/ iQEcBAEBCAAGBQJU2olKAAoJEKeha0olJ0NqdscH+QGn9hOKFD3C1sa25l1jO6FL b8wXR/ICc1xQszU07B1FdSsUsFBeDjAZJAQIAAJVeY3dntJQtuwWpRfHqGpAikr8 uvBv2R5W6/8kmARHS6d4aCpLq/15wNDegVziPsuIbbWTVmymKBYC5Wa+DVPEjwsq jgxEubDglcfcP1RWX7uVFg00ShKbRBXvaOBT5hoxSYzTyjuRd23MvnrCzNMvk+pL app8X3mCSv58NNFlxqopg8rd5BeVPl1hNzyYIwgRY8Eh7euF20+RNxP8LQ/31k8W mA1RQJkw/6SfPid1J/dWeTFz7nZKb7rCLKFvwaGx81yh/XER3EKaQH/fJCUb74o= =6kPr -----END PGP SIGNATURE----- --gbOwV45rnnXATWd3cIX0lFO1kSwaRxoQv--