From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCs2N-0006Od-S6 for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:50:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCs2J-0006NI-Sg for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:50:19 -0500 Received: from [199.232.76.173] (port=39379 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCs2J-0006NC-J1 for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:50:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCs2I-0006SJ-Vd for qemu-devel@nongnu.org; Tue, 24 Nov 2009 04:50:15 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nAO9oDFS005130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Nov 2009 04:50:13 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH 00/10] default devices: qdev integration. References: <1259053124-10471-1-git-send-email-kraxel@redhat.com> Date: Tue, 24 Nov 2009 10:50:10 +0100 In-Reply-To: <1259053124-10471-1-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 24 Nov 2009 09:58:34 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > Qemu creates a bunch of default devices (serial, parallel, vga, ...) if > the user didn't specify one on the command line. Unfortunaly this > doesn't work well with the qdev way of doing things because this logic > is tied to the -serial, -parallel, ... command line switches. Devices > created via -device are ignored. This patch set fixes this. It also > adds a command line switch to disable all default devices and does a few > cleanups in the code touched anyway. > > cheers, > Gerd Looks good.