backup: Wire up qemu full pull backup commands over QMP
[libvirt/ericb.git] / tests / qemuxml2xmloutdata / graphics-vnc-socket.xml
blob24419738ca1d18a2f788692f57d613a6c931aa1d
1 <domain type='qemu'>
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'>1</vcpu>
7   <os>
8     <type arch='i686' machine='pc'>hvm</type>
9     <boot dev='hd'/>
10   </os>
11   <clock offset='utc'/>
12   <on_poweroff>destroy</on_poweroff>
13   <on_reboot>restart</on_reboot>
14   <on_crash>destroy</on_crash>
15   <devices>
16     <emulator>/usr/bin/qemu-system-i686</emulator>
17     <controller type='usb' index='0'>
18       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
19     </controller>
20     <controller type='ide' index='0'>
21       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
22     </controller>
23     <controller type='pci' index='0' model='pci-root'/>
24     <input type='mouse' bus='ps2'/>
25     <input type='keyboard' bus='ps2'/>
26     <graphics type='vnc' socket='/tmp/vnc.sock'>
27       <listen type='socket' socket='/tmp/vnc.sock'/>
28     </graphics>
29     <video>
30       <model type='cirrus' vram='16384' heads='1' primary='yes'/>
31       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
32     </video>
33     <memballoon model='none'/>
34   </devices>
35 </domain>