tests: Simplify Intel IOMMU testing
[libvirt/ericb.git] / tests / qemuxml2argvdata / intel-iommu-eim.xml
blob9770f77383e1c1395f5fd6933213ad34d9e4f76c
1 <domain type='kvm'>
2   <name>QEMUGuest1</name>
3   <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
4   <memory unit='KiB'>219100</memory>
5   <currentMemory unit='KiB'>219100</currentMemory>
6   <vcpu placement='static'>288</vcpu>
7   <os>
8     <type arch='x86_64' machine='q35'>hvm</type>
9     <boot dev='hd'/>
10   </os>
11   <features>
12     <ioapic driver='qemu'/>
13   </features>
14   <clock offset='utc'/>
15   <on_poweroff>destroy</on_poweroff>
16   <on_reboot>restart</on_reboot>
17   <on_crash>destroy</on_crash>
18   <devices>
19     <emulator>/usr/bin/qemu-system-x86_64</emulator>
20     <controller type='pci' index='0' model='pcie-root'/>
21     <controller type='usb' index='0' model='none'/>
22     <controller type='sata' index='0'>
23       <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
24     </controller>
25     <input type='mouse' bus='ps2'/>
26     <input type='keyboard' bus='ps2'/>
27     <memballoon model='none'/>
28     <iommu model='intel'>
29       <driver intremap='on' eim='on'/>
30     </iommu>
31   </devices>
32 </domain>