Skip to content

Instantly share code, notes, and snippets.

@krha
Last active December 18, 2015 07:09
Show Gist options
  • Save krha/5744228 to your computer and use it in GitHub Desktop.
Save krha/5744228 to your computer and use it in GitHub Desktop.
<domain type='kvm' id='44' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>instance-0000014c</name>
<uuid>48084680-c244-40c5-a22d-100efa0ec733</uuid>
<devices>
<emulator>/usr/lib/python2.7/dist-packages/synthesis/lib/bin/x86_64/qemu-system-x86_64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source file='/var/tmp/vmnetfs-sXVNJo/disk/image'/>
<target dev='vda' bus='virtio'/>
<alias name='virtio-disk0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>
<controller type='usb' index='0'>
<alias name='usb0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<serial type='file'>
<source path='/var/lib/nova/instances/48084680-c244-40c5-a22d-100efa0ec733/console.log'/>
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='file'>
<source path='/var/lib/nova/instances/48084680-c244-40c5-a22d-100efa0ec733/console.log'/>
<target type='serial' port='0'/>
<alias name='serial0'/>
</console>
<input type='tablet' bus='usb'>
<alias name='input0'/>
</input>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='5900' autoport='yes' listen='127.2.213.24' keymap='en-us'>
<listen type='address' address='127.2.213.24'/>
</graphics>
<qemu:commandline>
<qemu:arg value='-cloudlet'/>
<qemu:arg value='logfile=/tmp/cloudlet-qemu-log-XsP8Jl'/>
</qemu:commandline>
</domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment