comparison src/xv6arm7.xml @ 9:861072c64aee

xv6arm7.xml
author tobaru
date Fri, 26 Jan 2018 19:31:27 +0900
parents
children
comparison
equal deleted inserted replaced
8:90f9bf5e1580 9:861072c64aee
1 <domain type='qemu'>
2 <name>xv6arm7</name>
3 <uuid>80ddbab5-a467-4964-8eb1-0475512522ee</uuid>
4 <memory unit='KiB'>131072</memory>
5 <currentMemory unit='KiB'>131072</currentMemory>
6 <vcpu placement='static'>1</vcpu>
7 <os>
8 <type arch='armv7l' machine='versatilepb'>hvm</type>
9 <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel>
10 <boot dev='hd'/>
11 </os>
12 <clock offset='utc'>
13 <timer name='rtc' tickpolicy='catchup'/>
14 <timer name='pit' tickpolicy='delay'/>
15 <timer name='hpet' present='no'/>
16 </clock>
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 <source file='/mnt/dalmore-home/one/src/xv6-rpi/src/build/fs.img'/>
25 <target dev='sda' bus='sd'/>
26 </disk>
27 <controller type='usb' index='0' model='ich9-ehci1'>
28 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/>
29 </controller>
30 <controller type='usb' index='0' model='ich9-uhci1'>
31 <master startport='0'/>
32 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/>
33 </controller>
34 <controller type='usb' index='0' model='ich9-uhci2'>
35 <master startport='2'/>
36 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/>
37 </controller>
38 <controller type='usb' index='0' model='ich9-uhci3'>
39 <master startport='4'/>
40 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
41 </controller>
42 <controller type='pci' index='0' model='pci-root'/>
43 <controller type='virtio-serial' index='0'>
44 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
45 </controller>
46 <interface type='user'>
47 <mac address='52:54:00:42:94:60'/>
48 <model type='rtl8139'/>
49 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
50 </interface>
51 <serial type='pty'>
52 <target port='0'/>
53 </serial>
54 <console type='pty'>
55 <target type='serial' port='0'/>
56 </console>
57 <channel type='spicevmc'>
58 <target type='virtio' name='com.redhat.spice.0'/>
59 <address type='virtio-serial' controller='0' bus='0' port='1'/>
60 </channel>
61 <input type='mouse' bus='ps2'/>
62 <input type='keyboard' bus='ps2'/>
63 <graphics type='spice' autoport='yes'>
64 <listen type='address'/>
65 <image compression='off'/>
66 </graphics>
67 <sound model='ich6'>
68 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
69 </sound>
70 <video>
71 <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
72 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
73 </video>
74 <redirdev bus='usb' type='spicevmc'>
75 <address type='usb' bus='0' port='1'/>
76 </redirdev>
77 <redirdev bus='usb' type='spicevmc'>
78 <address type='usb' bus='0' port='2'/>
79 </redirdev>
80 <memballoon model='virtio'>
81 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
82 </memballoon>
83 </devices>
84 </domain>