qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Allow additions of ACPI tables from command lin


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Allow additions of ACPI tables from command line
Date: Mon, 09 Feb 2009 07:19:54 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Gleb Natapov wrote:
This is needed to dynamically add SLIC tables with Windows
activation keys.

Signed-off-by: Gleb Natapov <address@hidden>
diff --git a/hw/acpi.c b/hw/acpi.c
index 4338d02..2c1d680 100644
--- a/hw/acpi.c
+++ b/hw/acpi.c
@@ -16,6 +16,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
  */
+#include <sys/mman.h>

Not available on win32.

diff --git a/pc-bios/bios-pq/0011_kvm-bios-acpi-table-read.patch 
b/pc-bios/bios-pq/0011_kvm-bios-acpi-table-read.patch

Can you send this as a separate patch and CC bochs-devel. It's easier to review that way.

Regards,

Anthony Liguori




reply via email to

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