Source: qemu
Version: 1:6.2+dfsg-1
Severity: normal
Hi,
QEMU 6.2 ships with a new multiboot blob, please include it as it is used by
default when launching a multiboot-capable guest:
Could not open option rom 'multiboot_dma.bin': No such file or directory
--- optionrom.mak.old 2022-01-17 23:08:52.891445869 +0100
+++ optionrom.mak 2022-01-17 23:09:49.055305128 +0100
@@ -6,7 +6,8 @@
-I${SRC_PATH}/include
VPATH = ${SRC_PATH}/pc-bios/optionrom
-BINS = kvmvapic.bin linuxboot.bin linuxboot_dma.bin multiboot.bin pvh.bin
+BINS = kvmvapic.bin linuxboot.bin linuxboot_dma.bin \
+ multiboot.bin multiboot_dma.bin pvh.bin
all: ${BINS}
%.o: %.S
Thanks, Adam
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.15.0-2-amd64 (SMP w/96 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled