blob: 4676ea8a66f6e770deba260c6236e290d4658e42 (
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-ipv6-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-ipv6-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/IPv4PXESupport,string=no'/>
</qemu:commandline>
</domain>
|