comparison xv6arm.xml @ 10:be7ae6f2993b

Running libvirt
author innparusu
date Sat, 27 Jan 2018 19:26:44 +0900
parents 90f9bf5e1580
children
comparison
equal deleted inserted replaced
9:861072c64aee 10:be7ae6f2993b
1 <!--
2 WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
3 OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
4 virsh edit xv6arm7
5 or other application using the libvirt API.
6 -->
7
1 <domain type='qemu'> 8 <domain type='qemu'>
2 <name>xv6arm7</name> 9 <name>xv6arm7</name>
3 <uuid>80ddbab5-a467-4964-8eb1-0475512522ee</uuid> 10 <uuid>80ddbab5-a467-4964-8eb1-0475512522ee</uuid>
4 <memory unit='KiB'>131072</memory> 11 <memory unit='KiB'>131072</memory>
5 <currentMemory unit='KiB'>131072</currentMemory> 12 <currentMemory unit='KiB'>131072</currentMemory>
6 <vcpu placement='static'>1</vcpu> 13 <vcpu placement='static'>1</vcpu>
7 <os> 14 <os>
8 <type arch='armv7l' machine='vexpress-a9'>hvm</type> 15 <type arch='armv7l' machine='versatilepb'>hvm</type>
9 <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel> 16 <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel>
10 <boot dev='hd'/> 17 <boot dev='hd'/>
11 </os> 18 </os>
19 <cpu mode='custom' match='exact' check='none'>
20 <model fallback='allow'>arm1176</model>
21 </cpu>
12 <clock offset='utc'> 22 <clock offset='utc'>
13 <timer name='rtc' tickpolicy='catchup'/> 23 <timer name='rtc' tickpolicy='catchup'/>
14 <timer name='pit' tickpolicy='delay'/> 24 <timer name='pit' tickpolicy='delay'/>
15 <timer name='hpet' present='no'/> 25 <timer name='hpet' present='no'/>
16 </clock> 26 </clock>
39 <master startport='4'/> 49 <master startport='4'/>
40 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/> 50 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
41 </controller> 51 </controller>
42 <controller type='pci' index='0' model='pci-root'/> 52 <controller type='pci' index='0' model='pci-root'/>
43 <controller type='virtio-serial' index='0'> 53 <controller type='virtio-serial' index='0'>
44 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> 54 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
45 </controller> 55 </controller>
46 <interface type='user'> 56 <interface type='user'>
47 <mac address='52:54:00:42:94:60'/> 57 <mac address='52:54:00:42:94:60'/>
48 <model type='rtl8139'/> 58 <model type='rtl8139'/>
49 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> 59 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
58 <target type='virtio' name='com.redhat.spice.0'/> 68 <target type='virtio' name='com.redhat.spice.0'/>
59 <address type='virtio-serial' controller='0' bus='0' port='1'/> 69 <address type='virtio-serial' controller='0' bus='0' port='1'/>
60 </channel> 70 </channel>
61 <input type='mouse' bus='ps2'/> 71 <input type='mouse' bus='ps2'/>
62 <input type='keyboard' bus='ps2'/> 72 <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'> 73 <sound model='ich6'>
68 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> 74 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
69 </sound> 75 </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'> 76 <redirdev bus='usb' type='spicevmc'>
75 <address type='usb' bus='0' port='1'/> 77 <address type='usb' bus='0' port='1'/>
76 </redirdev> 78 </redirdev>
77 <redirdev bus='usb' type='spicevmc'> 79 <redirdev bus='usb' type='spicevmc'>
78 <address type='usb' bus='0' port='2'/> 80 <address type='usb' bus='0' port='2'/>