From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/14] Gitlab, testing and misc patches
Date: Tue, 9 Mar 2021 11:46:03 +0100 [thread overview]
Message-ID: <20210309104617.714908-1-thuth@redhat.com> (raw)
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
next reply other threads:[~2021-03-09 10:55 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-09 10:46 Thomas Huth [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210309104617.714908-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).