From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 0/6] Meson build system fixes
Date: Fri, 21 Aug 2020 17:14:06 -0400 [thread overview]
Message-ID: <20200821211412.17321-1-pbonzini@redhat.com> (raw)
The following changes since commit d6f83a72a7db94a3ede9f5cc4fb39f9c8e89f954:
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-testing-20200812' into staging (2020-08-21 14:51:43 +0100)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 460b4664c6ad2b88ccfb2d69ab4cbb7d6c9165a0:
keymaps: update (2020-08-21 17:06:17 -0400)
----------------------------------------------------------------
meson fixes:
* --disable-tools --enable-system build
* s390 no-TCG build
* fdmon-io_uring
* 'shift' error message in version_ge()
----------------------------------------------------------------
Marc-André Lureau (1):
meson: convert pc-bios/keymaps/Makefile
Paolo Bonzini (2):
target/s390x: fix meson.build issue
keymaps: update
Philippe Mathieu-Daudé (1):
meson: Fix --disable-tools --enable-system builds
Stefano Garzarella (2):
util/meson.build: fix fdmon-io_uring build
configure: silence 'shift' error message in version_ge()
Makefile | 8 --
configure | 6 +-
meson.build | 14 +--
pc-bios/keymaps/.gitignore | 1 +
pc-bios/keymaps/Makefile | 56 ----------
pc-bios/keymaps/ar | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/bepo | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/cz | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/da | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/de | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/de-ch | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/en-gb | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/en-us | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/es | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/et | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/fi | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/fo | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/fr | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/fr-be | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/fr-ca | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/fr-ch | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/hr | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/hu | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/is | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/it | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/ja | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/lt | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/lv | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/meson.build | 56 ++++++++++
pc-bios/keymaps/mk | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/nl | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/no | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/pl | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/pt | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/pt-br | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/ru | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/th | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/keymaps/tr | 242 +++++++++++++++++++++++++++++++++++++++++++-
pc-bios/meson.build | 1 +
target/s390x/meson.build | 2 +-
ui/meson.build | 2 +-
util/meson.build | 2 +-
42 files changed, 7752 insertions(+), 140 deletions(-)
create mode 100644 pc-bios/keymaps/.gitignore
delete mode 100644 pc-bios/keymaps/Makefile
create mode 100644 pc-bios/keymaps/meson.build
--
2.26.2
next reply other threads:[~2020-08-21 21:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-21 21:14 Paolo Bonzini [this message]
2020-08-21 21:14 ` [PULL 1/6] target/s390x: fix meson.build issue Paolo Bonzini
2020-08-21 21:14 ` [PULL 2/6] util/meson.build: fix fdmon-io_uring build Paolo Bonzini
2020-08-21 21:14 ` [PULL 3/6] configure: silence 'shift' error message in version_ge() Paolo Bonzini
2020-08-21 21:14 ` [PULL 4/6] meson: convert pc-bios/keymaps/Makefile Paolo Bonzini
2020-08-21 21:14 ` [PULL 5/6] meson: Fix --disable-tools --enable-system builds Paolo Bonzini
2020-08-21 21:14 ` [PULL 6/6] keymaps: update Paolo Bonzini
2020-08-22 22:51 ` [PULL 0/6] Meson build system fixes Peter Maydell
2020-08-23 10:52 ` 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=20200821211412.17321-1-pbonzini@redhat.com \
--to=pbonzini@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).