From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
To: qemu-trivial@nongnu.org
Cc: qemu-devel@nongnu.org, Michael Tokarev <mjt@tls.msk.ru>,
Laurent Vivier <laurent@vivier.eu>
Subject: [PATCH v1 00/21] Trivial tree wide typo fixes
Date: Tue, 20 Feb 2024 10:52:07 +0200 [thread overview]
Message-ID: <cover.1708419115.git.manos.pitsidianakis@linaro.org> (raw)
Correct typos automatically found with the `typos` tool
<https://crates.io/crates/typos>
Manos Pitsidianakis (21):
docs: correct typos
tests: correct typos
Xen headers: correct typos
accel/tcg: correct typos
loongson3: correct typos
ppc: correct typos
sh4: correct typos
include/exec/memory.h: correct typos
include/exec/plugin-gen.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
include/exec/memory.h | 2 +-
include/exec/plugin-gen.h | 2 +-
include/hw/arm/omap.h | 2 +-
include/hw/cxl/cxl_device.h | 4 ++--
include/hw/net/npcm_gmac.h | 4 ++--
include/hw/ppc/ppc4xx.h | 2 +-
include/hw/riscv/virt.h | 4 ++--
include/hw/xen/interface/arch-x86/xen-x86_64.h | 2 +-
include/hw/xen/interface/arch-x86/xen.h | 2 +-
include/hw/xen/interface/event_channel.h | 2 +-
include/hw/xen/interface/grant_table.h | 2 +-
include/hw/xen/interface/hvm/hvm_op.h | 2 +-
include/hw/xen/interface/io/blkif.h | 4 ++--
include/hw/xen/interface/io/fbif.h | 2 +-
include/hw/xen/interface/io/kbdif.h | 2 +-
include/hw/xen/interface/io/ring.h | 2 +-
include/hw/xen/interface/memory.h | 2 +-
include/hw/xen/interface/physdev.h | 4 ++--
include/hw/xen/interface/xen.h | 4 ++--
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 +-
hw/mips/loongson3_bootp.h | 4 ++--
hw/ppc/ppc405.h | 2 +-
hw/sh4/sh7750_regs.h | 2 +-
pc-bios/README | 2 +-
qapi/ui.json | 4 ++--
qemu-options.hx | 4 ++--
scripts/ci/gitlab-pipeline-status | 2 +-
target/hexagon/idef-parser/macros.inc | 2 +-
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 +-
41 files changed, 58 insertions(+), 57 deletions(-)
base-commit: da96ad4a6a2ef26c83b15fa95e7fceef5147269c
--
γαῖα πυρί μιχθήτω
next reply other threads:[~2024-02-20 8:53 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-20 8:52 Manos Pitsidianakis [this message]
2024-02-20 8:52 ` [PATCH v1 01/21] docs: correct typos Manos Pitsidianakis
2024-02-20 10:18 ` Alex Bennée
2024-02-20 10:36 ` Michael S. Tsirkin
2024-02-20 10:42 ` Manos Pitsidianakis
2024-02-20 10:56 ` Michael S. Tsirkin
2024-02-20 17:22 ` Michael Tokarev
2024-02-20 8:52 ` [PATCH v1 02/21] tests: " Manos Pitsidianakis
2024-02-20 8:57 ` Pavel Dovgalyuk
2024-02-20 8:52 ` [PATCH v1 03/21] Xen headers: " Manos Pitsidianakis
2024-02-20 17:35 ` Michael Tokarev
2024-02-20 8:52 ` [PATCH v1 04/21] accel/tcg: " Manos Pitsidianakis
2024-02-20 10:17 ` Alex Bennée
2024-02-20 12:15 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 05/21] loongson3: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 06/21] ppc: " Manos Pitsidianakis
2024-02-20 12:12 ` BALATON Zoltan
2024-02-20 8:52 ` [PATCH v1 07/21] sh4: " Manos Pitsidianakis
2024-02-20 12:16 ` Philippe Mathieu-Daudé
2024-02-21 3:24 ` Yoshinori Sato
2024-02-20 8:52 ` [PATCH v1 08/21] include/exec/memory.h: " Manos Pitsidianakis
2024-02-20 12:13 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 09/21] include/exec/plugin-gen.h: " Manos Pitsidianakis
2024-02-20 12:17 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 10/21] hw/arm/omap.h: " Manos Pitsidianakis
2024-02-20 12:18 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 11/21] hw/cxl/cxl_device.h: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 12/21] hw/net/npcm_gmac.h: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 13/21] hw/riscv/virt.h: " Manos Pitsidianakis
2024-02-21 4:44 ` Alistair Francis
2024-02-20 8:52 ` [PATCH v1 14/21] pc-bios/README: " Manos Pitsidianakis
2024-02-20 12:18 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 15/21] qapi/ui: " Manos Pitsidianakis
2024-02-20 9:41 ` Markus Armbruster
2024-02-20 12:20 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 16/21] qemu-options.hx: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 17/21] ci/gitlab-pipeline-status: " Manos Pitsidianakis
2024-02-20 8:52 ` [PATCH v1 18/21] hexagon: " Manos Pitsidianakis
2024-02-20 12:21 ` Philippe Mathieu-Daudé
2024-02-20 15:24 ` Anton Johansson via
2024-02-20 8:52 ` [PATCH v1 19/21] m68k: " Manos Pitsidianakis
2024-02-20 10:43 ` Thomas Huth
2024-02-20 8:52 ` [PATCH v1 20/21] s390x: " Manos Pitsidianakis
2024-02-20 10:44 ` Thomas Huth
2024-02-20 12:21 ` Philippe Mathieu-Daudé
2024-02-20 8:52 ` [PATCH v1 21/21] target/sparc: " Manos Pitsidianakis
2024-02-20 12:22 ` Philippe Mathieu-Daudé
2024-02-20 19:18 ` [PATCH v1 00/21] Trivial tree wide typo fixes Michael Tokarev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1708419115.git.manos.pitsidianakis@linaro.org \
--to=manos.pitsidianakis@linaro.org \
--cc=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).