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 9d537457487bd91ca1268e1e92510ed00dd1e518: docs: replace `-hda` with `-drive` & update `root=` kernel parameter (2025-05-07 20:38:45 +0300) ---------------------------------------------------------------- trivial patches for 2025-05-07 Mostly typos in comments by Gustavo Romero, plus changing -hda in examples to -drive, plus single linux-user update (new syscall variant) ---------------------------------------------------------------- Gustavo Romero (11): 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 Integral via (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 Zixing Liu (1): linux-user/syscall.c: add translation logic for epoll_pwait2 syscall block.c | 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 +- linux-user/syscall.c | 36 ++++++++++++++++++++++++++++++++---- qapi/machine-target.json | 2 +- qapi/qom.json | 2 +- qom/object.c | 2 +- 26 files changed, 73 insertions(+), 60 deletions(-)