From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyjnD-0007X0-SE for qemu-devel@nongnu.org; Wed, 10 Dec 2014 11:07:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyjn7-0004ve-O1 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 11:07:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyjn7-0004vU-HQ for qemu-devel@nongnu.org; Wed, 10 Dec 2014 11:07:05 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBAG73NP002881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 10 Dec 2014 11:07:04 -0500 From: Igor Mammedov Date: Wed, 10 Dec 2014 16:06:54 +0000 Message-Id: <1418227616-18149-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] pc: fix ACPI tables corruption after bridge hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, marcel.a@redhat.com, mst@redhat.com Reproducer: 1: hotplug bridge using command: device_add pci-bridge,chassis_nr=1 2: reset system from monitor: system_reset As result: Windows doesn't boot and linux boots without ACPI due to not readble/corrupted ACPI tables See patch 2/2 for more details. Igor Mammedov (2): pc: Add pc-[i440fx|q35]-2.3 machine type and pc_compat_2_2() function pc: acpi-build: make linker & RSDP tables dynamic hw/i386/acpi-build.c | 30 +++++++++++++++++++++++------- hw/i386/pc_piix.c | 33 +++++++++++++++++++++++++++++---- hw/i386/pc_q35.c | 30 +++++++++++++++++++++++++++--- include/hw/i386/pc.h | 1 + 4 files changed, 80 insertions(+), 14 deletions(-) -- 1.8.3.1