From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAK4J-0007Be-2K for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:32:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAK4A-00083L-1r for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:32:27 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:39787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAK49-00082V-Rd for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:32:17 -0400 Received: by mail-we0-f169.google.com with SMTP id u56so2811786wes.14 for ; Thu, 24 Jul 2014 07:32:15 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 24 Jul 2014 16:32:07 +0200 Message-Id: <1406212329-24439-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 for-2.1 0/2] pc: fix /etc/acpi/tables size in fw_cfg for -M pc-i440fx-2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, peter.maydell@linaro.org, lersek@redhat.com, dgilbert@redhat.com, mst@redhat.com Addressing Laszlo and Igor's review points. Testing would be appreciated. :) Paolo Paolo Bonzini (2): acpi-dsdt: procedurally generate _PRT pc: hack for migration compatibility from QEMU 2.0 hw/i386/acpi-build.c | 71 +- hw/i386/acpi-dsdt.dsl | 90 +- hw/i386/acpi-dsdt.hex.generated | 1910 +++------------------------------------ hw/i386/pc_piix.c | 19 + hw/i386/pc_q35.c | 5 + include/hw/i386/pc.h | 1 + 6 files changed, 240 insertions(+), 1856 deletions(-) -- 1.8.3.1