summaryrefslogtreecommitdiffstats
path: root/hw/i386/x86-iommu-stub.c
Commit message (Collapse)AuthorAgeFilesLines
* hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé2020-01-091-0/+9
| | | | | | | | | | | | | 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é <philmd@redhat.com> Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20191220154225.25879-1-philmd@redhat.com>
* pc: stubify x86 iommuPaolo Bonzini2019-12-171-0/+34
Allow building microvm without x86-iommu.c. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>