[PULL 00/34] Trivial patches for 2024-02-22

Michael Tokarev posted 34 patches 9 months, 1 week ago
Failed in applying to current master (apply log)
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, "Hongren (Zenithal) Zheng" <i@zenithal.me>, "Canokeys.org" <contact@canokeys.org>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Helge Deller <deller@gmx.de>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eduardo Habkost <eduardo@habkost.net>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Gerd Hoffmann <kraxel@redhat.com>, Peter Xu <peterx@redhat.com>, David Hildenbrand <david@redhat.com>, Jonathan Cameron <jonathan.cameron@huawei.com>, Fan Ni <fan.ni@samsung.com>, Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, Jason Wang <jasowang@redhat.com>, Palmer Dabbelt <palmer@dabbelt.com>, Alistair Francis <alistair.francis@wdc.com>, Bin Meng <bin.meng@windriver.com>, Weiwei Li <liwei1518@gmail.com>, Daniel Henrique Barboza <dbarboza@ventanamicro.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Alessandro Di Federico <ale@rev.ng>, Anton Johansson <anjo@rev.ng>, Laurent Vivier <laurent@vivier.eu>, Nicholas Piggin <npiggin@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, Ilya Leoshkevich <iii@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>, Cleber Rosa <crosa@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
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 +-
docs/system/keys.rst.inc                      |  2 +-
hw/acpi/cpu_hotplug.c                         |  4 ++--
hw/hppa/Kconfig                               |  2 ++
hw/i386/acpi-common.c                         |  1 -
hw/i386/acpi-common.h                         |  3 +++
hw/i386/kvm/ioapic.c                          |  2 +-
hw/i386/port92.c                              |  1 +
hw/isa/lpc_ich9.c                             |  1 -
hw/mips/loongson3_bootp.h                     |  4 ++--
hw/sh4/sh7750_regs.h                          |  2 +-
hw/timer/hpet.c                               |  1 -
hw/usb/hcd-ehci-pci.c                         |  2 +-
hw/usb/hcd-ehci-sysbus.c                      |  2 +-
hw/usb/hcd-ehci.c                             | 21 +++++++++++----------
hw/usb/hcd-ehci.h                             |  8 ++++----
hw/usb/hcd-uhci.c                             | 24 +++++++++++++-----------
hw/usb/hcd-uhci.h                             |  4 ++--
include/exec/memory.h                         |  2 +-
include/hw/arm/omap.h                         |  3 ++-
include/hw/cxl/cxl_device.h                   |  4 ++--
include/hw/i386/pc.h                          |  6 ------
include/hw/net/npcm_gmac.h                    |  4 ++--
include/hw/riscv/virt.h                       |  4 ++--
include/hw/timer/hpet.h                       |  2 ++
pc-bios/README                                |  2 +-
qapi/ui.json                                  |  4 ++--
qemu-options.hx                               |  4 ++--
scripts/ci/gitlab-pipeline-status             |  2 +-
system/physmem.c                              |  7 ++-----
system/vl.c                                   |  2 +-
target/hexagon/idef-parser/macros.inc         |  2 +-
target/i386/monitor.c                         |  1 -
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 +-
46 files changed, 88 insertions(+), 88 deletions(-)
[PULL 00/34] Trivial patches for 2024-02-22
Posted by Michael Tokarev 9 months, 1 week ago
The following changes since commit 760b4dcdddba4a40b9fa0eb78fdfc7eda7cb83d0:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-02-20 10:11:08 +0000)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to 185311130f54ead75c407cdf83004d575829b5d2:

  system/vl: Update description for input grab key (2024-02-22 08:59:16 +0300)

----------------------------------------------------------------
trivial patches for 2024-02-22

The bulk is a spelling fixes series from Manos Pitsidianakis.
Plus a few small things in other places.

----------------------------------------------------------------
Manos Pitsidianakis (20):
      system/physmem: remove redundant arg reassignment
      docs: correct typos
      tests: correct typos
      accel/tcg: correct typos
      loongson3: correct typos
      ppc: correct typos
      sh4: correct typos
      include/exec/memory.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

Philippe Mathieu-Daudé (11):
      hw/usb: Style cleanup
      hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS
      hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS
      hw/i386/kvm/ioapic: Replace magic '24' value by proper definition
      target/i386/monitor: Remove unused 'hw/i386/pc.h' header
      hw/timer: Move HPET_INTCAP definition to "hpet.h"
      hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'
      hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h'
      hw/i386/port92: Add missing 'hw/isa/isa.h' header
      hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'
      hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h'

Thomas Huth (1):
      hw/hppa/Kconfig: Fix building with "configure --without-default-devices"

Tianlan Zhou (2):
      docs/system: Update description for input grab key
      system/vl: Update description for input grab key

 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 +-
 docs/system/keys.rst.inc                      |  2 +-
 hw/acpi/cpu_hotplug.c                         |  4 ++--
 hw/hppa/Kconfig                               |  2 ++
 hw/i386/acpi-common.c                         |  1 -
 hw/i386/acpi-common.h                         |  3 +++
 hw/i386/kvm/ioapic.c                          |  2 +-
 hw/i386/port92.c                              |  1 +
 hw/isa/lpc_ich9.c                             |  1 -
 hw/mips/loongson3_bootp.h                     |  4 ++--
 hw/sh4/sh7750_regs.h                          |  2 +-
 hw/timer/hpet.c                               |  1 -
 hw/usb/hcd-ehci-pci.c                         |  2 +-
 hw/usb/hcd-ehci-sysbus.c                      |  2 +-
 hw/usb/hcd-ehci.c                             | 21 +++++++++++----------
 hw/usb/hcd-ehci.h                             |  8 ++++----
 hw/usb/hcd-uhci.c                             | 24 +++++++++++++-----------
 hw/usb/hcd-uhci.h                             |  4 ++--
 include/exec/memory.h                         |  2 +-
 include/hw/arm/omap.h                         |  3 ++-
 include/hw/cxl/cxl_device.h                   |  4 ++--
 include/hw/i386/pc.h                          |  6 ------
 include/hw/net/npcm_gmac.h                    |  4 ++--
 include/hw/riscv/virt.h                       |  4 ++--
 include/hw/timer/hpet.h                       |  2 ++
 pc-bios/README                                |  2 +-
 qapi/ui.json                                  |  4 ++--
 qemu-options.hx                               |  4 ++--
 scripts/ci/gitlab-pipeline-status             |  2 +-
 system/physmem.c                              |  7 ++-----
 system/vl.c                                   |  2 +-
 target/hexagon/idef-parser/macros.inc         |  2 +-
 target/i386/monitor.c                         |  1 -
 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 +-
 46 files changed, 88 insertions(+), 88 deletions(-)

Re: [PULL 00/34] Trivial patches for 2024-02-22
Posted by Peter Maydell 9 months, 1 week ago
On Thu, 22 Feb 2024 at 11:29, Michael Tokarev <mjt@tls.msk.ru> wrote:
>
> The following changes since commit 760b4dcdddba4a40b9fa0eb78fdfc7eda7cb83d0:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2024-02-20 10:11:08 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
>
> for you to fetch changes up to 185311130f54ead75c407cdf83004d575829b5d2:
>
>   system/vl: Update description for input grab key (2024-02-22 08:59:16 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2024-02-22
>
> The bulk is a spelling fixes series from Manos Pitsidianakis.
> Plus a few small things in other places.
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM