[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/27] Trivial patches for 2023-11-16
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 00/27] Trivial patches for 2023-11-16 |
|
Date: |
Thu, 16 Nov 2023 10:44:14 +0300 |
The following changes since commit 9c673a41eefc50f1cb2fe3c083e7de842c7d276a:
Update version for v8.2.0-rc0 release (2023-11-14 12:35:47 -0500)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
for you to fetch changes up to f779357882b4758551ff30074b4b915d7d249d3d:
util/range.c: spelling fix: inbetween (2023-11-15 12:06:05 +0300)
----------------------------------------------------------------
trivial patches for 2023-11-16
Mostly spelling fixes in various parts in code added since 8.1,
plus a few other tiny things (comment rewording, removal of unused
file, forgotten MAINTAINERS change).
----------------------------------------------------------------
Michael Tokarev (23):
hw/audio/virtio-snd.c: spelling: initalize
qapi/migration.json: spelling: transfering
bsd-user: spelling fixes: necesary, agrument, undocummented
linux-user: spelling fixes: othe, necesary
hw/cxl: spelling fixes: limitaions, potentialy, intialized
gdbstub: spelling fix: respectivelly
docs/about/deprecated.rst: spelling fix: becase
docs/devel/migration.rst: spelling fixes: doen't, diferent,
responsability, recomend
docs/system/arm/emulation.rst: spelling fix: Enhacements
target/arm/tcg: spelling fixes: alse, addreses
target/hppa: spelling fixes: Indicies, Truely
migration/rdma.c: spelling fix: asume
contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
hw/mem/memory-device.c: spelling fix: ontaining
hw/net/cadence_gem.c: spelling fixes: Octects
include/block/ufs.h: spelling fix: setted
include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleast
include/hw/virtio/vhost.h: spelling fix: sate
target/riscv/cpu.h: spelling fix: separatly
tests/qtest/migration-test.c: spelling fix: bandwith
tests/qtest/ufs-test.c: spelling fix: tranfer
util/filemonitor-inotify.c: spelling fix: kenel
util/range.c: spelling fix: inbetween
Philippe Mathieu-Daudé (1):
hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header
Thomas Huth (3):
MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section
tests/data/qobject/qdict.txt: Avoid non-inclusive words
qapi/pragma.json: Improve the comment about the lists of QAPI rule
exceptions
MAINTAINERS | 1 +
bsd-user/bsd-mem.h | 2 +-
bsd-user/freebsd/os-proc.c | 2 +-
bsd-user/freebsd/os-stat.h | 6 +++---
contrib/vhost-user-gpu/virgl.c | 2 +-
docs/about/deprecated.rst | 2 +-
docs/devel/migration.rst | 10 +++++-----
docs/system/arm/emulation.rst | 2 +-
gdbstub/gdbstub.c | 2 +-
hw/audio/virtio-snd.c | 2 +-
hw/cxl/cxl-component-utils.c | 4 ++--
hw/cxl/cxl-mailbox-utils.c | 2 +-
hw/mem/memory-device.c | 2 +-
hw/net/cadence_gem.c | 8 ++++----
hw/watchdog/wdt_aspeed.c | 1 -
include/block/ufs.h | 2 +-
include/hw/cxl/cxl_device.h | 2 +-
include/hw/hyperv/dynmem-proto.h | 6 +++---
include/hw/virtio/vhost.h | 2 +-
linux-user/ppc/vdso.S | 2 +-
linux-user/syscall.c | 2 +-
migration/rdma.c | 2 +-
qapi/migration.json | 2 +-
qapi/pragma.json | 4 ++--
target/arm/tcg/helper-a64.c | 2 +-
target/arm/tcg/hflags.c | 2 +-
target/hppa/cpu.h | 2 +-
target/hppa/machine.c | 2 +-
target/riscv/cpu.h | 4 ++--
tests/data/qobject/qdict.txt | 4 ----
tests/qtest/migration-test.c | 2 +-
tests/qtest/ufs-test.c | 2 +-
util/filemonitor-inotify.c | 2 +-
util/range.c | 2 +-
34 files changed, 46 insertions(+), 50 deletions(-)
- [PULL 00/27] Trivial patches for 2023-11-16,
Michael Tokarev <=
- [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header, Michael Tokarev, 2023/11/16
- [PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section, Michael Tokarev, 2023/11/16
- [PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words, Michael Tokarev, 2023/11/16
- [PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions, Michael Tokarev, 2023/11/16
- [PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize, Michael Tokarev, 2023/11/16
- [PULL 06/27] qapi/migration.json: spelling: transfering, Michael Tokarev, 2023/11/16
- [PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented, Michael Tokarev, 2023/11/16
- [PULL 08/27] linux-user: spelling fixes: othe, necesary, Michael Tokarev, 2023/11/16
- [PULL 10/27] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/16
- [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase, Michael Tokarev, 2023/11/16