annotate xv6arm.xml @ 0:53676d1f5817 default tip

firsh commit
author tobaru
date Sun, 04 Feb 2018 17:54:49 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
1 <!--
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
2 WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
3 OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
4 virsh edit xv6arm7
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
5 or other application using the libvirt API.
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
6 -->
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
7
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
8 <domain type='qemu'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
9 <name>xv6arm7</name>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
10 <uuid>80ddbab5-a467-4964-8eb1-0475512522ee</uuid>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
11 <memory unit='KiB'>131072</memory>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
12 <currentMemory unit='KiB'>131072</currentMemory>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
13 <vcpu placement='static'>1</vcpu>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
14 <os>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
15 <type arch='armv7l' machine='versatilepb'>hvm</type>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
16 <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
17 <boot dev='hd'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
18 </os>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
19 <cpu mode='custom' match='exact' check='none'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
20 <model fallback='allow'>arm1176</model>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
21 </cpu>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
22 <clock offset='utc'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
23 <timer name='rtc' tickpolicy='catchup'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
24 <timer name='pit' tickpolicy='delay'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
25 <timer name='hpet' present='no'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
26 </clock>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
27 <on_poweroff>destroy</on_poweroff>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
28 <on_reboot>restart</on_reboot>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
29 <on_crash>restart</on_crash>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
30 <devices>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
31 <emulator>/bin/qemu-system-arm</emulator>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
32 <disk type='file' device='disk'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
33 <driver name='qemu' type='raw'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
34 <source file='/mnt/dalmore-home/one/src/xv6-rpi/src/build/fs.img'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
35 <target dev='sda' bus='sd'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
36 </disk>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
37 <controller type='usb' index='0' model='ich9-ehci1'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
38 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
39 </controller>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
40 <controller type='usb' index='0' model='ich9-uhci1'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
41 <master startport='0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
42 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
43 </controller>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
44 <controller type='usb' index='0' model='ich9-uhci2'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
45 <master startport='2'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
46 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
47 </controller>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
48 <controller type='usb' index='0' model='ich9-uhci3'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
49 <master startport='4'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
50 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
51 </controller>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
52 <controller type='pci' index='0' model='pci-root'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
53 <controller type='virtio-serial' index='0'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
54 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
55 </controller>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
56 <interface type='user'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
57 <mac address='52:54:00:42:94:60'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
58 <model type='rtl8139'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
59 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
60 </interface>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
61 <serial type='pty'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
62 <target port='0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
63 </serial>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
64 <console type='pty'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
65 <target type='serial' port='0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
66 </console>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
67 <channel type='spicevmc'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
68 <target type='virtio' name='com.redhat.spice.0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
69 <address type='virtio-serial' controller='0' bus='0' port='1'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
70 </channel>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
71 <input type='mouse' bus='ps2'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
72 <input type='keyboard' bus='ps2'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
73 <sound model='ich6'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
74 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
75 </sound>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
76 <redirdev bus='usb' type='spicevmc'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
77 <address type='usb' bus='0' port='1'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
78 </redirdev>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
79 <redirdev bus='usb' type='spicevmc'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
80 <address type='usb' bus='0' port='2'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
81 </redirdev>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
82 <memballoon model='virtio'>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
83 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
84 </memballoon>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
85 </devices>
53676d1f5817 firsh commit
tobaru
parents:
diff changeset
86 </domain>