From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvlE1-0002DS-8a for qemu-devel@nongnu.org; Fri, 22 May 2015 07:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvlDy-0000nE-3g for qemu-devel@nongnu.org; Fri, 22 May 2015 07:34:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvlDx-0000nA-Sh for qemu-devel@nongnu.org; Fri, 22 May 2015 07:34:46 -0400 Message-ID: <1432294480.12533.48.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 22 May 2015 13:34:40 +0200 In-Reply-To: References: <555DE2EF.1000509@redhat.com> <20150522110136.GF14428@redhat.com> <20150522111259.GG14428@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Announcing qboot, a minimal x86 firmware for QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , qemu-devel , KVM list On Fr, 2015-05-22 at 12:21 +0100, Peter Maydell wrote: > On 22 May 2015 at 12:12, Daniel P. Berrange wrote: > > Yep, it is hard saying no - but I'd think as long as it was possible to add > > the extra features using -device, it ought to be practical to keep a "virt" > > machine types "-nodefaults -nodefconfig" base setup pretty minimal. > > Mmm, but -device only works for pluggable devices really. We don't > have a coherent mechanism for saying "put the PS/2 keyboard controller > into the system at its usual IO ports" on the command line. Do we need that in the first place? You can plugin a usb keyboard today. You'll be able to plugin a virtio keyboard soon. I think alot of hardware where this applies to is the legacy stuff we want to get rid of for '-M virt' ... cheers, Gerd