qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] Gitlab, testing and misc patches
@ 2021-03-09 10:46 Thomas Huth
  2021-03-09 10:46 ` [PULL 01/14] qtest: delete superfluous inclusions of qtest.h Thomas Huth
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Thomas Huth @ 2021-03-09 10:46 UTC (permalink / raw)
  To: qemu-devel

 Hi Peter,

the following changes since commit 229a834518b950d56fd1bc94923276504d0ee9d4:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20210306' into staging (2021-03-08 15:45:48 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-03-09

for you to fetch changes up to 65a9d3807e9a0ffd9f9719416a07be41b6f39e94:

  bsd-user: Add new maintainers (2021-03-09 11:26:32 +0100)

Gitlab-CI run can be found here:

 https://gitlab.com/thuth/qemu/-/pipelines/267522743

----------------------------------------------------------------
* Add some missing gitlab-CI job dependencies
* Re-enable "make check SPEED=slow"
* Improve the gitlab-pipeline-status script
* Clean up inclusing of qtest.h headers
* Improve libqos/qgraph documentation
* Fix downloading problem in the acceptance tests
* Remove deprecated target tilegx
* Add new bsd-user maintainers
----------------------------------------------------------------

Chen Qun (1):
  qtest: delete superfluous inclusions of qtest.h

Cleber Rosa (5):
  scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET
  scripts/ci/gitlab-pipeline-status: give more information on failures
  scripts/ci/gitlab-pipeline-status: give more info when pipeline not
    found
  Acceptance Tests: restore downloading of VM images
  Acceptance Tests: restore filtering of tests by target arch

Emanuele Giuseppe Esposito (2):
  libqos/qgraph: format qgraph comments for sphinx documentation
  docs/devel/qgraph: improve qgraph documentation

Philippe Mathieu-Daudé (3):
  docker: Alpine build job depends on Alpine container
  docker: EDK2 build job depends on EDK2 container
  docker: OpenSBI build job depends on OpenSBI container

Thomas Huth (2):
  meson: Re-enable the possibility to run "make check SPEED=slow"
  Remove deprecated target tilegx

Warner Losh (1):
  bsd-user: Add new maintainers

 .gitlab-ci.d/edk2.yml                         |    1 +
 .gitlab-ci.d/opensbi.yml                      |    1 +
 .gitlab-ci.yml                                |    5 +-
 MAINTAINERS                                   |    6 +-
 accel/tcg/cpu-exec.c                          |    1 -
 blockdev.c                                    |    1 -
 configure                                     |    2 +-
 default-configs/targets/tilegx-linux-user.mak |    1 -
 docs/devel/index.rst                          |    1 +
 docs/devel/qgraph.rst                         |  568 ++++
 docs/devel/qtest.rst                          |    8 +
 docs/system/deprecated.rst                    |    8 -
 docs/system/removed-features.rst              |   14 +
 hw/9pfs/9p.c                                  |    1 -
 hw/arm/armv7m.c                               |    1 -
 hw/arm/mainstone.c                            |    1 -
 hw/arm/xlnx-zcu102.c                          |    1 -
 hw/arm/z2.c                                   |    1 -
 hw/i386/pc.c                                  |    1 -
 hw/misc/ivshmem.c                             |    1 -
 hw/ppc/ppc440_bamboo.c                        |    1 -
 hw/ppc/prep.c                                 |    1 -
 hw/ppc/sam460ex.c                             |    1 -
 hw/ppc/spapr_caps.c                           |    1 -
 hw/ppc/spapr_pci_vfio.c                       |    1 -
 hw/ppc/spapr_vio.c                            |    1 -
 hw/ppc/virtex_ml507.c                         |    1 -
 hw/riscv/spike.c                              |    1 -
 hw/rx/rx62n.c                                 |    1 -
 include/elf.h                                 |    2 -
 include/exec/poison.h                         |    1 -
 linux-user/elfload.c                          |   23 -
 linux-user/syscall_defs.h                     |   10 +-
 linux-user/tilegx/cpu_loop.c                  |  287 --
 linux-user/tilegx/signal.c                    |  178 --
 linux-user/tilegx/sockbits.h                  |    1 -
 linux-user/tilegx/syscall_nr.h                |  327 ---
 linux-user/tilegx/target_cpu.h                |   44 -
 linux-user/tilegx/target_elf.h                |   14 -
 linux-user/tilegx/target_fcntl.h              |   11 -
 linux-user/tilegx/target_signal.h             |   23 -
 linux-user/tilegx/target_structs.h            |   46 -
 linux-user/tilegx/target_syscall.h            |   44 -
 linux-user/tilegx/termbits.h                  |    1 -
 net/net.c                                     |    1 -
 scripts/ci/gitlab-pipeline-status             |   25 +-
 scripts/mtest2make.py                         |    2 +-
 softmmu/cpu-timers.c                          |    1 -
 target/meson.build                            |    1 -
 target/ppc/translate_init.c.inc               |    1 -
 target/tilegx/cpu-param.h                     |   17 -
 target/tilegx/cpu.c                           |  182 --
 target/tilegx/cpu.h                           |  160 --
 target/tilegx/helper.c                        |  147 -
 target/tilegx/helper.h                        |   23 -
 target/tilegx/meson.build                     |   13 -
 target/tilegx/opcode_tilegx.h                 | 1406 ----------
 target/tilegx/simd_helper.c                   |  165 --
 target/tilegx/spr_def_64.h                    |  212 --
 target/tilegx/translate.c                     | 2437 -----------------
 tests/Makefile.include                        |    5 +-
 tests/qtest/libqos/qgraph.h                   |  450 +--
 util/main-loop.c                              |    1 -
 util/qemu-timer.c                             |    1 -
 64 files changed, 741 insertions(+), 6154 deletions(-)
 delete mode 100644 default-configs/targets/tilegx-linux-user.mak
 create mode 100644 docs/devel/qgraph.rst
 delete mode 100644 linux-user/tilegx/cpu_loop.c
 delete mode 100644 linux-user/tilegx/signal.c
 delete mode 100644 linux-user/tilegx/sockbits.h
 delete mode 100644 linux-user/tilegx/syscall_nr.h
 delete mode 100644 linux-user/tilegx/target_cpu.h
 delete mode 100644 linux-user/tilegx/target_elf.h
 delete mode 100644 linux-user/tilegx/target_fcntl.h
 delete mode 100644 linux-user/tilegx/target_signal.h
 delete mode 100644 linux-user/tilegx/target_structs.h
 delete mode 100644 linux-user/tilegx/target_syscall.h
 delete mode 100644 linux-user/tilegx/termbits.h
 delete mode 100644 target/tilegx/cpu-param.h
 delete mode 100644 target/tilegx/cpu.c
 delete mode 100644 target/tilegx/cpu.h
 delete mode 100644 target/tilegx/helper.c
 delete mode 100644 target/tilegx/helper.h
 delete mode 100644 target/tilegx/meson.build
 delete mode 100644 target/tilegx/opcode_tilegx.h
 delete mode 100644 target/tilegx/simd_helper.c
 delete mode 100644 target/tilegx/spr_def_64.h
 delete mode 100644 target/tilegx/translate.c

-- 
2.27.0



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

end of thread, other threads:[~2021-03-10 20:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-09 10:46 [PULL 00/14] Gitlab, testing and misc patches Thomas Huth
2021-03-09 10:46 ` [PULL 01/14] qtest: delete superfluous inclusions of qtest.h Thomas Huth
2021-03-09 10:46 ` [PULL 02/14] docker: Alpine build job depends on Alpine container Thomas Huth
2021-03-09 10:46 ` [PULL 03/14] docker: EDK2 build job depends on EDK2 container Thomas Huth
2021-03-09 10:46 ` [PULL 04/14] docker: OpenSBI build job depends on OpenSBI container Thomas Huth
2021-03-09 10:46 ` [PULL 05/14] meson: Re-enable the possibility to run "make check SPEED=slow" Thomas Huth
2021-03-09 10:46 ` [PULL 06/14] scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET Thomas Huth
2021-03-09 10:46 ` [PULL 07/14] scripts/ci/gitlab-pipeline-status: give more information on failures Thomas Huth
2021-03-09 10:46 ` [PULL 08/14] scripts/ci/gitlab-pipeline-status: give more info when pipeline not found Thomas Huth
2021-03-09 10:46 ` [PULL 09/14] libqos/qgraph: format qgraph comments for sphinx documentation Thomas Huth
2021-03-09 10:46 ` [PULL 10/14] docs/devel/qgraph: improve qgraph documentation Thomas Huth
2021-03-09 10:46 ` [PULL 11/14] Acceptance Tests: restore downloading of VM images Thomas Huth
2021-03-09 10:46 ` [PULL 12/14] Acceptance Tests: restore filtering of tests by target arch Thomas Huth
2021-03-09 10:46 ` [PULL 13/14] Remove deprecated target tilegx Thomas Huth
2021-03-09 10:46 ` [PULL 14/14] bsd-user: Add new maintainers Thomas Huth
2021-03-09 11:06 ` [PULL 00/14] Gitlab, testing and misc patches no-reply
2021-03-10 20:11 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).