From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alv0z-0001CA-4G for qemu-devel@nongnu.org; Fri, 01 Apr 2016 05:05:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alv0v-0004y4-Ue for qemu-devel@nongnu.org; Fri, 01 Apr 2016 05:05:13 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alv0v-0004xr-Mz for qemu-devel@nongnu.org; Fri, 01 Apr 2016 05:05:09 -0400 Received: by mail-wm0-x229.google.com with SMTP id p65so14535778wmp.0 for ; Fri, 01 Apr 2016 02:05:09 -0700 (PDT) Sender: Paolo Bonzini References: <20160319203124.GB19398@redhat.com> <20160331092125.GH32185@stefanha-x1.localdomain> <20160331162222.GA17533@morn.lan> <20160331221039.GA32728@redhat.com> <20160331221730.GA5637@redhat.com> <20160331224432.GA4583@morn.lan> <20160401075521.GB32728@redhat.com> <56FE2B3E.6030606@redhat.com> <20160401084747.GG32728@redhat.com> <56FE3693.2070503@redhat.com> <20160401085734.GH32728@redhat.com> From: Paolo Bonzini Message-ID: <56FE39C0.2000607@redhat.com> Date: Fri, 1 Apr 2016 11:05:04 +0200 MIME-Version: 1.0 In-Reply-To: <20160401085734.GH32728@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Why is SeaBIOS used with -kernel? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: marc.mari.barcelo@gmail.com, Stefan Hajnoczi , Kevin O'Connor , qemu-devel@nongnu.org On 01/04/2016 10:57, Richard W.M. Jones wrote: > That's the qemu option? Currently we use > -nodefconfig -nodefaults -display none > which I assumed would do the same thing (ie. not add any default > devices). Does -vga none do more than this? No, I missed the -nodefaults. Paolo