blob: 7e4eaa34fb52bc45d64f0d8eb8b384c4bc271fba (
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
31
32
|
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>test-ipxe-ipv4-x86_64</name>
<memory unit='GiB'>1</memory>
<vcpu placement='static'>1</vcpu>
<os firmware='efi'>
<type arch='x86_64' machine='q35'>hvm</type>
<firmware>
<feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/>
</firmware>
</os>
<features>
<acpi/>
<apic/>
</features>
<cpu mode='host-passthrough' check='none'/>
<devices>
<interface type='network'>
<source network='test-ipxe-ipv4-x86_64'/>
<model type='virtio'/>
<boot order='1'/>
</interface>
<console type='pty'/>
<rng model='virtio'>
<backend model='random'>/dev/urandom</backend>
</rng>
</devices>
<qemu:commandline>
<qemu:arg value='-fw_cfg'/>
<qemu:arg value='name=opt/org.tianocore/IPv6PXESupport,string=no'/>
</qemu:commandline>
</domain>
|