All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/14] gitlab-CI, qtests and misc patches
@ 2021-01-20 15:17 Thomas Huth
  2021-01-20 15:17 ` [PULL 01/14] osdep.h: Remove <sys/signal.h> include Thomas Huth
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Thomas Huth @ 2021-01-20 15:17 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell

 Hi Peter,

the following changes since commit 48202c712412c803ddb56365c7bca322aa4e7506:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210119-1' into staging (2021-01-19 15:47:23 +0000)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2021-01-20

for you to fetch changes up to 4251dfb082f6b81c382e69ccd2700fcfa7d7aa82:

  MAINTAINERS: Make status spellings consistent (2021-01-20 10:46:54 +0100)

----------------------------------------------------------------
* Fixes for compiling QEMU on Alpine Linux
* Add Alpine Linux to the gitlab-CI
* Some small fixes for qtests
* Updates to the MAINTAINERS file
----------------------------------------------------------------

Gan Qixin (1):
      qtest/npcm7xx_pwm-test: Fix memleak in pwm_qom_get

Jiaxun Yang (8):
      configure: Add sys/timex.h to probe clock_adjtime
      libvhost-user: Include poll.h instead of sys/poll.h
      hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZE
      elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE
      tests: Rename PAGE_SIZE definitions
      accel/kvm: avoid using predefined PAGE_SIZE
      tests/docker: Add dockerfile for Alpine Linux
      gitlab-ci: Add alpine to pipeline

John Snow (2):
      MAINTAINERS: Remove Ben Warren
      MAINTAINERS: Make status spellings consistent

Michael Forney (1):
      osdep.h: Remove <sys/signal.h> include

Stefan Berger (1):
      tests: Fix memory leak in tpm-util.c

Thomas Huth (1):
      tests/check-block.sh: Refuse to run the iotests with BusyBox' sed

 .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



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-01-21  9:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 15:17 [PULL 00/14] gitlab-CI, qtests and misc patches Thomas Huth
2021-01-20 15:17 ` [PULL 01/14] osdep.h: Remove <sys/signal.h> include Thomas Huth
2021-01-20 15:17 ` [PULL 02/14] configure: Add sys/timex.h to probe clock_adjtime Thomas Huth
2021-01-20 15:17 ` [PULL 03/14] libvhost-user: Include poll.h instead of sys/poll.h Thomas Huth
2021-01-20 15:17 ` [PULL 04/14] hw/block/nand: Rename PAGE_SIZE to NAND_PAGE_SIZE Thomas Huth
2021-01-20 15:17 ` [PULL 05/14] elf2dmp: Rename PAGE_SIZE to ELF2DMP_PAGE_SIZE Thomas Huth
2021-01-20 15:17 ` [PULL 06/14] tests: Rename PAGE_SIZE definitions Thomas Huth
2021-01-20 15:17 ` [PULL 07/14] accel/kvm: avoid using predefined PAGE_SIZE Thomas Huth
2021-01-20 15:17 ` [PULL 08/14] tests/docker: Add dockerfile for Alpine Linux Thomas Huth
2021-01-20 15:17 ` [PULL 09/14] tests/check-block.sh: Refuse to run the iotests with BusyBox' sed Thomas Huth
2021-01-20 15:17 ` [PULL 10/14] gitlab-ci: Add alpine to pipeline Thomas Huth
2021-01-20 15:17 ` [PULL 11/14] qtest/npcm7xx_pwm-test: Fix memleak in pwm_qom_get Thomas Huth
2021-01-20 15:17 ` [PULL 12/14] tests: Fix memory leak in tpm-util.c Thomas Huth
2021-01-20 15:17 ` [PULL 13/14] MAINTAINERS: Remove Ben Warren Thomas Huth
2021-01-20 15:17 ` [PULL 14/14] MAINTAINERS: Make status spellings consistent Thomas Huth
2021-01-21  9:40 ` [PULL 00/14] gitlab-CI, qtests and misc patches Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.