Mercurial > hg > Members > menikon > CbC_xv6
comparison kvm-armxv6.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 <memory unit='KiB'>121</memory> | |
4 <currentMemory unit='KiB'>131072</currentMemory> | |
5 <vcpu placement='static'>1</vcpu> | |
6 <resource> | |
7 <partition>/machine</partition> | |
8 </resource> | |
9 <os> | |
10 <type arch='armv7l' machine='versatileab'>hvm</type> | |
11 <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel> | |
12 </os> | |
13 <features> | |
14 <acpi/> | |
15 </features> | |
16 <clock offset='utc'/> | |
17 <on_poweroff>destroy</on_poweroff> | |
18 <on_reboot>restart</on_reboot> | |
19 <on_crash>restart</on_crash> | |
20 <devices> | |
21 <emulator>/bin/qemu-system-arm</emulator> | |
22 <disk type='file' device='disk'> | |
23 <driver name='qemu' type='raw'/> | |
24 <backingStore/> | |
25 <target dev='hdc' bus='scsi'/> | |
26 <alias name='scsi0-0-2'/> | |
27 <address type='drive' controller='0' bus='0' target='0' unit='2'/> | |
28 </disk> | |
29 <controller type='scsi' index='0'> | |
30 <alias name='scsi0'/> | |
31 </controller> | |
32 <input type='mouse' bus='ps2'> | |
33 <alias name='input0'/> | |
34 </input> | |
35 <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'> | |
36 <listen type='address' address='0.0.0.0'/> | |
37 </graphics> | |
38 <video> | |
39 <model type='cirrus' vram='16384' heads='1' primary='yes'/> | |
40 <alias name='video0'/> | |
41 </video> | |
42 </devices> | |
43 <seclabel type='none' model='none'/> | |
44 <seclabel type='dynamic' model='dac' relabel='yes'> | |
45 <label>+107:+107</label> | |
46 <imagelabel>+107:+107</imagelabel> | |
47 </seclabel> | |
48 </domain> | |
49 |