[pve-devel] [PATCH qemu 2/3] makefile: also filter 64-bit hppa ROM for QEMU 8.2
Fiona Ebner
f.ebner at proxmox.com
Wed Mar 27 14:38:05 CET 2024
Same rationale as 6facdf3 ("also exclude hppa-firmware.img ROM from
build"), not used by Proxmox VE and would cause a failure during
build.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 1d021a7..b963672 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ endif
PC_BIOS_FW_PURGE_LIST_IN = \
hppa-firmware.img \
+ hppa-firmware64.img \
openbios-ppc \
openbios-sparc32 \
openbios-sparc64 \
--
2.39.2
More information about the pve-devel
mailing list