* [PULL v3 00/21] Trivial patches for 2025-05-07
@ 2025-05-09 20:56 Michael Tokarev
2025-05-09 20:56 ` [PULL 21/21] docs/devel/testing/functional: Fix typo Michael Tokarev
2025-05-12 17:37 ` [PULL v3 00/21] Trivial patches for 2025-05-07 Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Michael Tokarev @ 2025-05-09 20:56 UTC (permalink / raw)
To: qemu-devel; +Cc: Michael Tokarev, qemu-trivial
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PULL 21/21] docs/devel/testing/functional: Fix typo
2025-05-09 20:56 [PULL v3 00/21] Trivial patches for 2025-05-07 Michael Tokarev
@ 2025-05-09 20:56 ` Michael Tokarev
2025-05-12 17:37 ` [PULL v3 00/21] Trivial patches for 2025-05-07 Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2025-05-09 20:56 UTC (permalink / raw)
To: qemu-devel; +Cc: Gustavo Romero, qemu-trivial, Michael Tokarev
From: Gustavo Romero <gustavo.romero@linaro.org>
Fix the duplication of the word 'run'.
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
docs/devel/testing/functional.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/devel/testing/functional.rst b/docs/devel/testing/functional.rst
index 8030cb4299..9e56dd1b11 100644
--- a/docs/devel/testing/functional.rst
+++ b/docs/devel/testing/functional.rst
@@ -274,7 +274,7 @@ speed mode in the meson.build file, while the "quick" speed mode is
fine for functional tests that can be run without downloading files.
``make check`` then only runs the quick functional tests along with
the other quick tests from the other test suites. If you choose to
-run only run ``make check-functional``, the "thorough" tests will be
+run only ``make check-functional``, the "thorough" tests will be
executed, too. And to run all functional tests along with the others,
you can use something like::
--
2.39.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PULL v3 00/21] Trivial patches for 2025-05-07
2025-05-09 20:56 [PULL v3 00/21] Trivial patches for 2025-05-07 Michael Tokarev
2025-05-09 20:56 ` [PULL 21/21] docs/devel/testing/functional: Fix typo Michael Tokarev
@ 2025-05-12 17:37 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2025-05-12 17:37 UTC (permalink / raw)
To: Michael Tokarev; +Cc: qemu-devel, Michael Tokarev, qemu-trivial
[-- Attachment #1: Type: text/plain, Size: 116 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-12 17:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 20:56 [PULL v3 00/21] Trivial patches for 2025-05-07 Michael Tokarev
2025-05-09 20:56 ` [PULL 21/21] docs/devel/testing/functional: Fix typo Michael Tokarev
2025-05-12 17:37 ` [PULL v3 00/21] Trivial patches for 2025-05-07 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).