From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [Qemu-devel] Announcing qboot, a minimal x86 firmware for QEMU Date: Fri, 22 May 2015 13:34:40 +0200 Message-ID: <1432294480.12533.48.camel@nilsson.home.kraxel.org> References: <555DE2EF.1000509@redhat.com> <20150522110136.GF14428@redhat.com> <20150522111259.GG14428@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "Daniel P. Berrange" , Paolo Bonzini , qemu-devel , KVM list To: Peter Maydell Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33650 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757024AbbEVLeq (ORCPT ); Fri, 22 May 2015 07:34:46 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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