16 Commits

Author SHA1 Message Date
9670f56bf4 Add tasknumner as param 2024-12-17 17:33:31 +01:00
2d2fc1263c Adapt imputs 2024-12-06 10:41:03 +01:00
7bf5e50426 Fix output writing and memory init 2024-11-19 16:00:56 +01:00
563efb1bc9 Fix file writing 2024-11-19 12:45:08 +01:00
fb2416e51a Fix memory allocation problems 2024-11-19 12:30:36 +01:00
931794ddcb Fix setting of task inputs and reintroduce end breakpoint 2024-11-19 11:57:11 +01:00
480f4dfb67 Add loops for writing and reading 2024-11-19 09:21:38 +01:00
d1dbb69fab Add input setting for multiple tasks 2024-11-17 15:22:17 +01:00
fed8214cc6 Remove comments 2024-11-17 15:02:27 +01:00
d7dccf9c44 Add output reading 2024-08-26 16:07:46 +02:00
bd9237e8af Add snapshots and register write for code benchmarking 2024-08-12 15:36:31 +02:00
ccc7d889c4 hack main.c to measure instructions 2024-06-18 17:13:31 +02:00
349d96795b simple standalone injection test 2024-01-15 10:05:35 +01:00
Andrea Fioraldi
d86aae8ed9 Merge 2023-10-25 11:36:37 +02:00
Clément Chigot
66bbe3e9b4 softmmu: pass the main loop status to gdb "Wxx" packet
gdb_exit function aims to close gdb sessions and sends the exit code of
the current execution. It's being called by qemu_cleanup once the main
loop is over.
Until now, the exit code sent was always 0. Now that hardware can
shutdown this main loop with custom exit codes, these codes must be
transfered to gdb as well.

Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20231003071427.188697-3-chigot@adacore.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2023-10-12 12:33:24 +10:00
Philippe Mathieu-Daudé
8d7f2e767d system: Rename softmmu/ directory as system/
The softmmu/ directory contains files specific to system
emulation. Rename it as system/. Update meson rules, the
MAINTAINERS file and all the documentation and comments.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004090629.37473-14-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-10-08 21:08:08 +02:00