The following changes since commit c5e2c4042e3c50b96cc5eaa9683325c5a96913b0:
Merge tag 'pull-loongarch-20250506' of https://github.com/bibo-mao/qemu into staging (2025-05-06 11:03:45 -0400) are available in the Git repository at: https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches for you to fetch changes up to 2f418cc9915284cb8eb7d607ec70fe13fe55ce5c: docs/devel/testing/functional: Fix typo (2025-05-09 23:50:19 +0300) ---------------------------------------------------------------- trivial patches for 2025-05-07 Mostly typos in comments by Gustavo Romero, plus changing -hda in examples to -drive, v2: update the last patch Author (it was "via qemu-trivial") v3: drop problematic linux-user commit, and add one more trivial comment fix by Gustavo Romero. The remaining changes are all comment fixes and single doc fix, there's no code changes. ---------------------------------------------------------------- Gustavo Romero (12): hw/pci/pci.c: Turn DPRINTF into trace events hw/isa/ich9: Remove stray empty comment hw/i386/acpi-build: Fix typo and grammar in comment hw/i386/acpi-build: Update document reference hw/acpi/ich9: Remove ICH9_DEBUG macro hw/i386/acpi-build: Fix typo in function name hw/core/machine: Fix indentation qom/object: Fix typo in comment hw/net/e1000: Remove stray empty comment in header hw/pci-host/gpex-acpi: Fix typo in comment hw/acpi/pcihp: Fix typo in function name docs/devel/testing/functional: Fix typo Integral (1): docs: replace `-hda` with `-drive` & update `root=` kernel parameter Michael Tokarev (8): linux-user/mmap.c: fix "of of" typo in comment block.c: fix "the the" typo in comment hw/xen/xen-hvm-common.c: fix "the the" typo in comment include/exec/cpu-common.h: fix "the the" typo in comment include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment qapi/qom.json: fix "the the" typo in comment hw/display/apple-gfx.m: fix "in in" typo in comment qapi/machine-target.json: fix "in in" typo in comment block.c | 2 +- docs/devel/testing/functional.rst | 2 +- docs/system/gdb.rst | 2 +- docs/system/linuxboot.rst | 6 +++--- docs/system/target-mips.rst | 2 +- hw/acpi/acpi-pci-hotplug-stub.c | 2 +- hw/acpi/ich9.c | 13 +------------ hw/acpi/pcihp.c | 2 +- hw/acpi/piix4.c | 2 +- hw/core/machine.c | 8 ++++---- hw/display/apple-gfx.m | 2 +- hw/i386/acpi-build.c | 10 +++++----- hw/i386/acpi-build.h | 2 +- hw/isa/lpc_ich9.c | 1 - hw/net/e1000x_regs.h | 2 +- hw/pci-host/gpex-acpi.c | 2 +- hw/pci/pci.c | 19 ++++++------------- hw/pci/trace-events | 4 ++++ hw/xen/xen-hvm-common.c | 2 +- include/exec/cpu-common.h | 2 +- include/hw/acpi/pcihp.h | 2 +- include/hw/xen/interface/io/blkif.h | 2 +- linux-user/mmap.c | 2 +- qapi/machine-target.json | 2 +- qapi/qom.json | 2 +- qom/object.c | 2 +- 26 files changed, 42 insertions(+), 57 deletions(-)