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