From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWWX7-0003OM-D2 for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:50:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWWX4-0003OA-AY for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:50:45 -0500 Received: from [199.232.76.173] (port=47866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWWX4-0003O7-6e for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:50:42 -0500 Received: from mx2.redhat.com ([66.187.237.31]:57683) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWWX3-0006ki-PA for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:50:42 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n19DocwX026448 for ; Mon, 9 Feb 2009 08:50:38 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n19DocW7005450 for ; Mon, 9 Feb 2009 08:50:38 -0500 Received: from dhcp-1-237.tlv.redhat.com (dhcp-1-237.tlv.redhat.com [10.35.1.237]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n19DobJg014340 for ; Mon, 9 Feb 2009 08:50:38 -0500 Date: Mon, 9 Feb 2009 15:48:06 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH] Allow additions of ACPI tables from command line Message-ID: <20090209134806.GD28969@redhat.com> References: <20090209113947.GA28969@redhat.com> <49902D7A.8040700@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49902D7A.8040700@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 >> 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 >> > > 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.