Re: [Qemu-devel] [PATCH] qtest/bios-tables: Add DMAR unit test on intel_iommu for q35

2014-11-24 Thread Vasilis Liaskovitis
Hi, On Mon, Nov 24, 2014 at 11:37:05AM +0200, Marcel Apfelbaum wrote: > On Sat, 2014-11-22 at 20:05 +0100, Vasilis Liaskovitis wrote: > > The test enables intel_iommu on q35 and reads the DMAR table and its only > > DRHC structure (for now), checking only the header and checksums. > > > > Signed-

Re: [Qemu-devel] [PATCH] qtest/bios-tables: Add DMAR unit test on intel_iommu for q35

2014-11-24 Thread Marcel Apfelbaum
On Sat, 2014-11-22 at 20:05 +0100, Vasilis Liaskovitis wrote: > The test enables intel_iommu on q35 and reads the DMAR table and its only > DRHC structure (for now), checking only the header and checksums. > > Signed-off-by: Vasilis Liaskovitis > --- > tests/bios-tables-test.c | 34 +

[Qemu-devel] [PATCH] qtest/bios-tables: Add DMAR unit test on intel_iommu for q35

2014-11-22 Thread Vasilis Liaskovitis
The test enables intel_iommu on q35 and reads the DMAR table and its only DRHC structure (for now), checking only the header and checksums. Signed-off-by: Vasilis Liaskovitis --- tests/bios-tables-test.c | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) di