[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/6] Trivial patches for 2024-01-05
From: |
Michael Tokarev |
Subject: |
[PULL 0/6] Trivial patches for 2024-01-05 |
Date: |
Fri, 5 Jan 2024 22:30:32 +0300 |
The following changes since commit 0c1eccd368af8805ec0fb11e6cf25d0684d37328:
Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging
(2024-01-05 16:08:58 +0000)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
for you to fetch changes up to 8a780cd212647a6013c8ea59e0929dad996e2c54:
docs: use "buses" rather than "busses" (2024-01-05 22:28:54 +0300)
----------------------------------------------------------------
trivial patches for 2024-01-05
Random stuff here and there, plus a riscv bugfix.
----------------------------------------------------------------
Bin Meng (1):
hw/net: cadence_gem: Fix MDIO_OP_xxx values
Max Erenberg (1):
edu: fix DMA range upper bound check
Michael Tokarev (2):
chardev/char.c: fix "abstract device type" error message
audio/audio.c: remove trailing newline in error_setg
Samuel Tardieu (1):
docs: use "buses" rather than "busses"
Xu Lu (1):
target/riscv: Fix mcycle/minstret increment behavior
audio/audio.c | 2 +-
chardev/char.c | 2 +-
docs/system/arm/palm.rst | 2 +-
docs/system/arm/xscale.rst | 2 +-
docs/system/devices/can.rst | 6 +++---
hw/misc/edu.c | 2 +-
hw/net/cadence_gem.c | 4 ++--
target/riscv/csr.c | 14 +++++++-------
8 files changed, 17 insertions(+), 17 deletions(-)
- [PULL 0/6] Trivial patches for 2024-01-05,
Michael Tokarev <=
- [PULL 1/6] target/riscv: Fix mcycle/minstret increment behavior, Michael Tokarev, 2024/01/05
- [PULL 3/6] audio/audio.c: remove trailing newline in error_setg, Michael Tokarev, 2024/01/05
- [PULL 5/6] edu: fix DMA range upper bound check, Michael Tokarev, 2024/01/05
- [PULL 4/6] hw/net: cadence_gem: Fix MDIO_OP_xxx values, Michael Tokarev, 2024/01/05
- [PULL 2/6] chardev/char.c: fix "abstract device type" error message, Michael Tokarev, 2024/01/05
- [PULL 6/6] docs: use "buses" rather than "busses", Michael Tokarev, 2024/01/05
- Re: [PULL 0/6] Trivial patches for 2024-01-05, Peter Maydell, 2024/01/08