aboutsummaryrefslogtreecommitdiff
path: root/libvirt-test-domain-2.xml
blob: fce864f3a373150be021d4cceffaf5e611f3be1c (plain)
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
<domain type='xen'>
   <name>test2</name>
   <uuid>6343998e-9eda-11e3-98f6-77252a7d02f3</uuid>
   <memory>393216</memory>
   <currentMemory>393216</currentMemory>
   <vcpu>1</vcpu>
   <os>
     <type arch='aarch64' machine='xenpv'>linux</type>
     <kernel>/home/ubuntu/xen-openstack-build/img/trusty-server-cloudimg-arm64-vmlinuz-generic</kernel>
     <cmdline>console=hvc0 earlyprintk debug root=/dev/xvda rootwait</cmdline>
   </os>
   <clock offset='utc'/>
   <on_poweroff>destroy</on_poweroff>
   <on_reboot>restart</on_reboot>
   <on_crash>destroy</on_crash>
   <devices>
     <disk type='file' device='disk'>
       <source file='/home/ubuntu/xen-openstack-build/img/trusty-server-cloudimg-arm64.img'/>
       <target dev='xvda'/>
     </disk>
     <interface type='network'>
       <mac address='8e:a7:8e:3c:f4:f6'/>
       <source network='default'/>
     </interface>
     <console type='pty'>
       <target type='xen'/>
     </console>
   </devices>
</domain>