[SeaBIOS] [PATCH v6 1/3] biostables: support looking up RSDP

Michael S. Tsirkin mst at redhat.com
Mon Sep 30 10:47:08 CEST 2013


On Mon, Sep 30, 2013 at 09:41:06AM +0200, Gerd Hoffmann wrote:
> On So, 2013-09-29 at 08:57 +0300, Michael S. Tsirkin wrote:
> > Will be used when it's loaded from QEMU.
>  
> > -static void
> > -copy_acpi_rsdp(void *pos)
> > +static bool
> > +test_acpi_rsdp(void *pos, unsigned size)
> 
> Fails to build for me:
> 
> src/fw/biostables.c:64:1: error: unknown type name ‘bool’
>  test_acpi_rsdp(void *pos, unsigned size)
>  ^
> 
> [ more errors follow ]
> 
> cheers,
>   Gerd

Ouch, looks like a tested the wrong version.
I'll fix that now.



More information about the SeaBIOS mailing list