[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] trivial-patches for 2023-07-16
From: |
Michael Tokarev |
Subject: |
[PATCH 0/6] trivial-patches for 2023-07-16 |
Date: |
Sun, 16 Jul 2023 14:57:55 +0300 |
The following changes since commit 7d07a21ec003724475566073404c5893e36de5e5:
tree-wide spelling fixes in comments and some messages: hw/9pfs (2023-07-16
13:59:17 +0300)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git/ tags/trivial-patches-pull
for you to fetch changes up to 7d07a21ec003724475566073404c5893e36de5e5:
tree-wide spelling fixes in comments and some messages: hw/9pfs (2023-07-16
13:59:17 +0300)
----------------------------------------------------------------
trivial-patches for 2023-07-16
This contains a doc fix for riscv and reviewed spelling fixes.
----------------------------------------------------------------
Daniel Henrique Barboza (1):
docs/system/target-riscv.rst: tidy CPU firmware section
Michael Tokarev (5):
tree-wide spelling fixes in comments and some messages: migration/
tree-wide spelling fixes in comments and some messages: s390x
tree-wide spelling fixes in comments and some messages: arm
tree-wide spelling fixes in comments and some messages: other
architectures
tree-wide spelling fixes in comments and some messages: hw/9pfs
docs/system/target-riscv.rst | 24 ++++++++++++-------
host/include/aarch64/host/cpuinfo.h | 2 +-
host/include/generic/host/cpuinfo.h | 2 +-
hw/9pfs/9p-local.c | 8 +++----
hw/9pfs/9p-proxy.c | 2 +-
hw/9pfs/9p-synth.c | 2 +-
hw/9pfs/9p-util.h | 2 +-
hw/9pfs/9p.c | 4 ++--
hw/9pfs/9p.h | 2 +-
hw/arm/aspeed.c | 2 +-
hw/arm/mps2-tz.c | 2 +-
hw/intc/arm_gic.c | 4 ++--
hw/intc/arm_gicv3_redist.c | 2 +-
hw/intc/armv7m_nvic.c | 2 +-
hw/intc/s390_flic_kvm.c | 2 +-
hw/m68k/next-cube.c | 2 +-
hw/m68k/next-kbd.c | 2 +-
hw/m68k/virt.c | 2 +-
hw/microblaze/petalogix_ml605_mmu.c | 2 +-
hw/misc/allwinner-r40-dramc.c | 2 +-
hw/misc/exynos4210_rng.c | 2 +-
hw/sparc/sun4m_iommu.c | 8 +++----
include/hw/arm/fsl-imx7.h | 2 +-
include/hw/intc/armv7m_nvic.h | 2 +-
include/hw/s390x/s390-pci-bus.h | 2 +-
include/hw/s390x/sclp.h | 2 +-
migration/migration-stats.c | 2 +-
migration/migration.h | 4 ++--
migration/multifd-zlib.c | 2 +-
migration/multifd-zstd.c | 2 +-
migration/multifd.c | 2 +-
migration/savevm.c | 2 +-
migration/trace-events | 2 +-
target/alpha/cpu.h | 4 ++--
target/alpha/translate.c | 2 +-
target/arm/cpu.c | 2 +-
target/arm/cpu.h | 2 +-
target/arm/cpu64.c | 2 +-
target/arm/helper.c | 4 ++--
target/arm/tcg/m_helper.c | 2 +-
target/arm/tcg/translate-a64.c | 4 ++--
target/arm/tcg/translate-mve.c | 4 ++--
target/arm/tcg/translate-sve.c | 2 +-
target/arm/tcg/translate-vfp.c | 2 +-
target/arm/tcg/vec_helper.c | 2 +-
target/cris/helper.c | 6 ++---
target/cris/op_helper.c | 2 +-
target/cris/translate.c | 16 ++++++-------
target/hppa/cpu.h | 4 ++--
target/hppa/int_helper.c | 2 +-
target/hppa/translate.c | 2 +-
target/loongarch/cpu-csr.h | 2 +-
target/m68k/helper.c | 4 ++--
target/microblaze/cpu.h | 2 +-
target/openrisc/cpu.h | 2 +-
target/openrisc/translate.c | 4 ++--
target/rx/translate.c | 4 ++--
target/s390x/cpu_features.c | 2 +-
target/s390x/cpu_models.c | 2 +-
target/s390x/tcg/fpu_helper.c | 2 +-
target/s390x/tcg/insn-data.h.inc | 2 +-
target/s390x/tcg/translate.c | 2 +-
target/sparc/asi.h | 14 +++++------
target/tricore/csfr.h.inc | 2 +-
target/tricore/helper.c | 2 +-
target/tricore/translate.c | 8 +++----
tests/tcg/Makefile.target | 4 ++--
tests/tcg/aarch64/gdbstub/test-sve.py | 2 +-
tests/tcg/aarch64/sme-outprod1.c | 2 +-
tests/tcg/aarch64/system/boot.S | 6 ++---
tests/tcg/aarch64/system/semiheap.c | 2 +-
tests/tcg/multiarch/sha512.c | 2 +-
.../multiarch/system/Makefile.softmmu-target | 2 +-
tests/tcg/s390x/mvc.c | 2 +-
tests/tcg/tricore/c/crt0-tc2x.S | 4 ++--
tests/tcg/x86_64/system/boot.S | 4 ++--
76 files changed, 131 insertions(+), 123 deletions(-)
--
2.39.2
- [PATCH 0/6] trivial-patches for 2023-07-16,
Michael Tokarev <=
- [PATCH 1/6] docs/system/target-riscv.rst: tidy CPU firmware section, Michael Tokarev, 2023/07/16
- [PATCH 3/6] tree-wide spelling fixes in comments and some messages: s390x, Michael Tokarev, 2023/07/16
- [PATCH 2/6] tree-wide spelling fixes in comments and some messages: migration/, Michael Tokarev, 2023/07/16
- [PATCH 4/6] tree-wide spelling fixes in comments and some messages: arm, Michael Tokarev, 2023/07/16
- [PATCH 6/6] tree-wide spelling fixes in comments and some messages: hw/9pfs, Michael Tokarev, 2023/07/16
- [PATCH 5/6] tree-wide spelling fixes in comments and some messages: other architectures, Michael Tokarev, 2023/07/16
- Re: [PATCH 0/6] trivial-patches for 2023-07-16, Michael Tokarev, 2023/07/16
- Re: [PATCH 0/6] trivial-patches for 2023-07-16, Philippe Mathieu-Daudé, 2023/07/16