[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/34] Trivial patches for 2024-02-22
From: |
Michael Tokarev |
Subject: |
[PULL 00/34] Trivial patches for 2024-02-22 |
Date: |
Thu, 22 Feb 2024 14:25:27 +0300 |
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(-)
- [PULL 00/34] Trivial patches for 2024-02-22,
Michael Tokarev <=
- [PULL 04/34] hw/i386/kvm/ioapic: Replace magic '24' value by proper definition, Michael Tokarev, 2024/02/22
- [PULL 06/34] hw/timer: Move HPET_INTCAP definition to "hpet.h", Michael Tokarev, 2024/02/22
- [PULL 10/34] hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h', Michael Tokarev, 2024/02/22
- [PULL 12/34] system/physmem: remove redundant arg reassignment, Michael Tokarev, 2024/02/22
- [PULL 01/34] hw/usb: Style cleanup, Michael Tokarev, 2024/02/22
- [PULL 05/34] target/i386/monitor: Remove unused 'hw/i386/pc.h' header, Michael Tokarev, 2024/02/22
- [PULL 08/34] hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h', Michael Tokarev, 2024/02/22
- [PULL 11/34] hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h', Michael Tokarev, 2024/02/22
- [PULL 03/34] hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS, Michael Tokarev, 2024/02/22
- [PULL 07/34] hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h', Michael Tokarev, 2024/02/22