Annotation of embedaddon/strongswan/testing/config/kvm/winnetou.xml, revision 1.1
1.1 ! misho 1: <domain type='kvm'>
! 2: <name>winnetou</name>
! 3: <uuid>b1d3d2f7-e20b-ab95-277e-66d4cac33cc3</uuid>
! 4: <memory unit='KiB'>131072</memory>
! 5: <currentMemory unit='KiB'>131072</currentMemory>
! 6: <vcpu placement='static'>1</vcpu>
! 7: <os>
! 8: <type arch='x86_64' machine='pc'>hvm</type>
! 9: <kernel>/var/run/kvm-swan-kernel</kernel>
! 10: <cmdline>root=/dev/vda1 loglevel=1 console=hvc0 net.ifnames=0</cmdline>
! 11: <boot dev='hd'/>
! 12: </os>
! 13: <features>
! 14: <acpi/>
! 15: <apic/>
! 16: <pae/>
! 17: </features>
! 18: <clock offset='utc'/>
! 19: <on_poweroff>destroy</on_poweroff>
! 20: <on_reboot>restart</on_reboot>
! 21: <on_crash>restart</on_crash>
! 22: <devices>
! 23: <emulator>/usr/bin/kvm</emulator>
! 24: <disk type='file' device='disk'>
! 25: <driver name='qemu' type='qcow2' cache='writethrough'/>
! 26: <source file='/var/lib/libvirt/images/winnetou.qcow2'/>
! 27: <target dev='vda' bus='virtio'/>
! 28: <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
! 29: </disk>
! 30: <controller type='usb' index='0'>
! 31: <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
! 32: </controller>
! 33: <filesystem type='mount' accessmode='mapped'>
! 34: <source dir='/var/run/kvm-swan-hostfs'/>
! 35: <target dir='/hostshare'/>
! 36: <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
! 37: </filesystem>
! 38: <filesystem type='mount' accessmode='mapped'>
! 39: <source dir='/var/run/kvm-swan-testresults'/>
! 40: <target dir='/testresults'/>
! 41: <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
! 42: </filesystem>
! 43: <interface type='network'>
! 44: <mac address='52:54:00:4b:23:fa'/>
! 45: <source network='vnet1'/>
! 46: <target dev='winnetou-eth0'/>
! 47: <model type='virtio'/>
! 48: <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
! 49: </interface>
! 50: <serial type='pty'>
! 51: <target port='0'/>
! 52: </serial>
! 53: <console type='pty'>
! 54: <target type='virtio' port='0'/>
! 55: </console>
! 56: <input type='tablet' bus='usb'/>
! 57: <input type='mouse' bus='ps2'/>
! 58: <graphics type='vnc' port='-1' autoport='yes'/>
! 59: <sound model='ich6'>
! 60: <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
! 61: </sound>
! 62: <video>
! 63: <model type='cirrus' vram='9216' heads='1'/>
! 64: <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
! 65: </video>
! 66: <memballoon model='virtio'>
! 67: <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
! 68: </memballoon>
! 69: </devices>
! 70: </domain>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>