From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NI2Su-0002yK-RI for qemu-devel@nongnu.org; Tue, 08 Dec 2009 10:59:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NI2Sq-0002rT-AK for qemu-devel@nongnu.org; Tue, 08 Dec 2009 10:59:04 -0500 Received: from [199.232.76.173] (port=34830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NI2Sq-0002rO-38 for qemu-devel@nongnu.org; Tue, 08 Dec 2009 10:59:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46682) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NI2Sp-0008RC-Ba for qemu-devel@nongnu.org; Tue, 08 Dec 2009 10:58:59 -0500 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB8Fwvb8013674 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Dec 2009 10:58:58 -0500 Message-ID: <4B1E77BA.3040905@redhat.com> Date: Tue, 08 Dec 2009 16:58:50 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [FOR 0.12 PATCH v3 10/21] default devices: add global cmd line option. References: <1260189773-20728-1-git-send-email-kraxel@redhat.com> <1260189773-20728-11-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 12/08/09 13:46, Paolo Bonzini wrote: > On 12/07/2009 01:42 PM, Gerd Hoffmann wrote: >> Add global command line option to disable default devices. > > Should -readconfig imply this? Hmm, not sure. Why do you think this would be useful? cheers, Gerd