mbox

[PULL,0/3] Misc patches for QEMU 8.2-rc3

Message ID 20231204142532.581730-1-thuth@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/thuth/qemu.git tags/pull-request-2023-12-04

Message

Thomas Huth Dec. 4, 2023, 2:25 p.m. UTC
The following changes since commit 29b5d70cb70574b499517ec9e9f80dea496a3cc0:

  Merge tag 'pull-ppc-for-8.2-20231130' of https://gitlab.com/npiggin/qemu into staging (2023-12-01 07:29:52 -0500)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2023-12-04

for you to fetch changes up to 4d98618b8a657f1ce361d90e0eade759af912b98:

  tests/qtest: check the return value (2023-12-04 15:12:57 +0100)

----------------------------------------------------------------
* Fix wording in iotest 149
* Fix whitespace issues in sh4 code (ignore checkpatch.pl warnings here)
* Make sure to check return values in qtests

----------------------------------------------------------------
Thomas Huth (1):
      tests/qemu-iotests/149: Use more inclusive language in this test

Yihuan Pan (1):
      sh4: Coding style: Remove tabs

Zhu Jun (1):
      tests/qtest: check the return value

 linux-user/sh4/termbits.h            |  204 ++---
 target/sh4/cpu.h                     |   80 +-
 target/sh4/helper.c                  |  236 +++---
 target/sh4/op_helper.c               |   70 +-
 target/sh4/translate.c               | 1466 +++++++++++++++++-----------------
 tests/qtest/test-filter-mirror.c     |    1 +
 tests/qtest/test-filter-redirector.c |    2 +
 tests/qtest/virtio-net-test.c        |    1 +
 tests/qemu-iotests/149               |   16 +-
 tests/qemu-iotests/149.out           |    8 +-
 10 files changed, 1045 insertions(+), 1039 deletions(-)

Comments

Stefan Hajnoczi Dec. 5, 2023, 12:33 p.m. UTC | #1
Applied, thanks.

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