From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alx9B-0005iO-4e for qemu-devel@nongnu.org; Fri, 01 Apr 2016 07:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alx95-0002q5-L1 for qemu-devel@nongnu.org; Fri, 01 Apr 2016 07:21:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alx95-0002q1-ET for qemu-devel@nongnu.org; Fri, 01 Apr 2016 07:21:43 -0400 References: <20160331224432.GA4583@morn.lan> <20160401080222.GC32728@redhat.com> <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> <20160401112027.GD19398@redhat.com> From: Paolo Bonzini Message-ID: <56FE59C2.8030400@redhat.com> Date: Fri, 1 Apr 2016 13:21:38 +0200 MIME-Version: 1.0 In-Reply-To: <20160401112027.GD19398@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" , Gerd Hoffmann Cc: marc.mari.barcelo@gmail.com, Stefan Hajnoczi , Kevin O'Connor , qemu-devel@nongnu.org On 01/04/2016 13:20, Richard W.M. Jones wrote: > +# MPTABLE is required by Linux kernel, the others add only a > +# couple of milliseconds so we might as well have them > +CONFIG_PIRTABLE=y > +CONFIG_MPTABLE=y > +CONFIG_SMBIOS=y > +CONFIG_ACPI=y > + MPTABLE is only required is you don't have ACPI. Paolo