[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/3] Misc patches for QEMU 8.2-rc3
From: |
Thomas Huth |
Subject: |
[PULL 0/3] Misc patches for QEMU 8.2-rc3 |
Date: |
Mon, 4 Dec 2023 15:25:29 +0100 |
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(-)
- [PULL 0/3] Misc patches for QEMU 8.2-rc3,
Thomas Huth <=