conf: Always format firmware image format

The code historically skipped the 'format' field for 'raw' images as we
didn't output it when no format support was present. Stop misleading and
output the format also for 'raw' images.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2024-08-26 15:37:35 +02:00
parent 49ce561e3f
commit 6540cc08b1
118 changed files with 119 additions and 120 deletions

View File

@ -26900,9 +26900,8 @@ virDomainLoaderDefFormat(virBuffer *buf,
virTristateBoolTypeToString(loader->stateless)); virTristateBoolTypeToString(loader->stateless));
} }
if (loader->format && if (loader->format > VIR_STORAGE_FILE_NONE) {
loader->format != VIR_STORAGE_FILE_RAW) { virBufferAsprintf(&loaderAttrBuf, " format='%s'",
virBufferEscapeString(&loaderAttrBuf, " format='%s'",
virStorageFileFormatTypeToString(loader->format)); virStorageFileFormatTypeToString(loader->format));
} }

View File

@ -15,7 +15,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -15,7 +15,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -15,7 +15,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader type='rom' stateless='yes'>/usr/share/seabios/bios-256k.bin</loader> <loader type='rom' stateless='yes' format='raw'>/usr/share/seabios/bios-256k.bin</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader type='rom'>/usr/share/seabios/bios-256k.bin</loader> <loader type='rom' format='raw'>/usr/share/seabios/bios-256k.bin</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.raw</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.raw</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='no' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' secure='no' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os firmware='efi'> <os firmware='efi'>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' type='pflash'>/path/to/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/path/to/OVMF_CODE.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/loongarch64/QEMU_EFI.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/loongarch64/QEMU_EFI.fd</loader>
<nvram template='/usr/share/edk2/loongarch64/QEMU_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/loongarch64/QEMU_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/loongarch64/QEMU_EFI.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/loongarch64/QEMU_EFI.fd</loader>
<nvram template='/usr/share/edk2/loongarch64/QEMU_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/loongarch64/QEMU_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' type='file' format='raw'> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' type='file' format='raw'>
<source file='/path/to/guest_VARS.fd'/> <source file='/path/to/guest_VARS.fd'/>
</nvram> </nvram>

View File

@ -9,7 +9,7 @@
<firmware> <firmware>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram type='network' format='raw'> <nvram type='network' format='raw'>
<source protocol='iscsi' name='iqn.2013-07.com.example:iscsi-nopool'> <source protocol='iscsi' name='iqn.2013-07.com.example:iscsi-nopool'>
<host name='example.com' port='6000'/> <host name='example.com' port='6000'/>

View File

@ -9,7 +9,7 @@
<firmware> <firmware>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram type='network' format='raw'> <nvram type='network' format='raw'>
<source protocol='nbd' name='bar'> <source protocol='nbd' name='bar'>
<host name='example.org' port='6000'/> <host name='example.org' port='6000'/>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os firmware='efi'> <os firmware='efi'>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/path/to/OVMF_VARS.fd'/> <nvram template='/path/to/OVMF_VARS.fd'/>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os firmware='efi'> <os firmware='efi'>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='no' type='pflash'/> <loader readonly='no' type='pflash' format='raw'/>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os firmware='efi'> <os firmware='efi'>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='no'/> <loader readonly='no' format='raw'/>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash' stateless='yes'>/usr/share/edk2/ovmf/OVMF.amdsev.fd</loader> <loader readonly='yes' type='pflash' stateless='yes' format='raw'>/usr/share/edk2/ovmf/OVMF.amdsev.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type> <type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type>
<loader type='rom' stateless='yes'>/usr/share/seabios/bios.bin</loader> <loader type='rom' stateless='yes' format='raw'>/usr/share/seabios/bios.bin</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<cpu mode='custom' match='exact' check='none'> <cpu mode='custom' match='exact' check='none'>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type> <type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type>
<loader type='rom'>/usr/share/seabios/bios.bin</loader> <loader type='rom' format='raw'>/usr/share/seabios/bios.bin</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<cpu mode='custom' match='exact' check='none'> <cpu mode='custom' match='exact' check='none'>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='aarch64' machine='virt-4.0'>hvm</type> <type arch='aarch64' machine='virt-4.0'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/AAVMF/AAVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/AAVMF/AAVMF_CODE.fd</loader>
<nvram template='/usr/share/AAVMF/AAVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/AAVMF/AAVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' type='pflash'>/path/to/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/path/to/OVMF_CODE.fd</loader>
<nvram template='/path/to/OVMF_VARS.fd' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/path/to/OVMF_VARS.fd' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/OVMF/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/OVMF/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<nvram template='/usr/share/OVMF/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/OVMF/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/path/to/guest_VARS.raw</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' type='file' format='raw'> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' type='file' format='raw'>
<source file='/path/to/guest_VARS.fd'/> <source file='/path/to/guest_VARS.fd'/>
</nvram> </nvram>

View File

@ -9,7 +9,7 @@
<firmware> <firmware>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram type='network' format='raw'> <nvram type='network' format='raw'>
<source protocol='iscsi' name='iqn.2013-07.com.example:iscsi-nopool'> <source protocol='iscsi' name='iqn.2013-07.com.example:iscsi-nopool'>
<host name='example.com' port='6000'/> <host name='example.com' port='6000'/>

View File

@ -9,7 +9,7 @@
<firmware> <firmware>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram type='network' format='raw'> <nvram type='network' format='raw'>
<source protocol='nbd' name='bar'> <source protocol='nbd' name='bar'>
<host name='example.org' port='6000'/> <host name='example.org' port='6000'/>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/path/to/OVMF_VARS.fd' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/path/to/OVMF_VARS.fd' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type> <type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type>
<loader type='pflash'>/path/to/guest_BOTH.fd</loader> <loader type='pflash' format='raw'>/path/to/guest_BOTH.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='no' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader> <loader readonly='no' type='pflash' format='raw'>/usr/share/OVMF/OVMF_CODE.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='no' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='no' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type> <type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type>
<loader readonly='no' type='pflash'>/path/to/guest_BOTH.fd</loader> <loader readonly='no' type='pflash' format='raw'>/path/to/guest_BOTH.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.0'>hvm</type> <type arch='x86_64' machine='pc-q35-4.0'>hvm</type>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/OVMF/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/OVMF/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/OVMF/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type> <type arch='x86_64' machine='pc-i440fx-4.0'>hvm</type>
<loader readonly='yes' type='pflash' stateless='yes'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' stateless='yes' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.fd' templateFormat='raw' format='raw'>/path/to/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/test_VARS.fd</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/test_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='yes' name='enrolled-keys'/> <feature enabled='yes' name='enrolled-keys'/>
<feature enabled='yes' name='secure-boot'/> <feature enabled='yes' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader> <loader readonly='yes' secure='yes' type='pflash' format='raw'>/usr/share/edk2/ovmf/OVMF_CODE.secboot.fd</loader>
<nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/test_VARS.fd</nvram> <nvram template='/usr/share/edk2/ovmf/OVMF_VARS.secboot.fd' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/test_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -10,7 +10,7 @@
<feature enabled='no' name='enrolled-keys'/> <feature enabled='no' name='enrolled-keys'/>
<feature enabled='no' name='secure-boot'/> <feature enabled='no' name='secure-boot'/>
</firmware> </firmware>
<loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/edk2/aarch64/QEMU_EFI-silent-pflash.raw</loader>
<nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram> <nvram template='/usr/share/edk2/aarch64/vars-template-pflash.raw' templateFormat='raw' format='raw'>/var/lib/libvirt/qemu/nvram/guest_VARS.fd</nvram>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<acpi> <acpi>
<table type='slic'>/sys/firmware/acpi/tables/SLIC</table> <table type='slic'>/sys/firmware/acpi/tables/SLIC</table>
</acpi> </acpi>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<kernel>/tmp/vmlinuz</kernel> <kernel>/tmp/vmlinuz</kernel>
<initrd>/tmp/initrd</initrd> <initrd>/tmp/initrd</initrd>
<cmdline>ignore_loglvl</cmdline> <cmdline>ignore_loglvl</cmdline>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<kernel>/tmp/vmlinuz</kernel> <kernel>/tmp/vmlinuz</kernel>
<initrd>/tmp/initrd</initrd> <initrd>/tmp/initrd</initrd>
<cmdline>ignore_loglvl</cmdline> <cmdline>ignore_loglvl</cmdline>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<kernel>/tmp/vmlinuz</kernel> <kernel>/tmp/vmlinuz</kernel>
<initrd>/tmp/initrd</initrd> <initrd>/tmp/initrd</initrd>
<cmdline>ignore_loglvl</cmdline> <cmdline>ignore_loglvl</cmdline>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x86_64-xen.bin</loader> <loader readonly='yes' type='pflash' format='raw'>/usr/share/qemu/ovmf-x86_64-xen.bin</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>8</vcpu> <vcpu placement='static'>8</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>8</vcpu> <vcpu placement='static'>8</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='hd'/> <boot dev='hd'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>8</vcpu> <vcpu placement='static'>8</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader&amp;test</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader&amp;test</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

View File

@ -6,7 +6,7 @@
<vcpu placement='static'>1</vcpu> <vcpu placement='static'>1</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader type='rom'>/usr/lib/xen/boot/hvmloader</loader> <loader type='rom' format='raw'>/usr/lib/xen/boot/hvmloader</loader>
<boot dev='cdrom'/> <boot dev='cdrom'/>
</os> </os>
<features> <features>

Some files were not shown because too many files have changed in this diff Show More