docs: Reword virDomainGetEmulatorPinInfo description
[libvirt.git] / tests / vmx2xmldata / graphics-vnc.xml
blob15a976640353341666dbd5b7839528a4b2da2bc6
1 <domain type='vmware'>
2   <name>test</name>
3   <uuid>00000000-0000-0000-0000-000000000000</uuid>
4   <memory unit='KiB'>32768</memory>
5   <currentMemory unit='KiB'>32768</currentMemory>
6   <vcpu placement='static'>1</vcpu>
7   <os>
8     <type arch='i686'>hvm</type>
9   </os>
10   <clock offset='utc'/>
11   <on_poweroff>destroy</on_poweroff>
12   <on_reboot>restart</on_reboot>
13   <on_crash>destroy</on_crash>
14   <devices>
15     <graphics type='vnc' port='5903' autoport='no' keymap='de' passwd='password'>
16       <listen type='address'/>
17     </graphics>
18     <video>
19       <model type='vmvga' vram='4096' primary='yes'/>
20     </video>
21   </devices>
22 </domain>