-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_libvirt.xml
42 lines (42 loc) · 1.4 KB
/
main_libvirt.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- Generated by Mirage (Tue, 14 Apr 2015 13:26:57 GMT). -->
<domain type='xen'>
<name>main</name>
<memory unit='KiB'>262144</memory>
<currentMemory unit='KiB'>262144</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='armv7l' machine='xenpv'>linux</type>
<kernel>/home/rockinbobo/lmd/master/pstl/mir-main.xen</kernel>
<cmdline> </cmdline>
</os>
<clock offset='utc' adjustment='reset'/>
<on_crash>preserve</on_crash>
<!--
You must define network and block interfaces manually.
See http://libvirt.org/drvxen.html for information about converting .xl-files to libvirt xml automatically.
-->
<devices>
<!--
The disk configuration is defined here:
http://libvirt.org/formatstorage.html.
An example would look like:
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/loop0'/>
<target dev='' bus='xen'/>
</disk>
-->
<!--
The network configuration is defined here:
http://libvirt.org/formatnetwork.html
An example would look like:
<interface type='bridge'>
<mac address='c0:ff:ee:c0:ff:ee'/>
<source bridge='br0'/>
</interface>
-->
<console type='pty'>
<target type='xen' port='0'/>
</console>
</devices>
</domain>