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: Gerd Hoffmann
Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH 0/4] qemu option loading
Date: Fri, 18 Dec 2009 16:52:08 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4

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




reply via email to

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