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

2014-08-14 Thread Michael S. Tsirkin
On Thu, Aug 14, 2014 at 07:53:32PM +0800, Le Tan wrote: > 2014-08-14 19:51 GMT+08:00 Jan Kiszka : > > On 2014-08-14 13:43, Michael S. Tsirkin wrote: > >> On Thu, Aug 14, 2014 at 01:36:49PM +0200, Jan Kiszka wrote: > >>> On 2014-08-14 13:06, Michael S. Tsirkin wrote: > On Mon, Aug 11, 2014 at 0

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

2014-08-14 Thread Le Tan
2014-08-14 19:51 GMT+08:00 Jan Kiszka : > On 2014-08-14 13:43, Michael S. Tsirkin wrote: >> On Thu, Aug 14, 2014 at 01:36:49PM +0200, Jan Kiszka wrote: >>> On 2014-08-14 13:06, Michael S. Tsirkin wrote: On Mon, Aug 11, 2014 at 03:05:00PM +0800, Le Tan wrote: > Expose Intel IOMMU to the BIO

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

2014-08-14 Thread Jan Kiszka
On 2014-08-14 13:43, Michael S. Tsirkin wrote: > On Thu, Aug 14, 2014 at 01:36:49PM +0200, Jan Kiszka wrote: >> On 2014-08-14 13:06, Michael S. Tsirkin wrote: >>> On Mon, Aug 11, 2014 at 03:05:00PM +0800, Le Tan wrote: Expose Intel IOMMU to the BIOS. If object of TYPE_INTEL_IOMMU_DEVICE

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

2014-08-14 Thread Michael S. Tsirkin
On Thu, Aug 14, 2014 at 01:36:49PM +0200, Jan Kiszka wrote: > On 2014-08-14 13:06, Michael S. Tsirkin wrote: > > On Mon, Aug 11, 2014 at 03:05:00PM +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. Fo

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

2014-08-14 Thread Michael S. Tsirkin
On Thu, Aug 14, 2014 at 01:36:49PM +0200, Jan Kiszka wrote: > On 2014-08-14 13:06, Michael S. Tsirkin wrote: > > On Mon, Aug 11, 2014 at 03:05:00PM +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. Fo

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

2014-08-14 Thread Le Tan
Hi Michael, 2014-08-14 19:06 GMT+08:00 Michael S. Tsirkin : > On Mon, Aug 11, 2014 at 03:05:00PM +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

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

2014-08-14 Thread Jan Kiszka
On 2014-08-14 13:06, Michael S. Tsirkin wrote: > On Mon, Aug 11, 2014 at 03:05:00PM +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

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

2014-08-14 Thread Michael S. Tsirkin
On Mon, Aug 11, 2014 at 03:05:00PM +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 v3 3/5] intel-iommu: add DMAR table to ACPI tables

2014-08-11 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 | 41 +++