Mercurial > hg > Members > menikon > CbC_xv6
diff kvm-armxv6.xml @ 5:f8ce1013b84d
kvm xml files
author | tobaru |
---|---|
date | Thu, 25 Jan 2018 19:33:40 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kvm-armxv6.xml Thu Jan 25 19:33:40 2018 +0900 @@ -0,0 +1,49 @@ +<domain type='qemu' id='65'> + <name>arm1</name> + <memory unit='KiB'>121</memory> + <currentMemory unit='KiB'>131072</currentMemory> + <vcpu placement='static'>1</vcpu> + <resource> + <partition>/machine</partition> + </resource> + <os> + <type arch='armv7l' machine='versatileab'>hvm</type> + <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel> + </os> + <features> + <acpi/> + </features> + <clock offset='utc'/> + <on_poweroff>destroy</on_poweroff> + <on_reboot>restart</on_reboot> + <on_crash>restart</on_crash> + <devices> + <emulator>/bin/qemu-system-arm</emulator> + <disk type='file' device='disk'> + <driver name='qemu' type='raw'/> + <backingStore/> + <target dev='hdc' bus='scsi'/> + <alias name='scsi0-0-2'/> + <address type='drive' controller='0' bus='0' target='0' unit='2'/> + </disk> + <controller type='scsi' index='0'> + <alias name='scsi0'/> + </controller> + <input type='mouse' bus='ps2'> + <alias name='input0'/> + </input> + <graphics type='vnc' port='5900' autoport='yes' listen='0.0.0.0'> + <listen type='address' address='0.0.0.0'/> + </graphics> + <video> + <model type='cirrus' vram='16384' heads='1' primary='yes'/> + <alias name='video0'/> + </video> + </devices> + <seclabel type='none' model='none'/> + <seclabel type='dynamic' model='dac' relabel='yes'> + <label>+107:+107</label> + <imagelabel>+107:+107</imagelabel> + </seclabel> +</domain> +