diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 14:08:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-17 14:16:19 +0200 |
commit | 3bee1d1d14c583929af068d8fd6eef54d21046e4 (patch) | |
tree | 006e5834586240b54f1953204720a6d8d80ac17e /pc-bios/meson.build | |
parent | 8ee612722dc08830761516e761dde934c3753a14 (diff) | |
download | qemu-3bee1d1d14c583929af068d8fd6eef54d21046e4.zip qemu-3bee1d1d14c583929af068d8fd6eef54d21046e4.tar.gz qemu-3bee1d1d14c583929af068d8fd6eef54d21046e4.tar.bz2 |
microvm: name qboot binary qboot.rom
qboot isn't a bios and shouldnt be named that way.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200915120909.20838-2-kraxel@redhat.com
Diffstat (limited to 'pc-bios/meson.build')
-rw-r--r-- | pc-bios/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 182d5eb..9759dba 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -27,7 +27,7 @@ endif blobs = files( 'bios.bin', 'bios-256k.bin', - 'bios-microvm.bin', + 'qboot.rom', 'sgabios.bin', 'vgabios.bin', 'vgabios-cirrus.bin', |