qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH] hw/i386/x86-iommu: Add missing stubs
Date: Fri, 27 Dec 2019 18:19:05 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0


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é <address@hidden>
---
  hw/i386/x86-iommu-stub.c | 9 +++++++++
  1 file changed, 9 insertions(+)

diff --git a/hw/i386/x86-iommu-stub.c b/hw/i386/x86-iommu-stub.c
index 03576cdccb..c5ba077f9d 100644
--- a/hw/i386/x86-iommu-stub.c
+++ b/hw/i386/x86-iommu-stub.c
@@ -32,3 +32,12 @@ X86IOMMUState *x86_iommu_get_default(void)
      return NULL;
  }
+bool x86_iommu_ir_supported(X86IOMMUState *s)
+{
+    return false;
+}
+
+IommuType x86_iommu_get_type(void)
+{
+    abort();
+}

I cannot say the fix is correct, but I can attest - with it - I no longer see the build fail when --without-default-devices --disable-user.

Tested-by: Wainer dos Santos Moschetta <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]