Re: [Xen-devel] [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API

2018-11-14 Thread Igor Mammedov
On Mon, 5 Nov 2018 02:40:34 +0100 Samuel Ortiz wrote: > From: Yang Zhong > > The AML build routines for the PCI host bridge and the corresponding > DSDT addition are neither x86 nor PC machine type specific. > We can move them to the architecture agnostic hw/acpi folder, and by > carrying all

[Xen-devel] [PATCH v5 11/24] hw: acpi: Export and generalize the PCI host AML API

2018-11-04 Thread Samuel Ortiz
From: Yang Zhong The AML build routines for the PCI host bridge and the corresponding DSDT addition are neither x86 nor PC machine type specific. We can move them to the architecture agnostic hw/acpi folder, and by carrying all the needed information through a new AcpiPciBus structure, we can mak