Mercurial > hg > Members > anatofuz > CbC_xv6
comparison kvm-armLinux.xml @ 5:f8ce1013b84d
kvm xml files
author | tobaru |
---|---|
date | Thu, 25 Jan 2018 19:33:40 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4:e4f49859477e | 5:f8ce1013b84d |
---|---|
1 <domain type='qemu' id='65'> | |
2 <name>arm1</name> | |
3 <uuid>8028f71a-1db8-40a4-94fa-5a4a42014273</uuid> | |
4 <memory unit='KiB'>131072</memory> | |
5 <currentMemory unit='KiB'>131072</currentMemory> | |
6 <vcpu placement='static'>1</vcpu> | |
7 <resource> | |
8 <partition>/machine</partition> | |
9 </resource> | |
10 <os> | |
11 <type arch='armv7l' machine='versatileab'>hvm</type> | |
12 <kernel>/var/lib/libvirt/images/zImage-versatile-2.6.24-rc7.armv5tel</kernel> | |
13 <cmdline>"root=0800"</cmdline> | |
14 <boot dev='hd'/> | |
15 </os> | |
16 <features> | |
17 <acpi/> | |
18 </features> | |
19 <clock offset='utc'/> | |
20 <on_poweroff>destroy</on_poweroff> | |
21 <on_reboot>restart</on_reboot> | |
22 <on_crash>restart</on_crash> | |
23 <devices> | |
24 <emulator>/bin/qemu-system-arm</emulator> | |
25 <disk type='file' device='disk'> | |
26 <driver name='qemu' type='raw'/> | |
27 <source file='/var/lib/libvirt/images/arm1.img'/> | |
28 <backingStore/> | |
29 <target dev='hdc' bus='scsi'/> | |
30 <alias name='scsi0-0-2'/> | |
31 <address type='drive' controller='0' bus='0' target='0' unit='2'/> | |
32 </disk> | |
33 <controller type='scsi' index='0'> | |
34 <alias name='scsi0'/> | |
35 </controller> | |
36 <input type='mouse' bus='ps2'> | |
37 <alias name='input0'/> | |
38 </input> | |
39 <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'> | |
40 <listen type='address' address='0.0.0.0'/> | |
41 </graphics> | |
42 <video> | |
43 <model type='cirrus' vram='16384' heads='1' primary='yes'/> | |
44 <alias name='video0'/> | |
45 </video> | |
46 </devices> | |
47 <seclabel type='none' model='none'/> | |
48 <seclabel type='dynamic' model='dac' relabel='yes'> | |
49 <label>+107:+107</label> | |
50 <imagelabel>+107:+107</imagelabel> | |
51 </seclabel> | |
52 </domain> | |
53 |