From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7nmY-0001sF-RZ for qemu-devel@nongnu.org; Tue, 31 May 2016 13:48:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7nmU-0005rM-OS for qemu-devel@nongnu.org; Tue, 31 May 2016 13:48:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7nmU-0005rG-Iv for qemu-devel@nongnu.org; Tue, 31 May 2016 13:48:42 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 981D37DCD6 for ; Tue, 31 May 2016 17:48:41 +0000 (UTC) From: Marcel Apfelbaum Date: Tue, 31 May 2016 20:48:31 +0300 Message-Id: <1464716918-29689-1-git-send-email-marcel@redhat.com> Subject: [Qemu-devel] [PATCH RFC 0/7] q35: add legacy pci acpi hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcel@redhat.com, mst@redhat.com, imammedo@redhat.com, pbonzini@redhat.com, ehabkost@redhat.com The series adds hotplug support to legacy PCI buses for Q35 machines. The ACPI hotplug code is emitted if at least one legacy pci-bridge is present. It is still RFC because: - the compat code is for 2.6 machines - it works only for pci-bridge, there are still some issues with i82801b11-bridge - needs more testing The current implementation does not include PCIe Root Port support. Patches 1-4: various acpi pre-requisites fixes Patch 5: adds pcihp initialization code to Q35 Patch 6: makes acpi pci hotplug generic by handling PCIe cases Patch 7: Adds pchihp support to ich9. Thanks, Marcel Marcel Apfelbaum (7): hw/acpi: remove dead acpi code hw/acpi: simplify dsdt building code hw/acpi: fix a DSDT table issue when a pxb is present. hw/apci: fix pcihp io initialization hw/acpi: prepare pci hotplug IO for ich9 hw/acpi: extend acpi pci hotplug support for pci express hw/ich9: enable pci acpi hotplug hw/acpi/ich9.c | 31 +++++++++++++ hw/i386/acpi-build.c | 119 +++++++++++++++++++++++++------------------------ hw/isa/lpc_ich9.c | 12 +++++ include/hw/acpi/ich9.h | 4 ++ include/hw/i386/pc.h | 7 ++- 5 files changed, 114 insertions(+), 59 deletions(-) -- 2.4.3