Merge remote-tracking branch...
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosting-090120-2' into staging
Testing fixes and semiconsole support:
- build fix (missing x86-iommu stubs)
- python fixes for freebsd and OSX
- nicer reporting of acceptance failures
- fix build nesting of fp-test (breaks bsds)
- semihosting clean-ups
- support for blocking semihosting console
# gpg: Signature made Thu 09 Jan 2020 11:42:51 GMT
# gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44
* remotes/stsquad/tags/pull-testing-and-semihosting-090120-2:
tests/tcg: add user version of dumb-as-bricks semiconsole test
tests/tcg: extract __semi_call into a header and expand
tests/tcg: add a dumb-as-bricks semihosting console test
semihosting: add qemu_semihosting_console_inc for SYS_READC
target/arm: only update pc after semihosting completes
target/arm: remove unused EXCP_SEMIHOST leg
testing: don't nest build for fp-test
travis.yml: install homebrew python for OS X
travis.yml: duplicate before_script for MacOSX
travis.yml: Detach build and test steps
travis.yml: avocado: Print logs of non-pass tests only
freebsd: use python37
tests/vm: update openbsd to release 6.6
hw/i386/x86-iommu: Add missing stubs
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .travis.yml 19 additions, 11 deletions.travis.yml
- hw/i386/x86-iommu-stub.c 9 additions, 0 deletionshw/i386/x86-iommu-stub.c
- hw/semihosting/console.c 79 additions, 0 deletionshw/semihosting/console.c
- include/hw/semihosting/console.h 16 additions, 0 deletionsinclude/hw/semihosting/console.h
- include/hw/semihosting/semihost.h 4 additions, 0 deletionsinclude/hw/semihosting/semihost.h
- linux-user/aarch64/cpu_loop.c 1 addition, 0 deletionslinux-user/aarch64/cpu_loop.c
- linux-user/arm/cpu_loop.c 1 addition, 0 deletionslinux-user/arm/cpu_loop.c
- linux-user/arm/semihost.c 27 additions, 0 deletionslinux-user/arm/semihost.c
- stubs/semihost.c 4 additions, 0 deletionsstubs/semihost.c
- target/arm/arm-semi.c 1 addition, 2 deletionstarget/arm/arm-semi.c
- target/arm/helper.c 2 additions, 6 deletionstarget/arm/helper.c
- target/arm/m_helper.c 1 addition, 0 deletionstarget/arm/m_helper.c
- target/arm/translate-a64.c 1 addition, 1 deletiontarget/arm/translate-a64.c
- target/arm/translate.c 3 additions, 3 deletionstarget/arm/translate.c
- tests/Makefile.include 1 addition, 1 deletiontests/Makefile.include
- tests/fp/Makefile 6 additions, 8 deletionstests/fp/Makefile
- tests/tcg/aarch64/Makefile.softmmu-target 10 additions, 1 deletiontests/tcg/aarch64/Makefile.softmmu-target
- tests/tcg/aarch64/Makefile.target 7 additions, 0 deletionstests/tcg/aarch64/Makefile.target
- tests/tcg/aarch64/system/semiconsole.c 38 additions, 0 deletionstests/tcg/aarch64/system/semiconsole.c
- tests/tcg/arm/Makefile.target 28 additions, 0 deletionstests/tcg/arm/Makefile.target
Loading
Please register or sign in to comment