Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-09 | hw/i386/x86-iommu: Add missing stubs | 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é <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> | |||
2019-12-17 | pc: stubify x86 iommu | Paolo Bonzini | |
Allow building microvm without x86-iommu.c. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |