mbox

[PULL,0/6] tcg patch queue for 10.0-rc3

Message ID 20250404010930.164329-1-richard.henderson@linaro.org
State New
Headers show

Pull-request

https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20250403

Message

Richard Henderson April 4, 2025, 1:09 a.m. UTC
The following changes since commit 0adf626718bc0ca9c46550249a76047f8e45da15:

  Update version for v10.0.0-rc2 release (2025-04-01 13:15:45 -0400)

are available in the Git repository at:

  https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20250403

for you to fetch changes up to 49551752e860f5e403cdacac11ee1d218141fd3d:

  hw/arm: Do not build VMapple machine by default (2025-04-03 16:11:09 -0700)

----------------------------------------------------------------
tcg: Allocate TEMP_VAL_MEM frame in temp_load()
tests/functional: Skip aarch64_replay test on macOS
hw/arm: Do not build VMapple machine by default
tests/functional/test_aarch64_rme_virt: fix sporadic failure

----------------------------------------------------------------
Philippe Mathieu-Daudé (5):
      tcg: Allocate TEMP_VAL_MEM frame in temp_load()
      tests/functional: Add a decorator for skipping tests on particular OS
      tests/functional: Skip aarch64_replay test on macOS
      tests/qtest: Skip Aarch64 VMapple machine
      hw/arm: Do not build VMapple machine by default

Pierrick Bouvier (1):
      tests/functional/test_aarch64_rme_virt: fix sporadic failure

 tcg/tcg.c                                   |  3 +++
 tests/qtest/libqtest.c                      |  1 +
 configs/devices/aarch64-softmmu/default.mak |  1 +
 tests/functional/qemu_test/__init__.py      |  2 +-
 tests/functional/qemu_test/decorators.py    | 15 ++++++++++++++-
 tests/functional/test_aarch64_replay.py     |  4 +++-
 tests/functional/test_aarch64_rme_virt.py   |  4 +++-
 7 files changed, 26 insertions(+), 4 deletions(-)

Comments

Stefan Hajnoczi April 4, 2025, 5:08 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.