-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathistoreos.xml
59 lines (59 loc) · 1.75 KB
/
istoreos.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<domain type='kvm'>
<name>istoreos</name>
<uuid>21a22e59-55a1-45f9-8e7b-b85b4a587002</uuid>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu placement='static'>4</vcpu>
<os>
<type arch='x86_64' machine='q35'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
</features>
<clock offset='utc'>
<timer name='rtc' tickpolicy='catchup'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hpet' present='no'/>
</clock>
<on_reboot>restart</on_reboot>
<on_poweroff>restart</on_poweroff>
<on_crash>restart</on_crash>
<pm>
<suspend-to-mem enabled='no'/>
<suspend-to-disk enabled='no'/>
</pm>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/home/istoreos/kvm/istoreos.qcow2'/>
<target dev='sda' bus='sata'/>
</disk>
<interface type='bridge'>
<source bridge='br-iso0'/>
<mac address='02:16:3e:1a:b3:20'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
</interface>
<interface type='bridge'>
<source bridge='br-iso1'/>
<mac address='02:16:3e:1a:b3:21'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</interface>
<console type="pty">
<source>
<clipboard copypaste="yes"/>
</source>
<target type="virtio"/>
</console>
<graphics type="vnc" port="5901" listen="127.0.0.1" passwd="isosdemo"/>
<video>
<model type="vga"/>
</video>
<input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/>
</devices>
</domain>