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