Add intel-iommu device.

This commit is contained in:
Michael Lipp 2023-08-14 22:22:26 +02:00
parent 62be40205b
commit ffdc603122

View file

@ -93,6 +93,7 @@
<#if vm.accelerator != "none"> <#if vm.accelerator != "none">
- [ "-accel", "${ vm.accelerator }" ] - [ "-accel", "${ vm.accelerator }" ]
</#if> </#if>
- [ "-device", "intel-iommu,device-iotlb=on" ]
# (More devices:) # (More devices:)
# * RTC # * RTC
- [ "-rtc", "base=${ vm.rtcBase },clock=${ vm.rtcClock },driftfix=slew" ] - [ "-rtc", "base=${ vm.rtcBase },clock=${ vm.rtcClock },driftfix=slew" ]