[SeaBIOS] [PATCH 0/4] qemu option loading

Anthony Liguori anthony at codemonkey.ws
Fri Dec 18 16:41:40 CET 2009


I needed the following patch for this series to build:

diff --git a/src/optionroms.c b/src/optionroms.c
index c5de1ad..0be6852 100644
--- a/src/optionroms.c
+++ b/src/optionroms.c
@@ -13,6 +13,7 @@
 #include "pci_regs.h" // PCI_ROM_ADDRESS
 #include "pci_ids.h" // PCI_CLASS_DISPLAY_VGA
 #include "boot.h" // IPL
+#include "paravirt.h" // qemu_cfg_*
 
 
 /****************************************************************
diff --git a/src/paravirt.h b/src/paravirt.h
index d33e10d..4cef48e 100644
--- a/src/paravirt.h
+++ b/src/paravirt.h
@@ -63,5 +63,6 @@ typedef struct QemuCfgFile {
 
 u16 qemu_cfg_first_file(QemuCfgFile *entry);
 u16 qemu_cfg_next_file(QemuCfgFile *entry);
+u32 qemu_cfg_read_file(QemuCfgFile *entry, void *dst, u32 maxlen);
 
 #endif

Regards,

Anthony Liguori




More information about the SeaBIOS mailing list