diff options
author | Richard Henderson | 2019-05-01 20:43:06 +0200 |
---|---|---|
committer | Alex Bennée | 2019-05-28 11:28:51 +0200 |
commit | 8d8a8ab544a65f24b3ae6cfc72983add939620d5 (patch) | |
tree | c12fef8962869c1efbe6fa69f4f443162ce88f05 /MAINTAINERS | |
parent | tests/tcg/multiarch: expand system memory test to cover more (diff) | |
download | qemu-8d8a8ab544a65f24b3ae6cfc72983add939620d5.tar.gz qemu-8d8a8ab544a65f24b3ae6cfc72983add939620d5.tar.xz qemu-8d8a8ab544a65f24b3ae6cfc72983add939620d5.zip |
tests/tcg/alpha: add system boot.S
This provides the bootstrap and low level helper functions for an
alpha kernel. We use direct access to the DP264 serial port for
test output, and hard machine halt to exit the emulation.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190501184306.15208-1-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc1178fe69..cf1158a434 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -470,6 +470,7 @@ M: Richard Henderson <rth@twiddle.net> S: Maintained F: hw/alpha/ F: hw/isa/smc37c669-superio.c +F: tests/tcg/alpha/system/ ARM Machines ------------ |