mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Currently the code that reads the qtest protocol commands insists that every input line has a command. If it receives a line with nothing but whitespace it will trip an assertion in qtest_process_command(). This is a little awkward for the case where we are feeding qtest a set of bug-reproduction commands via standard input or a file, because it means you need to be careful not to leave a blank line at the start or the end when cutting and pasting the command sequence from a bug report. Change the code to allow and ignore blank lines in the input. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Fabiano Rosas <farosas@suse.de> Message-ID: <20251106151959.1088095-1-peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
2 weeks ago | |
|---|---|---|
| .. | ||
| arch_init.c | 9 months ago | |
| async-teardown.c | 1 year ago | |
| balloon.c | 12 months ago | |
| bootdevice.c | 12 months ago | |
| cpu-timers.c | 3 months ago | |
| cpus.c | 1 month ago | |
| datadir.c | 8 months ago | |
| device_tree-stub.c | 10 months ago | |
| device_tree.c | 1 month ago | |
| dirtylimit.c | 8 months ago | |
| dma-helpers.c | 8 months ago | |
| exit-with-parent.c | 1 month ago | |
| globals-target.c | 9 months ago | |
| globals.c | 3 months ago | |
| ioport.c | 8 months ago | |
| main.c | 7 months ago | |
| memory-internal.h | 8 months ago | |
| memory.c | 2 months ago | |
| memory_ldst.c.inc | 2 months ago | |
| memory_mapping.c | 8 months ago | |
| meson.build | 1 month ago | |
| physmem.c | 1 month ago | |
| qdev-monitor.c | 1 month ago | |
| qemu-seccomp.c | 12 months ago | |
| qtest.c | 2 weeks ago | |
| ram-block-attributes.c | 1 month ago | |
| rtc.c | 12 months ago | |
| runstate-action.c | 12 months ago | |
| runstate-hmp-cmds.c | 10 months ago | |
| runstate.c | 1 month ago | |
| tpm-hmp-cmds.c | 2 years ago | |
| tpm.c | 5 months ago | |
| trace-events | 6 months ago | |
| trace.h | 2 years ago | |
| vl.c | 1 month ago | |
| watchpoint.c | 8 months ago | |