File samples/rocketgit.xml changed (mode: 100644) (index 0b6fc48..b9d4097) |
1 |
1 |
<domain type='kvm'> |
<domain type='kvm'> |
2 |
2 |
<name>rocketgit1</name> |
<name>rocketgit1</name> |
|
3 |
|
<title>rocketgit1</title> |
|
4 |
|
<description>Git hosting solution - Affero GPL v3+ |
|
5 |
|
https://rocketgit.com/ |
|
6 |
|
</description> |
3 |
7 |
<memory unit='KiB'>262144</memory> |
<memory unit='KiB'>262144</memory> |
4 |
8 |
<currentMemory unit='KiB'>262144</currentMemory> |
<currentMemory unit='KiB'>262144</currentMemory> |
5 |
9 |
<vcpu placement='static'>1</vcpu> |
<vcpu placement='static'>1</vcpu> |
|
12 |
16 |
<apic/> |
<apic/> |
13 |
17 |
<pae/> |
<pae/> |
14 |
18 |
</features> |
</features> |
15 |
|
<cpu> |
|
16 |
|
</cpu> |
|
17 |
19 |
<clock offset='utc'> |
<clock offset='utc'> |
18 |
20 |
<timer name='rtc' tickpolicy='catchup'/> |
<timer name='rtc' tickpolicy='catchup'/> |
19 |
21 |
<timer name='pit' tickpolicy='delay'/> |
<timer name='pit' tickpolicy='delay'/> |
|
29 |
31 |
<devices> |
<devices> |
30 |
32 |
<emulator>/usr/bin/qemu-kvm</emulator> |
<emulator>/usr/bin/qemu-kvm</emulator> |
31 |
33 |
<disk type='file' device='disk'> |
<disk type='file' device='disk'> |
32 |
|
<driver name='qemu' type='qcow2'/> |
|
33 |
|
<source file='/var/lib/libvirt/images/rocketgit1.qcow2'/> |
|
34 |
|
<target dev='vda' bus='virtio'/> |
|
35 |
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> |
|
|
34 |
|
<driver name='qemu' type='qcow2' discard='unmap'/> |
|
35 |
|
<source file='/var/lib/libvirt/images/rocketgit4/rocketgit1.qcow2'/> |
|
36 |
|
<target dev='sda' bus='scsi'/> |
|
37 |
|
<address type='drive' controller='0' bus='0' target='0' unit='0'/> |
36 |
38 |
</disk> |
</disk> |
37 |
39 |
<controller type='usb' index='0' model='ich9-ehci1'> |
<controller type='usb' index='0' model='ich9-ehci1'> |
38 |
40 |
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/> |
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/> |
|
53 |
55 |
<controller type='virtio-serial' index='0'> |
<controller type='virtio-serial' index='0'> |
54 |
56 |
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> |
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> |
55 |
57 |
</controller> |
</controller> |
|
58 |
|
<controller type='scsi' index='0' model='virtio-scsi'> |
|
59 |
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> |
|
60 |
|
</controller> |
56 |
61 |
<interface type='network'> |
<interface type='network'> |
57 |
62 |
<source network='default'/> |
<source network='default'/> |
58 |
63 |
<model type='virtio'/> |
<model type='virtio'/> |
|
73 |
78 |
<target type='virtio' name='com.redhat.spice.0'/> |
<target type='virtio' name='com.redhat.spice.0'/> |
74 |
79 |
<address type='virtio-serial' controller='0' bus='0' port='2'/> |
<address type='virtio-serial' controller='0' bus='0' port='2'/> |
75 |
80 |
</channel> |
</channel> |
76 |
|
<input type='tablet' bus='usb'/> |
|
77 |
81 |
<input type='mouse' bus='ps2'/> |
<input type='mouse' bus='ps2'/> |
78 |
82 |
<input type='keyboard' bus='ps2'/> |
<input type='keyboard' bus='ps2'/> |
79 |
83 |
<graphics type='spice' autoport='yes'/> |
<graphics type='spice' autoport='yes'/> |
80 |
|
<sound model='ich6'> |
|
81 |
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> |
|
82 |
|
</sound> |
|
83 |
|
<video> |
|
84 |
|
<model type='qxl' ram='65536' vram='65536' heads='1'/> |
|
85 |
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> |
|
86 |
|
</video> |
|
87 |
84 |
<redirdev bus='usb' type='spicevmc'> |
<redirdev bus='usb' type='spicevmc'> |
88 |
85 |
</redirdev> |
</redirdev> |
89 |
86 |
<redirdev bus='usb' type='spicevmc'> |
<redirdev bus='usb' type='spicevmc'> |
90 |
87 |
</redirdev> |
</redirdev> |
|
88 |
|
<watchdog model='i6300esb' action='reset'> |
|
89 |
|
<address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> |
|
90 |
|
</watchdog> |
91 |
91 |
<memballoon model='virtio'> |
<memballoon model='virtio'> |
92 |
92 |
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> |
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> |
93 |
93 |
</memballoon> |
</memballoon> |
|
97 |
97 |
</rng> |
</rng> |
98 |
98 |
</devices> |
</devices> |
99 |
99 |
</domain> |
</domain> |
100 |
|
|
|