From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC4x7-0007nH-Kl for qemu-devel@nongnu.org; Tue, 29 Jul 2014 06:48:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XC4x0-00019k-1K for qemu-devel@nongnu.org; Tue, 29 Jul 2014 06:48:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XC4wz-00019R-Ok for qemu-devel@nongnu.org; Tue, 29 Jul 2014 06:48:09 -0400 Date: Tue, 29 Jul 2014 12:48:22 +0200 From: "Michael S. Tsirkin" Message-ID: <1406630860-13530-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 0/8] pc migration fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori The following changes since commit c60a57ff497667780132a3fcdc1500c83af5d5c0: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-07-25 16:58:41 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to f47337cb9181a1f9339b9b0516b92fe77a22f0f3: piix: set legacy table size for 1.7 (2014-07-29 12:26:12 +0200) ---------------------------------------------------------------- pc migration fixes Last minute fixes for migration. It seems that if we don't fix it now, fixing it in the next version will be even more painful ... Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Igor Mammedov (1): pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is disabled Michael S. Tsirkin (3): acpi-build: minor code cleanup acpi-build: tweak acpi migration limits piix: set legacy table size for 1.7 Paolo Bonzini (4): acpi-dsdt: procedurally generate _PRT pc: hack for migration compatibility from QEMU 2.0 bios-tables-test: fix ASL normalization false positive pc: future-proof migration-compatibility of ACPI tables include/hw/i386/pc.h | 1 + hw/i386/acpi-build.c | 99 +- hw/i386/pc_piix.c | 20 + hw/i386/pc_q35.c | 5 + tests/bios-tables-test.c | 6 +- hw/i386/acpi-dsdt.dsl | 90 +- hw/i386/acpi-dsdt.hex.generated | 1910 +++------------------------------------ tests/acpi-test-data/pc/DSDT | Bin 4499 -> 2807 bytes 8 files changed, 269 insertions(+), 1862 deletions(-)