Add intel-iommu device.
This commit is contained in:
parent
62be40205b
commit
ffdc603122
1 changed files with 2 additions and 1 deletions
|
|
@ -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" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue