From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yaj0n-0004U9-Uv for qemu-devel@nongnu.org; Wed, 25 Mar 2015 06:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yaj0k-0003Qm-Qo for qemu-devel@nongnu.org; Wed, 25 Mar 2015 06:58:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yaj0k-0003Qa-K1 for qemu-devel@nongnu.org; Wed, 25 Mar 2015 06:58:10 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2PAw990023574 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 25 Mar 2015 06:58:10 -0400 From: Juan Quintela In-Reply-To: <1424960166-15317-1-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Thu, 26 Feb 2015 14:16:06 +0000") References: <1424960166-15317-1-git-send-email-dgilbert@redhat.com> Date: Wed, 25 Mar 2015 11:58:08 +0100 Message-ID: <87vbhp1gzj.fsf@neno.neno> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] Avoid crashing on multiple -incoming Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: amit.shah@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > 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.: > > qemu-system-x86_64 -nographic -incoming tcp::4444 -incoming defer > > ends up doing the defer. > > Signed-off-by: Dr. David Alan Gilbert Applied, thanks.