mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
2e02f2b2df
These XMLs live in a separate directory, there's no need for them to have a special prefix in addition. It also doesn't play nicely with ':e' completion in Vim, finding proper file based on qemuxml2argvtest.c is also needlessly complicated. The files were renamed using the following commands. From qemuxml2argvdata: for i in qemuxml2argv-*.xml; do mv $i ${i#qemuxml2argv-}; done and then (to fix broken symlinks) from qemuxml2argvdata and qemuxml2xmloutdata: for i in $(find . -xtype l); do \ ln -sf $(readlink $i | sed 's/qemuxml2argv-//') $i; done Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
75 lines
2.4 KiB
XML
75 lines
2.4 KiB
XML
<domain type='qemu'>
|
|
<name>QEMUGuest1</name>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>219136</memory>
|
|
<currentMemory unit='KiB'>219136</currentMemory>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<os>
|
|
<type arch='i686' machine='pc'>hvm</type>
|
|
<boot dev='hd'/>
|
|
</os>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-i686</emulator>
|
|
<memballoon model='virtio'/>
|
|
|
|
<controller type='usb' index='0' model='piix3-uhci'>
|
|
<address type='pci' domain='0' bus='0' slot='1' function='2'/>
|
|
</controller>
|
|
|
|
<controller type='usb' index='1' model='ich9-ehci1'>
|
|
<address type='pci' domain='0' bus='0' slot='4' function='7'/>
|
|
</controller>
|
|
<controller type='usb' index='1' model='ich9-uhci1'>
|
|
<master startport='0'/>
|
|
<address type='pci' domain='0' bus='0' slot='4' function='0' multifunction='on'/>
|
|
</controller>
|
|
<controller type='usb' index='1' model='ich9-uhci2'>
|
|
<master startport='2'/>
|
|
<address type='pci' domain='0' bus='0' slot='4' function='1'/>
|
|
</controller>
|
|
<controller type='usb' index='1' model='ich9-uhci3'>
|
|
<master startport='4'/>
|
|
<address type='pci' domain='0' bus='0' slot='4' function='2'/>
|
|
</controller>
|
|
|
|
<controller type='usb' index='2' model='ich9-ehci1'>
|
|
<address type='pci' domain='0' bus='0' slot='5' function='7'/>
|
|
</controller>
|
|
<controller type='usb' index='2' model='ich9-uhci1'>
|
|
<master startport='0'/>
|
|
<address type='pci' domain='0' bus='0' slot='5' function='0' multifunction='on'/>
|
|
</controller>
|
|
<controller type='usb' index='2' model='ich9-uhci2'>
|
|
<master startport='2'/>
|
|
<address type='pci' domain='0' bus='0' slot='5' function='1'/>
|
|
</controller>
|
|
<controller type='usb' index='2' model='ich9-uhci3'>
|
|
<master startport='4'/>
|
|
<address type='pci' domain='0' bus='0' slot='5' function='2'/>
|
|
</controller>
|
|
|
|
<input type='tablet' bus='usb'>
|
|
<address type='usb' bus='0' port='2'/>
|
|
</input>
|
|
|
|
<hub type='usb'>
|
|
<address type='usb' bus='1' port='1'/>
|
|
</hub>
|
|
|
|
<hostdev mode='subsystem' type='usb'>
|
|
<source>
|
|
<address bus='14' device='6'/>
|
|
</source>
|
|
<address type='usb' bus='2' port='1'/>
|
|
</hostdev>
|
|
|
|
<hostdev mode='subsystem' type='usb'>
|
|
<source>
|
|
<address bus='14' device='7'/>
|
|
</source>
|
|
<address type='usb' bus='2' port='2'/>
|
|
</hostdev>
|
|
|
|
</devices>
|
|
</domain>
|