diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-06-28 14:40:20 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-06-28 14:40:20 +0200 |
commit | 1fe26886490f0b66c2611db7d45a80288b141d1d (patch) | |
tree | b57aa73651391b170b5d0ed3c8d10cb293d00c24 /domain/test-ipxe-ipv4-aarch64.xml | |
download | ipxe-tests-1fe26886490f0b66c2611db7d45a80288b141d1d.tar.gz |
initial commit
Diffstat (limited to 'domain/test-ipxe-ipv4-aarch64.xml')
-rw-r--r-- | domain/test-ipxe-ipv4-aarch64.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/domain/test-ipxe-ipv4-aarch64.xml b/domain/test-ipxe-ipv4-aarch64.xml new file mode 100644 index 0000000..4791bd2 --- /dev/null +++ b/domain/test-ipxe-ipv4-aarch64.xml @@ -0,0 +1,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> + |