Message ID | 20190312170931.25013-1-alex.bennee@linaro.org |
---|---|
Headers | show |
Series | final testing updates for 4.0 | expand |
Hi Alex, On 3/12/19 6:09 PM, Alex Bennée wrote: > The following changes since commit 46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into staging (2019-03-12 13:37:29 +0000) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-testing-for-4.0-120319-1 > > for you to fetch changes up to dab3a7c0f54cedc542205fb6f29184b510dfe479: > > .travis.yml: add softmmu check-tcg tests (2019-03-12 17:05:21 +0000) > > ---------------------------------------------------------------- > Final testing fixes for 4.0 > > - various CI tweaks and fixes > - fixes for some tcg tests > - addition of system tcg tests I was taking notes while reviewing the v4 series you sent 70 minutes before sending this PR: https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04019.html No blocking issues, but still a quite fast PR IMHO. > ---------------------------------------------------------------- > Alex Bennée (23): > .travis.yml: combine docs and tools build with out-of-tree > .travis.yml: reduce the module builds to major architectures > Makefile: explicitly pass $(SRC_PATH) to gcovr > Makefile: explicitly pass $(BUILD_DIR) to gcovr > tests/tcg: add softmmu awareness to Makefile > tests/tcg: enable tcg tests for softmmu > tests/tcg: add QEMU_OPT option for test runner > tests/tcg: split run-test into user and system variants > tests/tcg: add gdb runner variant > tests/tcg/mips: fix hello-mips compilation > tests/tcg/xtensa: enable system tests > tests/docker: add fedora-cris-cross compilers > tests/tcg/cris: cleanup sys.c > tests/tcg: split cris tests into bare and libc directories > tests/tcg/cris: comment out the ccs test > tests/tcg/cris: align mul operations > tests/tcg: enable cris base user-mode tests > tests/tcg: provide a minilib for system tests > tests/tcg/i386: add system mode Hello World test > tests/tcg/i386: add memory test to exercise softmmu > tests/tcg/arm: account for pauth randomness > .travis.yml: separate softfloat from check-tcg > .travis.yml: add softmmu check-tcg tests > > Philippe Mathieu-Daudé (2): > travis: Bump Xcode 10 image to 10.2 > tests/docker: add debian-xtensa-cross image > > Stefan Hajnoczi (1): > tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test
Philippe Mathieu-Daudé <philmd@redhat.com> writes: > Hi Alex, > > On 3/12/19 6:09 PM, Alex Bennée wrote: >> The following changes since commit 46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1: >> >> Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into staging (2019-03-12 13:37:29 +0000) >> >> are available in the Git repository at: >> >> https://github.com/stsquad/qemu.git tags/pull-testing-for-4.0-120319-1 >> >> for you to fetch changes up to dab3a7c0f54cedc542205fb6f29184b510dfe479: >> >> .travis.yml: add softmmu check-tcg tests (2019-03-12 17:05:21 +0000) >> >> ---------------------------------------------------------------- >> Final testing fixes for 4.0 >> >> - various CI tweaks and fixes >> - fixes for some tcg tests >> - addition of system tcg tests > > I was taking notes while reviewing the v4 series you sent 70 minutes > before sending this PR: > https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg04019.html > > No blocking issues, but still a quite fast PR IMHO. Yeah sorry, I was hoping to get the original series out faster but the turnaround on the CI is quite slow and I wanted to get the PR on the list before the deadline (although the TZ isn't specified ;-). -- Alex Bennée
On Tue, 12 Mar 2019 at 17:09, Alex Bennée <alex.bennee@linaro.org> wrote: > > The following changes since commit 46316f1dfffc6be72e94e89f7b0e9162e7dcdcf1: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190311.0' into staging (2019-03-12 13:37:29 +0000) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-testing-for-4.0-120319-1 > > for you to fetch changes up to dab3a7c0f54cedc542205fb6f29184b510dfe479: > > .travis.yml: add softmmu check-tcg tests (2019-03-12 17:05:21 +0000) > > ---------------------------------------------------------------- > Final testing fixes for 4.0 > > - various CI tweaks and fixes > - fixes for some tcg tests > - addition of system tcg tests > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM