qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [SeaBIOS] [PATCH 0/4] qemu option loading


From: Anthony Liguori
Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH 0/4] qemu option loading
Date: Fri, 18 Dec 2009 09:41:40 -0600
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]