From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR0Kw-0006on-NW for qemu-devel@nongnu.org; Thu, 26 Feb 2015 10:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR0Ks-0004CU-Ky for qemu-devel@nongnu.org; Thu, 26 Feb 2015 10:26:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR0Ks-0004CI-Cb for qemu-devel@nongnu.org; Thu, 26 Feb 2015 10:26:46 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1QFQiCj024286 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 26 Feb 2015 10:26:45 -0500 Message-ID: <54EF3B32.6060603@redhat.com> Date: Thu, 26 Feb 2015 08:26:42 -0700 From: Eric Blake MIME-Version: 1.0 References: <1424960166-15317-1-git-send-email-dgilbert@redhat.com> In-Reply-To: <1424960166-15317-1-git-send-email-dgilbert@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="GPLojWqhnntkEoHF744Bw0QrWnrM5Prmq" Subject: Re: [Qemu-devel] [PATCH] Avoid crashing on multiple -incoming List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" , qemu-devel@nongnu.org Cc: amit.shah@redhat.com, armbru@redhat.com, quintela@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GPLojWqhnntkEoHF744Bw0QrWnrM5Prmq Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/26/2015 07:16 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" >=20 > Passing multiple -incoming options used to crash qemu (due to > an invalid state transition incoming->incoming). Instead we now > take the last -incoming option, e.g.: >=20 > qemu-system-x86_64 -nographic -incoming tcp::4444 -incoming defer >=20 > ends up doing the defer. >=20 > Signed-off-by: Dr. David Alan Gilbert > --- > vl.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --GPLojWqhnntkEoHF744Bw0QrWnrM5Prmq 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/ iQEcBAEBCAAGBQJU7zsyAAoJEKeha0olJ0Nqd6QH/Rb2hrzcXaeGRDk3xovGT4qe t38PwKllMnvJxb2U2Mpis2yp3RgSegT/BntSZilO/PJaXGZkSzs7FKcqpaoGdL3w zFWRDaMJbTocoKN1et8OKCEl2nzKwt7Wo48vAxO8C9PliO7ad2sD8o0ZZ29zRuQr 8kpAE1/KPba+LnjXz6Giaa/g4vir9FpX9+/yPDSpDxdNQ6yBpexUrFzXm4RI9v5p LAYKEbiX9g0P8Yrn213G51gV1u8DHKY00Vil69sHwvi+NPl8/JzjF8sq+7HIr7nk NLSsCOLIpC1aGMQs4qDBBFEkanT9DKN3YOWbDFc9Hoq1VuqMM2/e9n3MwfEYiUA= =N4ZD -----END PGP SIGNATURE----- --GPLojWqhnntkEoHF744Bw0QrWnrM5Prmq--