From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am1YD-0003BK-Lb for qemu-devel@nongnu.org; Fri, 01 Apr 2016 12:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1am1Y8-0007as-M7 for qemu-devel@nongnu.org; Fri, 01 Apr 2016 12:03:57 -0400 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:36314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1am1Y8-0007aP-Ef for qemu-devel@nongnu.org; Fri, 01 Apr 2016 12:03:52 -0400 Received: by mail-wm0-x243.google.com with SMTP id 20so5644823wmh.3 for ; Fri, 01 Apr 2016 09:03:52 -0700 (PDT) Sender: Paolo Bonzini References: <56FE2D42.5020607@redhat.com> <20160401081417.GD32728@redhat.com> <56FE3045.2030003@redhat.com> <20160401084456.GF32728@redhat.com> <1459502310.7011.37.camel@redhat.com> <20160401101733.GI32728@redhat.com> <1459508875.7011.62.camel@redhat.com> <20160401111139.GK32728@redhat.com> <1459510371.7011.63.camel@redhat.com> <20160401114947.GM32728@redhat.com> <20160401153540.GD25490@morn.lan> From: Paolo Bonzini Message-ID: <56FE9BE5.20009@redhat.com> Date: Fri, 1 Apr 2016 18:03:49 +0200 MIME-Version: 1.0 In-Reply-To: <20160401153540.GD25490@morn.lan> 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: Kevin O'Connor , "Richard W.M. Jones" Cc: marc.mari.barcelo@gmail.com, Stefan Hajnoczi , qemu-devel@nongnu.org, Gerd Hoffmann On 01/04/2016 17:35, Kevin O'Connor wrote: > It's possible to build a third binary, but that seems like it would be > a bit annoying for distributions. I don't think that would be a problem. Fedora is already building 4 binaries (128k, 256k, CSM, coreboot), adding a fifth is not a big deal. Paolo > I think most of the benefit could > be obtained by just adding a flag to seabios to have it skip device > driver initialization. That's where the majority of the time saved is > from.