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

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