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

Thomas Huth posted 3 patches 11 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231204142532.581730-1-thuth@redhat.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Yoshinori Sato <ysato@users.sourceforge.jp>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Zhang Chen <chen.zhang@intel.com>, Li Zhijian <lizhijian@fujitsu.com>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Jason Wang <jasowang@redhat.com>
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(-)
[PULL 0/3] Misc patches for QEMU 8.2-rc3
Posted by Thomas Huth 11 months, 4 weeks ago
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(-)
Re: [PULL 0/3] Misc patches for QEMU 8.2-rc3
Posted by Stefan Hajnoczi 11 months, 3 weeks ago
Applied, thanks.

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