summary refs log tree commit diff stats
path: root/hw/i386/x86-iommu-stub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-5/+0
| | | | | | | | | | | | To generate the IOMMU ACPI table, acpi-build.c can use base QEMU types instead of a special IommuType value. Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Message-Id: <20211026182024.2642038-3-jean-philippe@linaro.org> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* 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>