All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/10] Misc patches (cleanups, functional tests, GCC bump, ...)
@ 2026-04-27  9:57 Thomas Huth
  2026-04-27  9:57 ` [PULL 01/10] meson.build: Bump the minimum GCC version to v10.4 Thomas Huth
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Thomas Huth @ 2026-04-27  9:57 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

 Hi Stefan!

The following changes since commit aa15257174da180c6a8a9d58f87319cfe61c5520:

  Merge tag 'pbouvier/pr/plugins-20260424' of https://gitlab.com/p-b-o/qemu into staging (2026-04-25 10:22:04 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2026-04-27

for you to fetch changes up to e3c1d0111cab08263646f9ab8d8f6a2b3b51abe4:

  tests/functional/ppc/test_ppe42: Fix warning from the latest version of pylint (2026-04-27 10:31:39 +0200)

----------------------------------------------------------------
* Bump the minimum GCC version to v10.4
* Make SMM code ready for the QEMU universal binary
* Convert TABs to spaces according to QEMU's coding style
* Fix use of pthread_get_name_np on OpenBSD
* Silence some warnings from pylint in the functional tests
* Fix a regression in the "register-array" device
* malloc cleanups

----------------------------------------------------------------
Daniel P. Berrangé (1):
      util: fix use of pthread_get_name_np on OpenBSD

Dmitry Frolov (1):
      target/xtensa: Replace malloc() with g_strdup_printf()

Luc Michel (1):
      hw/core/register: add register_array_get_owner

Sourish Dutta Sharma (1):
      hw/i386/fw_cfg: Use g_new() and g_new0() instead of g_malloc()

Tanya Agarwal (1):
      target: convert TABS indentation to spaces for consistency

Thomas Huth (5):
      meson.build: Bump the minimum GCC version to v10.4
      target/i386/tcg/sysemu: Move target specific SMM code to separate functions
      target/i386/tcg/sysemu: Allow 32-bit SMM code to be used in the 64-bit binary
      tests/functional/qemu_test: Silence warnings from pylint in tesseract.py
      tests/functional/ppc/test_ppe42: Fix warning from the latest version of pylint

 meson.build                             |   4 +-
 include/hw/core/register.h              |  11 ++
 target/alpha/cpu.h                      |   6 +-
 target/i386/cpu.h                       |  40 ++--
 target/i386/svm.h                       | 308 +++++++++++++++---------------
 target/microblaze/cpu.h                 |  12 +-
 target/sparc/asi.h                      | 328 ++++++++++++++++----------------
 hw/core/register.c                      |   5 +
 hw/i386/fw_cfg.c                        |   4 +-
 hw/nvram/xlnx-versal-efuse-ctrl.c       |   4 +-
 hw/nvram/xlnx-zynqmp-efuse.c            |   4 +-
 hw/ssi/xlnx-versal-ospi.c               |  10 +-
 target/i386/tcg/system/smm_helper.c     | 104 ++++++----
 target/xtensa/translate.c               |  11 +-
 util/qemu-thread-posix.c                |   3 +-
 tests/functional/ppc/test_ppe42.py      |   1 -
 tests/functional/qemu_test/tesseract.py |  14 +-
 17 files changed, 456 insertions(+), 413 deletions(-)



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

end of thread, other threads:[~2026-04-28 13:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27  9:57 [PULL 00/10] Misc patches (cleanups, functional tests, GCC bump, ...) Thomas Huth
2026-04-27  9:57 ` [PULL 01/10] meson.build: Bump the minimum GCC version to v10.4 Thomas Huth
2026-04-27  9:57 ` [PULL 02/10] target/i386/tcg/sysemu: Move target specific SMM code to separate functions Thomas Huth
2026-04-27  9:57 ` [PULL 03/10] target/i386/tcg/sysemu: Allow 32-bit SMM code to be used in the 64-bit binary Thomas Huth
2026-04-27  9:57 ` [PULL 04/10] target: convert TABS indentation to spaces for consistency Thomas Huth
2026-04-27  9:57 ` [PULL 05/10] util: fix use of pthread_get_name_np on OpenBSD Thomas Huth
2026-04-27  9:57 ` [PULL 06/10] tests/functional/qemu_test: Silence warnings from pylint in tesseract.py Thomas Huth
2026-04-27  9:57 ` [PULL 07/10] hw/core/register: add register_array_get_owner Thomas Huth
2026-04-27  9:57 ` [PULL 08/10] hw/i386/fw_cfg: Use g_new() and g_new0() instead of g_malloc() Thomas Huth
2026-04-27  9:57 ` [PULL 09/10] target/xtensa: Replace malloc() with g_strdup_printf() Thomas Huth
2026-04-27  9:57 ` [PULL 10/10] tests/functional/ppc/test_ppe42: Fix warning from the latest version of pylint Thomas Huth
2026-04-28 12:02 ` [PULL 00/10] Misc patches (cleanups, functional tests, GCC bump, ...) Stefan Hajnoczi

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.