From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWW3k-0000Gy-KA for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:20:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWW3g-0000GJ-PB for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:20:24 -0500 Received: from [199.232.76.173] (port=39934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWW3g-0000GG-LQ for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:20:20 -0500 Received: from yx-out-1718.google.com ([74.125.44.156]:28254) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWW3g-0003lc-F5 for qemu-devel@nongnu.org; Mon, 09 Feb 2009 08:20:20 -0500 Received: by yx-out-1718.google.com with SMTP id 3so839065yxi.82 for ; Mon, 09 Feb 2009 05:20:20 -0800 (PST) Message-ID: <49902D7A.8040700@codemonkey.ws> Date: Mon, 09 Feb 2009 07:19:54 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Allow additions of ACPI tables from command line References: <20090209113947.GA28969@redhat.com> In-Reply-To: <20090209113947.GA28969@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 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. > 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