bugfix: correct the firmware path of loongarch virt machine

Signed-off-by: zhaotianrui <zhaotianrui@loongson.cn>
This commit is contained in:
zhaotianrui 2023-03-30 19:34:25 +08:00
parent 4157a39461
commit f6976434f5

View File

@ -101,7 +101,7 @@
Summary: Library providing a simple virtualization API Summary: Library providing a simple virtualization API
Name: libvirt Name: libvirt
Version: 6.2.0 Version: 6.2.0
Release: 52 Release: 53
License: LGPLv2+ License: LGPLv2+
URL: https://libvirt.org/ URL: https://libvirt.org/
@ -1364,7 +1364,7 @@ LOADERS="$LOADERS:/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw:/usr/share/edk2/aa
# Fedora edk2-arm # Fedora edk2-arm
LOADERS="$LOADERS:/usr/share/edk2/arm/QEMU_EFI-pflash.raw:/usr/share/edk2/arm/vars-template-pflash.raw" LOADERS="$LOADERS:/usr/share/edk2/arm/QEMU_EFI-pflash.raw:/usr/share/edk2/arm/vars-template-pflash.raw"
# LoongArch # LoongArch
LOADERS="$LOADERS:/usr/share/qemu-kvm/loongarch_bios.bin:/usr/share/qemu-kvm/loongarch_bios.bin" LOADERS="$LOADERS:/usr/share/qemu/loongarch_bios.bin:/usr/share/qemu/loongarch_vars.bin"
%define arg_loader_nvram --with-loader-nvram="$LOADERS" %define arg_loader_nvram --with-loader-nvram="$LOADERS"
# place macros above and build commands below this comment # place macros above and build commands below this comment
@ -2209,6 +2209,9 @@ exit 0
%changelog %changelog
* Thu Mar 30 2023 zhaotianrui <zhaotianrui@loongson.cn> - 6.2.0-53
- bugfix: correct the firmware path of loongarch virt machine
* Tue Mar 28 2023 mayunlong <mayunlong6@huawei.com> - 6.2.0-52 * Tue Mar 28 2023 mayunlong <mayunlong6@huawei.com> - 6.2.0-52
- bugfix: move qemuDomainDiskBlockIoTunelsSupported to currect place - bugfix: move qemuDomainDiskBlockIoTunelsSupported to currect place
- libvirt: add loongarch support - libvirt: add loongarch support