Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210120151751.520597-1-thuth@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Fam Zheng <fam@euphon.net>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Thomas Huth <thuth@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>
.gitlab-ci.d/containers.yml | 5 +++
.gitlab-ci.yml | 33 +++++++++++++++
MAINTAINERS | 13 +++---
accel/kvm/kvm-all.c | 3 ++
configure | 1 +
contrib/elf2dmp/addrspace.c | 4 +-
contrib/elf2dmp/addrspace.h | 6 +--
contrib/elf2dmp/main.c | 18 ++++----
hw/block/nand.c | 40 +++++++++---------
include/qemu/osdep.h | 4 --
meson.build | 1 -
subprojects/libvhost-user/libvhost-user.h | 2 +-
tests/check-block.sh | 7 ++++
tests/docker/dockerfiles/alpine.docker | 55 ++++++++++++++++++++++++
tests/migration/stress.c | 10 ++---
tests/qtest/libqos/malloc-pc.c | 4 +-
tests/qtest/libqos/malloc-spapr.c | 4 +-
tests/qtest/m25p80-test.c | 54 ++++++++++++------------
tests/qtest/npcm7xx_pwm-test.c | 5 ++-
tests/qtest/tpm-util.c | 2 +-
tests/tcg/multiarch/system/memory.c | 6 +--
tests/test-xbzrle.c | 70 +++++++++++++++----------------
22 files changed, 224 insertions(+), 123 deletions(-)
create mode 100644 tests/docker/dockerfiles/alpine.docker