]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/rx: Allow execution without either bios or kernel
authorKeith Packard <keithp@keithp.com>
Sat, 15 Feb 2025 02:16:50 +0000 (18:16 -0800)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 16 Feb 2025 13:45:38 +0000 (14:45 +0100)
commit5bf24ec9c4d4771a9469cadd19cf534e9a32a9db
tree6b3098569db213e8209dc9087e74b787020c4c66
parent62fb8ec35b7d7de7bfd4bd008026d49a5f52f946
hw/rx: Allow execution without either bios or kernel

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