From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKsQI-0001rq-D7 for qemu-devel@nongnu.org; Wed, 27 Mar 2013 11:37:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKsQF-0003rl-NL for qemu-devel@nongnu.org; Wed, 27 Mar 2013 11:37:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKsQF-0003rM-Fl for qemu-devel@nongnu.org; Wed, 27 Mar 2013 11:37:55 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2RFbsdK019412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Mar 2013 11:37:54 -0400 Message-ID: <5153124F.5070004@redhat.com> Date: Wed, 27 Mar 2013 16:37:51 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1364393440-6054-1-git-send-email-hdegoede@redhat.com> <51530C15.2090901@redhat.com> <515311FE.1050009@redhat.com> In-Reply-To: <515311FE.1050009@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] chardev-frontends: Explicitly check, inc and dec avail_connections List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org Il 27/03/2013 16:36, Hans de Goede ha scritto: > Unless some smartass adds, ie: -mon chardev=serial0 to the cmdline, then an > error will be reported. Right. :) For smartasses we can use qemu_chr_fe_start_nofail. :) Paolo