qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/27] Trivial patches for 2023-11-16
@ 2023-11-16  7:44 Michael Tokarev
  2023-11-16  7:44 ` [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header Michael Tokarev
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: Michael Tokarev @ 2023-11-16  7:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial

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(-)


^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2023-11-20 14:40 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-16  7:44 [PULL 00/27] Trivial patches for 2023-11-16 Michael Tokarev
2023-11-16  7:44 ` [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header Michael Tokarev
2023-11-16  7:44 ` [PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section Michael Tokarev
2023-11-16  7:44 ` [PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words Michael Tokarev
2023-11-16  7:44 ` [PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions Michael Tokarev
2023-11-16  7:44 ` [PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize Michael Tokarev
2023-11-16  7:44 ` [PULL 06/27] qapi/migration.json: spelling: transfering Michael Tokarev
2023-11-16  7:44 ` [PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented Michael Tokarev
2023-11-16  7:44 ` [PULL 08/27] linux-user: spelling fixes: othe, necesary Michael Tokarev
2023-11-16  7:44 ` [PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized Michael Tokarev
2023-11-16  7:44 ` [PULL 10/27] gdbstub: spelling fix: respectivelly Michael Tokarev
2023-11-16  7:44 ` [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase Michael Tokarev
2023-11-16  7:44 ` [PULL 12/27] docs/devel/migration.rst: spelling fixes: doen't, diferent, responsability, recomend Michael Tokarev
2023-11-16  7:44 ` [PULL 13/27] docs/system/arm/emulation.rst: spelling fix: Enhacements Michael Tokarev
2023-11-16  7:44 ` [PULL 14/27] target/arm/tcg: spelling fixes: alse, addreses Michael Tokarev
2023-11-16  7:44 ` [PULL 15/27] target/hppa: spelling fixes: Indicies, Truely Michael Tokarev
2023-11-16  7:44 ` [PULL 16/27] migration/rdma.c: spelling fix: asume Michael Tokarev
2023-11-16  7:44 ` [PULL 17/27] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage Michael Tokarev
2023-11-16  7:44 ` [PULL 18/27] hw/mem/memory-device.c: spelling fix: ontaining Michael Tokarev
2023-11-16  7:44 ` [PULL 19/27] hw/net/cadence_gem.c: spelling fixes: Octects Michael Tokarev
2023-11-16  7:44 ` [PULL 20/27] include/block/ufs.h: spelling fix: setted Michael Tokarev
2023-11-16  7:44 ` [PULL 21/27] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber, atleast Michael Tokarev
2023-11-16  7:44 ` [PULL 22/27] include/hw/virtio/vhost.h: spelling fix: sate Michael Tokarev
2023-11-16  7:44 ` [PULL 23/27] target/riscv/cpu.h: spelling fix: separatly Michael Tokarev
2023-11-16  7:44 ` [PULL 24/27] tests/qtest/migration-test.c: spelling fix: bandwith Michael Tokarev
2023-11-16  7:44 ` [PULL 25/27] tests/qtest/ufs-test.c: spelling fix: tranfer Michael Tokarev
2023-11-16  7:44 ` [PULL 26/27] util/filemonitor-inotify.c: spelling fix: kenel Michael Tokarev
2023-11-16  7:44 ` [PULL 27/27] util/range.c: spelling fix: inbetween Michael Tokarev
2023-11-20 14:39 ` [PULL 00/27] Trivial patches for 2023-11-16 Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).