mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
mips: degrade BIOS error to warning
No free MIPS BIOS is available, so it makes little sense to quit. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1374501278-31549-19-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
504054357b
commit
b332d24a8e
4 changed files with 4 additions and 8 deletions
|
@ -177,9 +177,8 @@ static void mips_jazz_init(MemoryRegion *address_space,
|
|||
bios_size = -1;
|
||||
}
|
||||
if (bios_size < 0 || bios_size > MAGNUM_BIOS_SIZE) {
|
||||
fprintf(stderr, "qemu: Could not load MIPS bios '%s'\n",
|
||||
fprintf(stderr, "qemu: Warning, could not load MIPS bios '%s'\n",
|
||||
bios_name);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
/* Init CPU internal devices */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue