leon3: Don't enforce use of -bios with qtest
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
d32f7d2506
commit
7761254120
@ -26,6 +26,7 @@
|
|||||||
#include "hw/ptimer.h"
|
#include "hw/ptimer.h"
|
||||||
#include "sysemu/char.h"
|
#include "sysemu/char.h"
|
||||||
#include "sysemu/sysemu.h"
|
#include "sysemu/sysemu.h"
|
||||||
|
#include "sysemu/qtest.h"
|
||||||
#include "hw/boards.h"
|
#include "hw/boards.h"
|
||||||
#include "hw/loader.h"
|
#include "hw/loader.h"
|
||||||
#include "elf.h"
|
#include "elf.h"
|
||||||
@ -178,7 +179,7 @@ static void leon3_generic_hw_init(QEMUMachineInitArgs *args)
|
|||||||
fprintf(stderr, "qemu: could not load prom '%s'\n", filename);
|
fprintf(stderr, "qemu: could not load prom '%s'\n", filename);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
} else if (kernel_filename == NULL) {
|
} else if (kernel_filename == NULL && !qtest_enabled()) {
|
||||||
fprintf(stderr, "Can't read bios image %s\n", filename);
|
fprintf(stderr, "Can't read bios image %s\n", filename);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user