qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 00/21] Trivial tree wide typo fixes
@ 2024-02-20  8:52 Manos Pitsidianakis
  2024-02-20  8:52 ` [PATCH v1 01/21] docs: correct typos Manos Pitsidianakis
                   ` (21 more replies)
  0 siblings, 22 replies; 48+ messages in thread
From: Manos Pitsidianakis @ 2024-02-20  8:52 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, Michael Tokarev, Laurent Vivier

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
-- 
γαῖα πυρί μιχθήτω



^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2024-02-21  4:45 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20  8:52 [PATCH v1 00/21] Trivial tree wide typo fixes Manos Pitsidianakis
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

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).