qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/34] Trivial patches for 2024-02-22
@ 2024-02-22 11:25 Michael Tokarev
  2024-02-22 11:25 ` [PULL 01/34] hw/usb: Style cleanup Michael Tokarev
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: Michael Tokarev @ 2024-02-22 11:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial

The following changes since commit 760b4dcdddba4a40b9fa0eb78fdfc7eda7cb83d0:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-02-20 10:11:08 +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 185311130f54ead75c407cdf83004d575829b5d2:

  system/vl: Update description for input grab key (2024-02-22 08:59:16 +0300)

----------------------------------------------------------------
trivial patches for 2024-02-22

The bulk is a spelling fixes series from Manos Pitsidianakis.
Plus a few small things in other places.

----------------------------------------------------------------
Manos Pitsidianakis (20):
      system/physmem: remove redundant arg reassignment
      docs: correct typos
      tests: correct typos
      accel/tcg: correct typos
      loongson3: correct typos
      ppc: correct typos
      sh4: correct typos
      include/exec/memory.h: correct typos
      hw/arm/omap.h: correct typos
      hw/cxl/cxl_device.h: correct typos
      hw/net/npcm_gmac.h: correct typos
      hw/riscv/virt.h: correct typos
      pc-bios/README: correct typos
      qapi/ui: correct typos
      qemu-options.hx: correct typos
      ci/gitlab-pipeline-status: correct typos
      hexagon: correct typos
      m68k: correct typos
      s390x: correct typos
      target/sparc: correct typos

Philippe Mathieu-Daudé (11):
      hw/usb: Style cleanup
      hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS
      hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
      hw/i386/kvm/ioapic: Replace magic '24' value by proper definition
      target/i386/monitor: Remove unused 'hw/i386/pc.h' header
      hw/timer: Move HPET_INTCAP definition to "hpet.h"
      hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'
      hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'
      hw/i386/port92: Add missing 'hw/isa/isa.h' header
      hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'
      hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'

Thomas Huth (1):
      hw/hppa/Kconfig: Fix building with "configure --without-default-devices"

Tianlan Zhou (2):
      docs/system: Update description for input grab key
      system/vl: Update description for input grab key

 accel/tcg/ldst_atomicity.c.inc                |  2 +-
 docs/devel/ci-jobs.rst.inc                    |  2 +-
 docs/devel/docs.rst                           |  2 +-
 docs/devel/testing.rst                        |  2 +-
 docs/interop/prl-xml.txt                      |  2 +-
 docs/interop/vhost-user.rst                   |  2 +-
 docs/system/devices/canokey.rst               |  2 +-
 docs/system/keys.rst.inc                      |  2 +-
 hw/acpi/cpu_hotplug.c                         |  4 ++--
 hw/hppa/Kconfig                               |  2 ++
 hw/i386/acpi-common.c                         |  1 -
 hw/i386/acpi-common.h                         |  3 +++
 hw/i386/kvm/ioapic.c                          |  2 +-
 hw/i386/port92.c                              |  1 +
 hw/isa/lpc_ich9.c                             |  1 -
 hw/mips/loongson3_bootp.h                     |  4 ++--
 hw/sh4/sh7750_regs.h                          |  2 +-
 hw/timer/hpet.c                               |  1 -
 hw/usb/hcd-ehci-pci.c                         |  2 +-
 hw/usb/hcd-ehci-sysbus.c                      |  2 +-
 hw/usb/hcd-ehci.c                             | 21 +++++++++++----------
 hw/usb/hcd-ehci.h                             |  8 ++++----
 hw/usb/hcd-uhci.c                             | 24 +++++++++++++-----------
 hw/usb/hcd-uhci.h                             |  4 ++--
 include/exec/memory.h                         |  2 +-
 include/hw/arm/omap.h                         |  3 ++-
 include/hw/cxl/cxl_device.h                   |  4 ++--
 include/hw/i386/pc.h                          |  6 ------
 include/hw/net/npcm_gmac.h                    |  4 ++--
 include/hw/riscv/virt.h                       |  4 ++--
 include/hw/timer/hpet.h                       |  2 ++
 pc-bios/README                                |  2 +-
 qapi/ui.json                                  |  4 ++--
 qemu-options.hx                               |  4 ++--
 scripts/ci/gitlab-pipeline-status             |  2 +-
 system/physmem.c                              |  7 ++-----
 system/vl.c                                   |  2 +-
 target/hexagon/idef-parser/macros.inc         |  2 +-
 target/i386/monitor.c                         |  1 -
 target/m68k/cpu.h                             |  7 ++++---
 target/ppc/translate/vmx-impl.c.inc           |  2 +-
 target/s390x/cpu_features_def.h.inc           |  2 +-
 target/sparc/asi.h                            |  8 ++++----
 tests/avocado/acpi-bits/bits-tests/smbios.py2 |  2 +-
 tests/avocado/mem-addr-space-check.py         |  6 +++---
 tests/avocado/reverse_debugging.py            |  2 +-
 46 files changed, 88 insertions(+), 88 deletions(-)


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

end of thread, other threads:[~2024-02-22 15:34 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 11:25 [PULL 00/34] Trivial patches for 2024-02-22 Michael Tokarev
2024-02-22 11:25 ` [PULL 01/34] hw/usb: Style cleanup Michael Tokarev
2024-02-22 11:25 ` [PULL 02/34] hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS Michael Tokarev
2024-02-22 11:25 ` [PULL 03/34] hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS Michael Tokarev
2024-02-22 11:25 ` [PULL 04/34] hw/i386/kvm/ioapic: Replace magic '24' value by proper definition Michael Tokarev
2024-02-22 11:25 ` [PULL 05/34] target/i386/monitor: Remove unused 'hw/i386/pc.h' header Michael Tokarev
2024-02-22 11:25 ` [PULL 06/34] hw/timer: Move HPET_INTCAP definition to "hpet.h" Michael Tokarev
2024-02-22 11:25 ` [PULL 07/34] hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h' Michael Tokarev
2024-02-22 11:25 ` [PULL 08/34] hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h' Michael Tokarev
2024-02-22 11:25 ` [PULL 09/34] hw/i386/port92: Add missing 'hw/isa/isa.h' header Michael Tokarev
2024-02-22 11:25 ` [PULL 10/34] hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h' Michael Tokarev
2024-02-22 11:25 ` [PULL 11/34] hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h' Michael Tokarev
2024-02-22 11:25 ` [PULL 12/34] system/physmem: remove redundant arg reassignment Michael Tokarev
2024-02-22 11:25 ` [PULL 13/34] docs: correct typos Michael Tokarev
2024-02-22 11:25 ` [PULL 14/34] tests: " Michael Tokarev
2024-02-22 11:25 ` [PULL 15/34] accel/tcg: " Michael Tokarev
2024-02-22 11:25 ` [PULL 16/34] loongson3: " Michael Tokarev
2024-02-22 11:25 ` [PULL 17/34] ppc: " Michael Tokarev
2024-02-22 11:25 ` [PULL 18/34] sh4: " Michael Tokarev
2024-02-22 11:25 ` [PULL 19/34] include/exec/memory.h: " Michael Tokarev
2024-02-22 11:25 ` [PULL 20/34] hw/arm/omap.h: " Michael Tokarev
2024-02-22 11:25 ` [PULL 21/34] hw/cxl/cxl_device.h: " Michael Tokarev
2024-02-22 11:25 ` [PULL 22/34] hw/net/npcm_gmac.h: " Michael Tokarev
2024-02-22 11:25 ` [PULL 23/34] hw/riscv/virt.h: " Michael Tokarev
2024-02-22 11:25 ` [PULL 24/34] pc-bios/README: " Michael Tokarev
2024-02-22 11:25 ` [PULL 25/34] qapi/ui: " Michael Tokarev
2024-02-22 11:25 ` [PULL 26/34] qemu-options.hx: " Michael Tokarev
2024-02-22 11:25 ` [PULL 27/34] ci/gitlab-pipeline-status: " Michael Tokarev
2024-02-22 11:25 ` [PULL 28/34] hexagon: " Michael Tokarev
2024-02-22 11:25 ` [PULL 29/34] m68k: " Michael Tokarev
2024-02-22 11:25 ` [PULL 30/34] s390x: " Michael Tokarev
2024-02-22 11:25 ` [PULL 31/34] target/sparc: " Michael Tokarev
2024-02-22 11:25 ` [PULL 32/34] hw/hppa/Kconfig: Fix building with "configure --without-default-devices" Michael Tokarev
2024-02-22 11:26 ` [PULL 33/34] docs/system: Update description for input grab key Michael Tokarev
2024-02-22 11:26 ` [PULL 34/34] system/vl: " Michael Tokarev
2024-02-22 15:32 ` [PULL 00/34] Trivial patches for 2024-02-22 Peter Maydell

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