]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/qtest/boot-serial-test: Reorder pair of instructions in PL011 test
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 12:35:33 +0000 (12:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jan 2025 12:35:33 +0000 (12:35 +0000)
commit80b8b01f89387181378aa251e7a5454470ec5045
tree24a4bd4e244041bad1806cb6464a32fdfd18d4e2
parentafd757e46166afe86a6df4407b64203e53ea44f4
tests/qtest/boot-serial-test: Reorder pair of instructions in PL011 test

In the next commit we are going to use a different value
for the $w1 register, maintaining the same $x2 value. In
order to keep the next commit trivial to review, set $x2
before $w1.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/boot-serial-test.c