From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Keith Packard" <keithp@keithp.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PULL 39/39] hw/rx: Allow execution without either bios or kernel
Date: Sun, 16 Feb 2025 22:01:03 +0100 [thread overview]
Message-ID: <20250216210103.70235-12-philmd@linaro.org> (raw)
In-Reply-To: <20250216210103.70235-1-philmd@linaro.org>
From: Keith Packard <keithp@keithp.com>
Users can use -device loader to get an ELF file loaded to
memory, so we don't need to require one of these options.
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250215021654.1786679-2-keithp@keithp.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
hw/rx/rx-gdbsim.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/hw/rx/rx-gdbsim.c b/hw/rx/rx-gdbsim.c
index 88c8f12c101..4afd77efd56 100644
--- a/hw/rx/rx-gdbsim.c
+++ b/hw/rx/rx-gdbsim.c
@@ -110,9 +110,6 @@ static void rx_gdbsim_init(MachineState *machine)
if (!kernel_filename) {
if (machine->firmware) {
rom_add_file_fixed(machine->firmware, RX62N_CFLASH_BASE, 0);
- } else if (!qtest_enabled()) {
- error_report("No bios or kernel specified");
- exit(1);
}
}
--
2.47.1
next prev parent reply other threads:[~2025-02-16 21:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-16 21:00 [PULL 00/39] Misc HW patches for 2025-02-16 Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 29/39] hw/qdev-properties-system: Introduce EndianMode QAPI enum Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 30/39] hw/intc/xilinx_intc: Make device endianness configurable Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 31/39] hw/net/xilinx_ethlite: " Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 32/39] hw/timer/xilinx_timer: " Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 33/39] hw/char/xilinx_uartlite: " Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 34/39] hw/ssi/xilinx_spi: " Philippe Mathieu-Daudé
2025-02-16 21:00 ` [PULL 35/39] hw/arm: Mark Allwinner Technology devices as little-endian Philippe Mathieu-Daudé
2025-02-16 21:01 ` [PULL 36/39] hw/mips: Mark Boston machine " Philippe Mathieu-Daudé
2025-02-16 21:01 ` [PULL 37/39] hw/mips: Mark Loonson3 Virt " Philippe Mathieu-Daudé
2025-02-16 21:01 ` [PULL 38/39] hw/pci-host: Mark versatile regions " Philippe Mathieu-Daudé
2025-02-16 21:01 ` Philippe Mathieu-Daudé [this message]
2025-02-17 8:25 ` [PULL 00/39] Misc HW patches for 2025-02-16 Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250216210103.70235-12-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=keithp@keithp.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).