Re: [Qemu-devel] [PATCH v4 3/8] intel-iommu: add DMAR table to ACPI tables

2014-08-17 Thread Andreas Färber
Am 17.08.2014 13:07, schrieb Michael S. Tsirkin: > On Sat, Aug 16, 2014 at 01:55:39PM +0800, Le Tan wrote: >> Expose Intel IOMMU to the BIOS. If object of TYPE_INTEL_IOMMU_DEVICE exists, >> add DMAR table to ACPI RSDT table. For now the DMAR table indicates that >> there >> is only one hardware un

Re: [Qemu-devel] [PATCH v4 3/8] intel-iommu: add DMAR table to ACPI tables

2014-08-17 Thread Michael S. Tsirkin
On Sat, Aug 16, 2014 at 01:55:39PM +0800, Le Tan wrote: > Expose Intel IOMMU to the BIOS. If object of TYPE_INTEL_IOMMU_DEVICE exists, > add DMAR table to ACPI RSDT table. For now the DMAR table indicates that there > is only one hardware unit without INTR_REMAP capability on the platform. > > Sig

[Qemu-devel] [PATCH v4 3/8] intel-iommu: add DMAR table to ACPI tables

2014-08-15 Thread Le Tan
Expose Intel IOMMU to the BIOS. If object of TYPE_INTEL_IOMMU_DEVICE exists, add DMAR table to ACPI RSDT table. For now the DMAR table indicates that there is only one hardware unit without INTR_REMAP capability on the platform. Signed-off-by: Le Tan --- hw/i386/acpi-build.c | 39 +++