mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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
This commit is contained in:
parent
8ee612722d
commit
3bee1d1d14
4 changed files with 6 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
#include "kvm_i386.h"
|
||||
#include "hw/xen/start_info.h"
|
||||
|
||||
#define MICROVM_BIOS_FILENAME "bios-microvm.bin"
|
||||
#define MICROVM_QBOOT_FILENAME "qboot.rom"
|
||||
|
||||
static void microvm_set_rtc(MicrovmMachineState *mms, ISADevice *s)
|
||||
{
|
||||
|
@ -158,7 +158,7 @@ static void microvm_devices_init(MicrovmMachineState *mms)
|
|||
}
|
||||
|
||||
if (bios_name == NULL) {
|
||||
bios_name = MICROVM_BIOS_FILENAME;
|
||||
bios_name = MICROVM_QBOOT_FILENAME;
|
||||
}
|
||||
x86_bios_rom_init(get_system_memory(), true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue