Re: [PATCH] hw/i386/x86-iommu: Add missing stubs

2019-12-27 Thread Philippe Mathieu-Daudé
On 12/22/19 11:31 AM, Paolo Bonzini wrote: On 20/12/19 16:42, Philippe Mathieu-Daudé wrote: In commit 6c730e4af9 we introduced a stub to build the MicroVM machine without Intel IOMMU. This stub is incomplete for the other PC machines. Add the missing stubs. In other words, without this patch y

Re: [PATCH] hw/i386/x86-iommu: Add missing stubs

2019-12-27 Thread Wainer dos Santos Moschetta
On 12/20/19 1:42 PM, Philippe Mathieu-Daudé wrote: In commit 6c730e4af9 we introduced a stub to build the MicroVM machine without Intel IOMMU. This stub is incomplete for the other PC machines. Add the missing stubs. Fixes: 6c730e4af9 Reported-by: Travis-CI Signed-off-by: Philippe Mathieu-Daud

Re: [PATCH] hw/i386/x86-iommu: Add missing stubs

2019-12-22 Thread Paolo Bonzini
On 20/12/19 16:42, Philippe Mathieu-Daudé wrote: > In commit 6c730e4af9 we introduced a stub to build the MicroVM > machine without Intel IOMMU. This stub is incomplete for the > other PC machines. Add the missing stubs. In other words, without this patch you cannot build without Q35 (which brings

[PATCH] hw/i386/x86-iommu: Add missing stubs

2019-12-20 Thread Philippe Mathieu-Daudé
In commit 6c730e4af9 we introduced a stub to build the MicroVM machine without Intel IOMMU. This stub is incomplete for the other PC machines. Add the missing stubs. Fixes: 6c730e4af9 Reported-by: Travis-CI Signed-off-by: Philippe Mathieu-Daudé --- hw/i386/x86-iommu-stub.c | 9 + 1 file