Mercurial > hg > Members > menikon > CbC_xv6
comparison edit_xv6arm7 @ 6:2617849843ec
fedore virsh edit file
author | tobaru |
---|---|
date | Fri, 26 Jan 2018 16:42:49 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:f8ce1013b84d | 6:2617849843ec |
---|---|
1 <domain type='kvm'> | |
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='x86_64' machine='pc-i440fx-rhel7.4.0'>hvm</type> | |
9 <kernel>/mnt/dalmore-home/one/src/xv6-rpi/src/kernel.elf</kernel> | |
10 <boot dev='hd'/> | |
11 </os> | |
12 <features> | |
13 <acpi/> | |
14 <apic/> | |
15 <vmport state='off'/> | |
16 </features> | |
17 <cpu mode='custom' match='exact'> | |
18 <model fallback='allow'>Haswell-noTSX</model> | |
19 </cpu> | |
20 <clock offset='utc'> | |
21 <timer name='rtc' tickpolicy='catchup'/> | |
22 <timer name='pit' tickpolicy='delay'/> | |
23 <timer name='hpet' present='no'/> | |
24 </clock> | |
25 <on_poweroff>destroy</on_poweroff> | |
26 <on_reboot>restart</on_reboot> | |
27 <on_crash>restart</on_crash> | |
28 <pm> | |
29 <suspend-to-mem enabled='no'/> | |
30 <suspend-to-disk enabled='no'/> | |
31 </pm> | |
32 <devices> | |
33 <emulator>/usr/libexec/qemu-kvm</emulator> | |
34 <disk type='file' device='disk'> | |
35 <driver name='qemu' type='raw'/> | |
36 <source file='/mnt/dalmore-home/one/src/xv6-rpi/src/build/fs.img'/> | |
37 <target dev='hda' bus='ide'/> | |
38 <address type='drive' controller='0' bus='0' target='0' unit='0'/> | |
39 </disk> | |
40 <controller type='usb' index='0' model='ich9-ehci1'> | |
41 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/> | |
42 </controller> | |
43 <controller type='usb' index='0' model='ich9-uhci1'> | |
44 <master startport='0'/> | |
45 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/> | |
46 </controller> | |
47 <controller type='usb' index='0' model='ich9-uhci2'> | |
48 <master startport='2'/> | |
49 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/> | |
50 </controller> | |
51 <controller type='usb' index='0' model='ich9-uhci3'> | |
52 <master startport='4'/> | |
53 <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/> | |
54 </controller> | |
55 <controller type='pci' index='0' model='pci-root'/> | |
56 <controller type='ide' index='0'> | |
57 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> | |
58 </controller> | |
59 <controller type='virtio-serial' index='0'> | |
60 <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> | |
61 </controller> | |
62 <interface type='user'> | |
63 <mac address='52:54:00:42:94:60'/> | |
64 <model type='rtl8139'/> | |
65 <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> | |
66 </interface> | |
67 <serial type='pty'> | |
68 <target port='0'/> | |
69 </serial> | |
70 <console type='pty'> | |
71 <target type='serial' port='0'/> | |
72 </console> | |
73 <channel type='spicevmc'> | |
74 <target type='virtio' name='com.redhat.spice.0'/> | |
75 <address type='virtio-serial' controller='0' bus='0' port='1'/> | |
76 </channel> | |
77 <input type='mouse' bus='ps2'/> | |
78 <input type='keyboard' bus='ps2'/> | |
79 <graphics type='spice' autoport='yes'> | |
80 <listen type='address'/> | |
81 <image compression='off'/> | |
82 </graphics> | |
83 <sound model='ich6'> | |
84 <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> | |
85 </sound> | |
86 <video> | |
87 <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> | |
88 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> | |
89 </video> | |
90 <redirdev bus='usb' type='spicevmc'> | |
91 <address type='usb' bus='0' port='1'/> | |
92 </redirdev> | |
93 <redirdev bus='usb' type='spicevmc'> | |
94 <address type='usb' bus='0' port='2'/> | |
95 </redirdev> | |
96 <memballoon model='virtio'> | |
97 <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> | |
98 </memballoon> | |
99 </devices> | |
100 </domain> | |
101 |