From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLf7s-0000NV-Ew for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:52:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLf7m-0000Gj-UD for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:52:19 -0500 Received: from [199.232.76.173] (port=44826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLf7m-0000GC-Dd for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:52:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57511) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLf7m-0000Kl-00 for qemu-devel@nongnu.org; Fri, 18 Dec 2009 10:52:14 -0500 Message-ID: <4B2BA528.9080104@redhat.com> Date: Fri, 18 Dec 2009 16:52:08 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1261134964-12427-1-git-send-email-kraxel@redhat.com> <4B2BA2B4.3030508@codemonkey.ws> In-Reply-To: <4B2BA2B4.3030508@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH 0/4] qemu option loading List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: seabios@seabios.org, qemu-devel@nongnu.org On 12/18/09 16:41, Anthony Liguori wrote: > I needed the following patch for this series to build: > > --- a/src/optionroms.c > +++ b/src/optionroms.c > @@ -13,6 +13,7 @@ > +#include "paravirt.h" // qemu_cfg_* > --- a/src/paravirt.h > +++ b/src/paravirt.h > +u32 qemu_cfg_read_file(QemuCfgFile *entry, void *dst, u32 maxlen); Patch is very reasonable. /me wonders how it did build for me without warning about the missing prototype ... cheers, Gerd