From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NVRIk-0002e8-Mr for qemu-devel@nongnu.org; Thu, 14 Jan 2010 10:07:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVRIf-0002Xx-Tt for qemu-devel@nongnu.org; Thu, 14 Jan 2010 10:07:58 -0500 Received: from [199.232.76.173] (port=45396 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVRIf-0002Xp-QR for qemu-devel@nongnu.org; Thu, 14 Jan 2010 10:07:53 -0500 Received: from qw-out-1920.google.com ([74.125.92.144]:13372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NVRIe-0000e6-Td for qemu-devel@nongnu.org; Thu, 14 Jan 2010 10:07:53 -0500 Received: by qw-out-1920.google.com with SMTP id 14so644709qwa.4 for ; Thu, 14 Jan 2010 07:07:50 -0800 (PST) Message-ID: <4B4F3343.1030809@codemonkey.ws> Date: Thu, 14 Jan 2010 09:07:47 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH][STABLE] Don't set default monitor when there is a mux'ed one References: <4B4F2F06.2040301@siemens.com> In-Reply-To: <4B4F2F06.2040301@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Gerd Hoffmann , qemu-devel On 01/14/2010 08:49 AM, Jan Kiszka wrote: > This fixes eg. "-nographic -serial mon:stdio [-serial ...]". > Is this really an appropriate invocation though? -nographic != mon:stdio so the semantics of how this is supposed to behave is at best ill-defined. Regards, Anthony Liguori