Re: [Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-04-08 Thread Peter Xu
On Sun, Feb 21, 2016 at 05:01:02PM +0100, Jan Kiszka wrote: > >> We have the same problem over with VT-d and IR. > >> > >> I don't think the firmware is not the right place, otherwise there would > >> be an interface in hw to adjust that parameters. I think we should > >> simply make sure that the

Re: [Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-02-21 Thread Jan Kiszka
On 2016-02-21 16:54, Marcel Apfelbaum wrote: > On 02/21/2016 03:40 PM, Jan Kiszka wrote: >> On 2016-02-21 13:08, Marcel Apfelbaum wrote: >>> On 02/21/2016 01:38 PM, Marcel Apfelbaum wrote: On 02/19/2016 05:30 AM, Peter Xu wrote: > To enable interrupt remapping for intel IOMMU device, each

Re: [Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-02-21 Thread Marcel Apfelbaum
On 02/21/2016 03:40 PM, Jan Kiszka wrote: On 2016-02-21 13:08, Marcel Apfelbaum wrote: On 02/21/2016 01:38 PM, Marcel Apfelbaum wrote: On 02/19/2016 05:30 AM, Peter Xu wrote: To enable interrupt remapping for intel IOMMU device, each IOAPIC device in the system reported via ACPI MADT must be e

Re: [Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-02-21 Thread Jan Kiszka
On 2016-02-21 13:08, Marcel Apfelbaum wrote: > On 02/21/2016 01:38 PM, Marcel Apfelbaum wrote: >> On 02/19/2016 05:30 AM, Peter Xu wrote: >>> To enable interrupt remapping for intel IOMMU device, each IOAPIC device >>> in the system reported via ACPI MADT must be explicitly enumerated under >>> one

Re: [Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-02-21 Thread Marcel Apfelbaum
On 02/21/2016 01:38 PM, Marcel Apfelbaum wrote: On 02/19/2016 05:30 AM, Peter Xu wrote: To enable interrupt remapping for intel IOMMU device, each IOAPIC device in the system reported via ACPI MADT must be explicitly enumerated under one specific remapping hardware unit. This patch adds the root

Re: [Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-02-21 Thread Marcel Apfelbaum
On 02/19/2016 05:30 AM, Peter Xu wrote: To enable interrupt remapping for intel IOMMU device, each IOAPIC device in the system reported via ACPI MADT must be explicitly enumerated under one specific remapping hardware unit. This patch adds the root-complex IOAPIC into the default DMAR device. Pl

[Qemu-devel] [PATCH 05/13] acpi: add DMAR scope definition for root IOAPIC

2016-02-18 Thread Peter Xu
To enable interrupt remapping for intel IOMMU device, each IOAPIC device in the system reported via ACPI MADT must be explicitly enumerated under one specific remapping hardware unit. This patch adds the root-complex IOAPIC into the default DMAR device. Please refer to VT-d spec 8.3.1.1 for more i