mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
alpha: remove bios_name
Cc: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20201026143028.3034018-2-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
357088b1ed
commit
2c4a83eb82
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static void clipper_init(MachineState *machine)
|
||||||
but one explicitly written for the emulation, we might as
|
but one explicitly written for the emulation, we might as
|
||||||
well load it directly from and ELF image. */
|
well load it directly from and ELF image. */
|
||||||
palcode_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS,
|
palcode_filename = qemu_find_file(QEMU_FILE_TYPE_BIOS,
|
||||||
bios_name ? bios_name : "palcode-clipper");
|
machine->firmware ?: "palcode-clipper");
|
||||||
if (palcode_filename == NULL) {
|
if (palcode_filename == NULL) {
|
||||||
error_report("no palcode provided");
|
error_report("no palcode provided");
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue