From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHzSr-0005Gx-1r for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:46:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHzSm-00059r-8H for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:46:48 -0500 Received: from [199.232.76.173] (port=36017 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHzSm-00059Z-3B for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:46:44 -0500 Received: from lo.gmane.org ([80.91.229.12]:37864) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NHzSl-000282-Ma for qemu-devel@nongnu.org; Tue, 08 Dec 2009 07:46:43 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NHzSj-0002AF-7H for qemu-devel@nongnu.org; Tue, 08 Dec 2009 13:46:41 +0100 Received: from nat-pool-brq-t.redhat.com ([209.132.186.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2009 13:46:41 +0100 Received: from pbonzini by nat-pool-brq-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2009 13:46:41 +0100 From: Paolo Bonzini Date: Tue, 08 Dec 2009 13:46:19 +0100 Message-ID: References: <1260189773-20728-1-git-send-email-kraxel@redhat.com> <1260189773-20728-11-git-send-email-kraxel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1260189773-20728-11-git-send-email-kraxel@redhat.com> Sender: news Subject: [Qemu-devel] Re: [FOR 0.12 PATCH v3 10/21] default devices: add global cmd line option. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 12/07/2009 01:42 PM, Gerd Hoffmann wrote: > Add global command line option to disable default devices. Should -readconfig imply this? Paolo