Message ID | 20210625091355.25673-1-alex.bennee@linaro.org |
---|---|
Headers | show |
Series | misc fixes (docs, plugins, tests) | expand |
On Fri, 25 Jun 2021 at 10:14, Alex Bennée <alex.bennee@linaro.org> wrote: > > The following changes since commit ecba223da6215d6f6ce2d343b70b2e9a19bfb90b: > > Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624' into staging (2021-06-24 15:00:34 +0100) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-testing-updates-250621-1 > > for you to fetch changes up to 7c4ab60f18f5257d37164df0ae0951ece4425b02: > > plugins/api: expose symbol lookup to plugins (2021-06-25 10:08:37 +0100) > > ---------------------------------------------------------------- > A few miscellaneous fixes > > - tweak tcg/kvm based GIC tests > - add header to MTTCG docs > - cleanup checkpatch handling > - GitLab feature and bug request templates > - symbol resolution helper for plugin API > - skip hppa/s390x signals test until fixes arrive Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1 for any user-visible changes. -- PMM
On Fri, 25 Jun 2021 at 10:14, Alex Bennée <alex.bennee@linaro.org> wrote: > ---------------------------------------------------------------- > A few miscellaneous fixes > > - tweak tcg/kvm based GIC tests > - add header to MTTCG docs > - cleanup checkpatch handling > - GitLab feature and bug request templates > - symbol resolution helper for plugin API > - skip hppa/s390x signals test until fixes arrive > > ---------------------------------------------------------------- Since I applied this, the gitlab CI has gone green again, which is nice. However, it also seems to now only be running the "external" Travis job for "master", not on the pre-merge "staging": https://gitlab.com/qemu-project/qemu/-/pipelines Could we make it do it the other way around, so we can detect Travis CI failures before pushing the merges to master ? thanks -- PMM
On Fri, 25 Jun 2021 at 10:14, Alex Bennée <alex.bennee@linaro.org> wrote:
> - skip hppa/s390x signals test until fixes arrive
FWIW, an intermittent I just saw (x86 host):
timeout --foreground 60
/home/petmay01/linaro/qemu-for-merges/build/all-linux-static/qemu-sh4
signals > signals.out
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
timeout: the monitored command dumped core
Segmentation fault
../Makefile.target:158: recipe for target 'run-signals' failed
thanks
-- PMM