From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Subject: [PULL v2 00/10] Testing, build system and misc patches
Date: Mon, 6 Sep 2021 13:29:44 +0200 [thread overview]
Message-ID: <20210906112945.88042-1-thuth@redhat.com> (raw)
Hi Peter!
The following changes since commit 31ebff513fad11f315377f6b07447169be8d9f86:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-03' into staging (2021-09-04 19:21:19 +0100)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2021-09-06
for you to fetch changes up to 6695e4c0fd9ef05bf6ab8e3402d5bc95b39c4cf3:
softmmu/vl: Deprecate the -sdl and -curses option (2021-09-06 10:00:14 +0200)
v2:
- Dropped patches that were already merged through Alex' pull request
- Fixed the GBM patch to not cause a warning with --static use builds anymore
----------------------------------------------------------------
* Add definitions of terms for CI/testing
* Fix g_setenv problem discovered by Coverity
* Gitlab CI improvements
* Build system improvements (configure script + meson.build)
* Removal of the show-fixed-bugs.sh script
* Clean up of the sdl and curses options
----------------------------------------------------------------
Peter Maydell (1):
libqtest: check for g_setenv() failure
Thomas Huth (8):
gitlab-ci: Don't try to use the system libfdt in the debian job
meson.build: Fix the check for a usable libfdt
meson.build: Don't use internal libfdt if the user requested the system libfdt
configure / meson: Move the GBM handling to meson.build
scripts: Remove the "show-fixed-bugs.sh" file
softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
softmmu/vl: Deprecate the old grab options
softmmu/vl: Deprecate the -sdl and -curses option
Willian Rampazzo (1):
docs: add definitions of terms for CI/testing
.gitlab-ci.d/buildtest.yml | 1 -
configure | 14 -----
contrib/vhost-user-gpu/meson.build | 5 +-
docs/about/deprecated.rst | 20 ++++++
docs/devel/ci-definitions.rst | 121 +++++++++++++++++++++++++++++++++++++
docs/devel/ci.rst | 1 +
meson.build | 17 ++++--
qemu-options.hx | 18 ++++--
scripts/show-fixed-bugs.sh | 91 ----------------------------
softmmu/vl.c | 24 +++++++-
tests/qtest/libqtest.c | 4 +-
11 files changed, 192 insertions(+), 124 deletions(-)
create mode 100644 docs/devel/ci-definitions.rst
delete mode 100755 scripts/show-fixed-bugs.sh
next reply other threads:[~2021-09-06 11:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-06 11:29 Thomas Huth [this message]
2021-09-06 11:29 ` [PULL v2 06/10] configure / meson: Move the GBM handling to meson.build Thomas Huth
2021-09-06 11:37 ` Peter Maydell
2021-09-06 12:47 ` Thomas Huth
2021-09-06 12:54 ` Marc-André Lureau
2021-09-06 13:36 ` [PULL v2 00/10] Testing, build system and misc patches 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=20210906112945.88042-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=peter.maydell@linaro.org \
--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).