From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 00/13] build, Python, target/i386 changes for 2023-02-27
Date: Mon, 27 Feb 2023 18:55:11 +0100 [thread overview]
Message-ID: <20230227175524.710880-1-pbonzini@redhat.com> (raw)
The following changes since commit 1270a3f57c9221080f3205a15964814ff8359ca9:
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2023-02-24 15:09:39 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream-8.0
for you to fetch changes up to 7eb061b06e97af9a8da7f31b839d78997ae737fc:
i386: Add new CPU model SapphireRapids (2023-02-27 18:53:00 +0100)
----------------------------------------------------------------
* New Sapphire Rapids model support
* x86 bugfixes
* Prepare to drop support for Python 3.6
----------------------------------------------------------------
John Snow (2):
meson: stop looking for 'sphinx-build-3'
configure: Look for auxiliary Python installations
Markus Armbruster (1):
meson: Avoid duplicates in generated config-poison.h again
Paolo Bonzini (7):
configure: protect against escaping venv when running Meson
lcitool: update submodule
docs/devel: update and clarify lcitool instructions
ci, docker: update CentOS and OpenSUSE Python to non-EOL versions
target/i386: add FSRM to TCG
target/i386: add FZRM, FSRS, FSRC
target/i386: KVM: allow fast string operations if host supports them
Philippe Mathieu-Daudé (1):
MAINTAINERS: Cover RCU documentation
Richard Henderson (1):
target/i386: Fix BZHI instruction
Wang, Lei (1):
i386: Add new CPU model SapphireRapids
MAINTAINERS | 2 +
configure | 82 +++++++++---
docs/devel/testing.rst | 76 ++++++-----
docs/meson.build | 9 +-
meson_options.txt | 2 +-
scripts/make-config-poison.sh | 2 +-
scripts/meson-buildoptions.sh | 1 +
target/i386/cpu.c | 142 ++++++++++++++++++++-
target/i386/cpu.h | 11 ++
target/i386/kvm/kvm.c | 17 ++-
target/i386/tcg/emit.c.inc | 14 +-
tests/docker/dockerfiles/alpine.docker | 2 +-
tests/docker/dockerfiles/centos8.docker | 22 ++--
tests/docker/dockerfiles/fedora-win32-cross.docker | 1 +
tests/docker/dockerfiles/fedora-win64-cross.docker | 1 +
tests/docker/dockerfiles/opensuse-leap.docker | 22 ++--
tests/docker/dockerfiles/ubuntu2004.docker | 2 +-
tests/lcitool/libvirt-ci | 2 +-
tests/lcitool/mappings.yml | 77 +++++++++++
tests/lcitool/targets/centos-stream-8.yml | 3 +
tests/lcitool/targets/opensuse-leap-153.yml | 3 +
tests/tcg/i386/test-i386-bmi2.c | 3 +
22 files changed, 398 insertions(+), 98 deletions(-)
create mode 100644 tests/lcitool/mappings.yml
create mode 100644 tests/lcitool/targets/centos-stream-8.yml
create mode 100644 tests/lcitool/targets/opensuse-leap-153.yml
--
2.39.1
next reply other threads:[~2023-02-27 17:55 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-27 17:55 Paolo Bonzini [this message]
2023-02-27 17:55 ` [PULL 01/13] target/i386: Fix BZHI instruction Paolo Bonzini
2023-02-27 17:55 ` [PULL 02/13] meson: Avoid duplicates in generated config-poison.h again Paolo Bonzini
2023-02-27 17:55 ` [PULL 03/13] meson: stop looking for 'sphinx-build-3' Paolo Bonzini
2023-03-02 16:54 ` Peter Maydell
2023-02-27 17:55 ` [PULL 04/13] configure: protect against escaping venv when running Meson Paolo Bonzini
2023-02-27 17:55 ` [PULL 05/13] configure: Look for auxiliary Python installations Paolo Bonzini
2023-02-27 17:55 ` [PULL 06/13] lcitool: update submodule Paolo Bonzini
2023-02-27 17:55 ` [PULL 07/13] docs/devel: update and clarify lcitool instructions Paolo Bonzini
2023-02-27 17:55 ` [PULL 08/13] ci, docker: update CentOS and OpenSUSE Python to non-EOL versions Paolo Bonzini
2023-02-27 17:55 ` [PULL 09/13] MAINTAINERS: Cover RCU documentation Paolo Bonzini
2023-02-27 17:55 ` [PULL 10/13] target/i386: add FSRM to TCG Paolo Bonzini
2023-02-27 17:55 ` [PULL 11/13] target/i386: add FZRM, FSRS, FSRC Paolo Bonzini
2023-02-27 17:55 ` [PULL 12/13] target/i386: KVM: allow fast string operations if host supports them Paolo Bonzini
2023-02-28 15:09 ` [PULL 00/13] build, Python, target/i386 changes for 2023-02-27 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=20230227175524.710880-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).