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: Gleb Natapov
Subject: Re: [Qemu-devel] [PATCH] Allow additions of ACPI tables from command line
Date: Mon, 9 Feb 2009 15:48:06 +0200

On Mon, Feb 09, 2009 at 07:19:54AM -0600, Anthony Liguori wrote:
> 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.
>
Is mmap available on win32? Which header should I use there?

>> 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.
>
OK.

--
                        Gleb.




reply via email to

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