summaryrefslogtreecommitdiffstats
path: root/domain/test-ipxe-ipv4-aarch64.xml
blob: 4791bd29bfbb4de1338b0591f893af97749baf68 (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
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
  <name>test-ipxe-ipv4-aarch64</name>
  <memory unit='GiB'>1</memory>
  <vcpu placement='static'>1</vcpu>
  <os firmware='efi'>
    <type arch='aarch64' machine='virt'>hvm</type>
    <firmware>
      <feature enabled='no' name='enrolled-keys'/>
      <feature enabled='no' name='secure-boot'/>
    </firmware>
  </os>
  <cpu mode='host-passthrough' check='none'/>
  <devices>
    <interface type='network'>
      <source network='test-ipxe-ipv4-aarch64'/>
      <model type='virtio'/>
      <boot order='1'/>
    </interface>
    <console type='pty'/>
  </devices>
  <qemu:commandline>
    <qemu:arg value='-fw_cfg'/>
    <qemu:arg value='name=opt/org.tianocore/IPv6PXESupport,string=no'/>
  </qemu:commandline>
</domain>