All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/13] build, Python, target/i386 changes for 2023-02-27
@ 2023-02-27 17:55 Paolo Bonzini
  2023-02-27 17:55 ` [PULL 01/13] target/i386: Fix BZHI instruction Paolo Bonzini
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Paolo Bonzini @ 2023-02-27 17:55 UTC (permalink / raw)
  To: qemu-devel

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



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

end of thread, other threads:[~2023-03-02 16:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 17:55 [PULL 00/13] build, Python, target/i386 changes for 2023-02-27 Paolo Bonzini
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.