Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-05-04 Thread Valentine Sinitsyn
On 29.04.2016 13:28, David Kiarie wrote: On Fri, Apr 29, 2016 at 9:09 AM, Jan Kiszka wrote: On 2016-04-25 00:12, David Kiarie wrote: Add IVRS table for AMD IOMMU. Generate IVRS or DMAR depending on emulated IOMMU It seems you lack scope descriptions for the PCI devices

Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-05-04 Thread Valentine Sinitsyn
On 29.04.2016 11:09, Jan Kiszka wrote: On 2016-04-25 00:12, David Kiarie wrote: Add IVRS table for AMD IOMMU. Generate IVRS or DMAR depending on emulated IOMMU It seems you lack scope descriptions for the PCI devices in the system. At least, this is what our jailhouse config generator

Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-05-02 Thread Igor Mammedov
On Mon, 2 May 2016 11:27:35 +0300 David Kiarie wrote: > On Sun, May 1, 2016 at 4:45 PM, Michael S. Tsirkin wrote: > > On Sat, Apr 30, 2016 at 01:42:41AM +0300, David Kiarie wrote: > >> Add IVRS table for AMD IOMMU. Generate IVRS or DMAR > >> depending

Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-05-02 Thread David Kiarie
On Sun, May 1, 2016 at 4:45 PM, Michael S. Tsirkin wrote: > On Sat, Apr 30, 2016 at 01:42:41AM +0300, David Kiarie wrote: >> Add IVRS table for AMD IOMMU. Generate IVRS or DMAR >> depending on emulated IOMMU >> >> Signed-off-by: David Kiarie >> --- >>

Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-05-01 Thread Michael S. Tsirkin
On Sat, Apr 30, 2016 at 01:42:41AM +0300, David Kiarie wrote: > Add IVRS table for AMD IOMMU. Generate IVRS or DMAR > depending on emulated IOMMU > > Signed-off-by: David Kiarie > --- > hw/acpi/aml-build.c | 2 +- > hw/acpi/core.c | 13 --- >

[Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-04-29 Thread David Kiarie
Add IVRS table for AMD IOMMU. Generate IVRS or DMAR depending on emulated IOMMU Signed-off-by: David Kiarie --- hw/acpi/aml-build.c | 2 +- hw/acpi/core.c | 13 --- hw/i386/acpi-build.c| 93 +++--

Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-04-29 Thread David Kiarie
On Fri, Apr 29, 2016 at 9:09 AM, Jan Kiszka wrote: > On 2016-04-25 00:12, David Kiarie wrote: >> Add IVRS table for AMD IOMMU. Generate IVRS or DMAR >> depending on emulated IOMMU > > It seems you lack scope descriptions for the PCI devices in the system. > At least, this is

Re: [Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-04-29 Thread Jan Kiszka
On 2016-04-25 00:12, David Kiarie wrote: > Add IVRS table for AMD IOMMU. Generate IVRS or DMAR > depending on emulated IOMMU It seems you lack scope descriptions for the PCI devices in the system. At least, this is what our jailhouse config generator complains about right now (didn't look into

[Qemu-devel] [V9 2/4] hw/i386: ACPI table for AMD IOMMU

2016-04-24 Thread David Kiarie
Add IVRS table for AMD IOMMU. Generate IVRS or DMAR depending on emulated IOMMU Signed-off-by: David Kiarie --- hw/acpi/aml-build.c | 2 +- hw/acpi/core.c | 13 -- hw/i386/acpi-build.c| 101 +++-