Ticket #8345: kvm_setup.txt

File kvm_setup.txt, 3.1 KB (added by Premislaus, 10 years ago)
Line 
1<!--
2WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
3OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
4 virsh edit Haiku
5or other application using the libvirt API.
6-->
7
8<domain type='kvm'>
9 <name>Haiku</name>
10 <uuid>b5aaf938-51bf-e441-bda0-fd56d54393ae</uuid>
11 <memory unit='KiB'>1048576</memory>
12 <currentMemory unit='KiB'>1048576</currentMemory>
13 <vcpu placement='static'>2</vcpu>
14 <os>
15 <type arch='x86_64' machine='pc-i440fx-1.7'>hvm</type>
16 <boot dev='cdrom'/>
17 <boot dev='hd'/>
18 </os>
19 <features>
20 <acpi/>
21 <apic/>
22 <pae/>
23 </features>
24 <clock offset='utc'/>
25 <on_poweroff>destroy</on_poweroff>
26 <on_reboot>restart</on_reboot>
27 <on_crash>restart</on_crash>
28 <devices>
29 <emulator>/usr/sbin/qemu-system-x86_64</emulator>
30 <disk type='block' device='disk'>
31 <driver name='qemu' type='raw' cache='writethrough' io='native'/>
32 <source dev='/dev/vg/Haiku'/>
33 <target dev='vda' bus='virtio'/>
34 <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
35 </disk>
36 <disk type='file' device='cdrom'>
37 <driver name='qemu' type='raw'/>
38 <source file='/var/lib/libvirt/images/haiku-nightly.iso'/>
39 <target dev='hdc' bus='ide'/>
40 <readonly/>
41 <address type='drive' controller='0' bus='1' target='0' unit='0'/>
42 </disk>
43 <controller type='usb' index='0'>
44 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
45 </controller>
46 <controller type='pci' index='0' model='pci-root'/>
47 <controller type='ide' index='0'>
48 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
49 </controller>
50 <controller type='virtio-serial' index='0'>
51 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
52 </controller>
53 <controller type='sata' index='0'>
54 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
55 </controller>
56 <interface type='network'>
57 <mac address='52:54:00:6a:28:d5'/>
58 <source network='default'/>
59 <model type='rtl8139'/>
60 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
61 </interface>
62 <serial type='pty'>
63 <target port='0'/>
64 </serial>
65 <console type='pty'>
66 <target type='serial' port='0'/>
67 </console>
68 <channel type='spicevmc'>
69 <target type='virtio' name='com.redhat.spice.0'/>
70 <address type='virtio-serial' controller='0' bus='0' port='1'/>
71 </channel>
72 <input type='mouse' bus='ps2'/>
73 <graphics type='spice' autoport='yes'/>
74 <sound model='ich6'>
75 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
76 </sound>
77 <video>
78 <model type='qxl' ram='65536' vram='65536' heads='1'/>
79 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
80 </video>
81 <memballoon model='virtio'>
82 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
83 </memballoon>
84 </devices>
85</domain>