mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 01:50:43 +00:00
hw/i386/x86-iommu: Add missing stubs
In commit6c730e4af9
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>
This commit is contained in:
parent
035eed4c0d
commit
6ec0a06366
@ -32,3 +32,12 @@ X86IOMMUState *x86_iommu_get_default(void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool x86_iommu_ir_supported(X86IOMMUState *s)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
IommuType x86_iommu_get_type(void)
|
||||||
|
{
|
||||||
|
abort();
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user