From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIfPs-0007Dy-UJ for qemu-devel@nongnu.org; Thu, 10 Dec 2009 04:34:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIfPo-0007Ab-Vt for qemu-devel@nongnu.org; Thu, 10 Dec 2009 04:34:32 -0500 Received: from [199.232.76.173] (port=49424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIfPo-0007AR-NF for qemu-devel@nongnu.org; Thu, 10 Dec 2009 04:34:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49408) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIfPo-0004hQ-Eo for qemu-devel@nongnu.org; Thu, 10 Dec 2009 04:34:28 -0500 Message-ID: <4B20C09E.7040600@redhat.com> Date: Thu, 10 Dec 2009 10:34:22 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [FOR 0.12 PATCH v4 22/22] Set default console to virtio on S390x References: <1260274314-2906-1-git-send-email-kraxel@redhat.com> <1260274314-2906-23-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: Markus Armbruster Cc: agraf@suse.de, qemu-devel@nongnu.org, lcapitulino@redhat.com > > The other default devices could use per-machine suppression, too, but > that can be left for another day. > Indeed. default_drive should probably be splitted so sd-card/floppy/cdrom can be set separately, then we can start disabling them for machine types which don't use them. Probably most boards have either sdcard (embedded) or cdrom (normal computers), but rarely both ... I didn't want to grow the patch series even more though and I don't think this is a must-have for 0.12 ... cheers, Gerd