The following changes since commit 49ee11555262a256afec592dfed7c5902d5eefd2:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-request' into staging (2020-06-08 11:04:57 +0100) are available in the Git repository at: https://github.com/stsquad/qemu.git tags/pull-testing-and-misc-080620-1 for you to fetch changes up to a5b04ccd742f6c58a1d305530d9e07ad9731b8e6: scripts/coverity-scan: Remove flex/bison packages (2020-06-08 17:04:19 +0100) ---------------------------------------------------------------- Various testing and misc fixes: - header cleanups for plugins - support wider watchpoints - tweaks for unreliable and broken CI - docker image fixes and verion bumps - linux-user guest_base fixes - remove flex/bison from various test images ---------------------------------------------------------------- Alex Bennée (10): tests/plugin: correctly honour io_count exec: flush the whole TLB if a watchpoint crosses a page boundary .travis.yml: allow failure for unreliable hosts .shippable: temporaily disable some cross builds tests/docker: fix pre-requisite for debian-tricore-cross hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE linux-user: provide fallback pgd_find_hole for bare chroots linux-user: deal with address wrap for ARM_COMMPAGE on 32 bit tests/tcg: add simple commpage test case linux-user: detect overflow of MAP_FIXED mmap Emilio G. Cota (1): qemu-plugin.h: add missing include <stddef.h> to define size_t Paolo Bonzini (1): docker: update Ubuntu to 20.04 Philippe Mathieu-Daudé (5): scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header tests/docker: Remove flex/bison packages tests/vm: Remove flex/bison packages cirrus-ci: Remove flex/bison packages scripts/coverity-scan: Remove flex/bison packages include/qemu/qemu-plugin.h | 1 + exec.c | 8 ++- hw/virtio/vhost.c | 57 ++++++++++++----- linux-user/elfload.c | 71 +++++++++++++++++++--- linux-user/mmap.c | 2 +- tests/plugin/mem.c | 2 +- tests/tcg/arm/commpage.c | 61 +++++++++++++++++++ .cirrus.yml | 2 +- .shippable.yml | 12 ++-- .travis.yml | 5 ++ hw/virtio/trace-events | 3 +- scripts/clean-includes | 1 + scripts/coverity-scan/coverity-scan.docker | 2 - tests/docker/Makefile.include | 2 +- tests/docker/dockerfiles/centos7.docker | 2 - tests/docker/dockerfiles/centos8.docker | 2 - .../docker/dockerfiles/debian-xtensa-cross.docker | 2 - tests/docker/dockerfiles/debian10.docker | 2 - tests/docker/dockerfiles/debian9.docker | 2 - tests/docker/dockerfiles/fedora.docker | 2 - tests/docker/dockerfiles/ubuntu.docker | 4 +- tests/docker/dockerfiles/ubuntu1804.docker | 2 +- tests/tcg/arm/Makefile.target | 2 + tests/vm/fedora | 1 - tests/vm/freebsd | 1 - tests/vm/netbsd | 1 - tests/vm/openbsd | 1 - tests/vm/ubuntu.i386 | 2 +- 28 files changed, 195 insertions(+), 60 deletions(-) create mode 100644 tests/tcg/arm/commpage.c -- 2.20.1