Subject: [PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation
From: Strahinja Jankovic <strahinjapjankovic@gmail.com>
To: Beniamino Galvani <b.galvani@gmail.com>,
 Peter Maydell <peter.maydell@linaro.org>,
 Paolo Bonzini <pbonzini@redhat.com>,
 Alistair Francis <alistair@alistair23.me>, qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org, Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
Date: Thu, 19 Sep 2024 23:55:25 +0200

.
Subject: [PATCH v2 0/1] hw/nvme: add atomic write support
From: Alan Adamson <alan.adamson@oracle.com>
To: qemu-devel@nongnu.org
Cc: alan.adamson@oracle.com, kbusch@kernel.org, its@irrelevant.dk,
 qemu-block@nongnu.org
Date: Thu, 19 Sep 2024 17:07:20 -0700

.
Subject: [ANNOUNCE] QEMU 7.2.14 Stable released
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org
Date: Fri, 20 Sep 2024 07:19:36 +0300

.
Subject: [ANNOUNCE] QEMU 8.2.7 Stable released
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org, Sergio Durigan Junior <sergiodj@sergiodj.net>
Date: Fri, 20 Sep 2024 07:23:40 +0300

.
Subject: [ANNOUNCE] QEMU 9.0.3 Stable released
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org
Date: Fri, 20 Sep 2024 07:24:38 +0300

.
Subject: [PATCH] hw/nvme: i/o cmd set independent namespace data structure
From: Arun Kumar <arun.kka@samsung.com>
To: qemu-devel@nongnu.org
Cc: kbusch@kernel.org, its@irrelevant.dk, foss@defmacro.it, Arun Kumar
 <arun.kka@samsung.com>, Klaus Jensen <k.jensen@samsung.com>
Date: Fri, 20 Sep 2024 05:51:16 +0530

.
Subject: [PATCH V3] arm/kvm: add support for MTE
From: Ganapatrao Kulkarni <gankulkarni@os.amperecomputing.com>
To: qemu-arm@nongnu.org,
	qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, richard.henderson@linaro.org,
 gustavo.romero@linaro.org, alex.bennee@linaro.org, cohuck@redhat.com,
 darren@os.amperecomputing.com, gankulkarni@os.amperecomputing.com
Date: Fri, 20 Sep 2024 00:37:25 -0700

.
Subject: [PULL 00/22] Trivial patches for 2024-09-20
From: Michael Tokarev <mjt@tls.msk.ru>
To: qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>,
	qemu-trivial@nongnu.org
Date: Fri, 20 Sep 2024 10:41:12 +0300

The following changes since commit 01dc65a3bc262ab1bec8fe89775e9bbfa627becb:

  Merge tag 'pull-target-arm-20240919' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-09-19 14:15:15 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 06e2329636f9c05b046ccf8aa1b245bbdfb01263:

  license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only (2024-09-20 10:11:59 +0300)

----------------------------------------------------------------
trivial patches for 2024-09-20

Various things.  Including explicit-LFS usage removal for linux-user
which allows qemu to be built on musl, some minor tests fixes, removals
of unused functions, license tag fixes, and others.

----------------------------------------------------------------
Bibo Mao (1):
      hw/loongarch/virt: Add description for virt machine type

Dr. David Alan Gilbert (3):
      envlist: Remove unused envlist_parse
      hw/sysbus: Remove unused sysbus_mmio_unmap
      util/cutils: Remove unused qemu_get_exec_dir

Inès Varhol (1):
      hw/display: Fix mirrored output in dm163

Mark Cave-Ayland (1):
      hw/mips/jazz: fix typo in in-built NIC alias

Michael Tokarev (3):
      mark <zlib.h> with for-crc32 in a consistent manner
      linux-user/syscall.c: drop 64 suffix from flock64 &Co
      linux-user/syscall.c: eliminate other explicit LFS usages

Philippe Mathieu-Daudé (8):
      tests/unit: Really build pbkdf test on macOS
      target/hexagon: Rename macros.inc -> macros.h.inc
      tests/bench: Rename test_akcipher_keys.inc -> test_akcipher_keys.c.inc
      tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
      license: Simplify GPL-2.0-or-later license descriptions
      license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
      license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later
      license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only

Tejas Vipin (1):
      ppc: fix incorrect spelling of PowerMac

Thomas Huth (4):
      hw/virtio/Kconfig: Include vhost-user-scmi only on arm targets
      tests/qemu-iotests/testenv: Use the "virt" machine for or1k
      tests/qemu-iotests/testenv: Use the "r2d" machine for sh4/sh4eb
      tests/functional: Put the or1k_sim test into the slow category

 block/vdi.c                                        |  4 +-
 docs/system/ppc/powermac.rst                       |  4 +-
 gdbstub/gdbstub.c                                  |  2 +-
 gdbstub/syscalls.c                                 |  2 +-
 gdbstub/system.c                                   |  2 +-
 gdbstub/user-target.c                              |  2 +-
 gdbstub/user.c                                     |  2 +-
 hw/core/sysbus.c                                   | 10 ---
 hw/core/uboot_image.h                              |  2 +-
 hw/display/dm163.c                                 |  2 +-
 hw/loongarch/virt.c                                |  1 +
 hw/m68k/bootinfo.h                                 |  2 +-
 hw/mips/jazz.c                                     |  2 +-
 hw/net/cadence_gem.c                               |  2 +-
 hw/net/dp8393x.c                                   |  2 +-
 hw/net/eepro100.c                                  |  4 +-
 hw/net/ftgmac100.c                                 |  3 +-
 hw/net/i82596.c                                    |  2 +-
 hw/net/igb_regs.h                                  |  2 +-
 hw/net/imx_fec.c                                   |  3 +-
 hw/net/lan9118.c                                   |  3 +-
 hw/net/mcf_fec.c                                   |  3 +-
 hw/net/npcm7xx_emc.c                               |  3 +-
 hw/net/rtl8139.c                                   |  4 +-
 hw/net/smc91c111.c                                 |  3 +-
 hw/net/stellaris_enet.c                            |  2 +-
 hw/nvram/fw_cfg-acpi.c                             |  2 +-
 hw/nvram/mac_nvram.c                               |  2 +-
 hw/ppc/mac_newworld.c                              |  2 +-
 hw/ppc/mac_oldworld.c                              |  2 +-
 hw/ppc/rs6000_mc.c                                 |  4 +-
 hw/virtio/Kconfig                                  |  2 +-
 hw/virtio/virtio-acpi.c                            |  2 +-
 include/gdbstub/syscalls.h                         |  2 +-
 include/gdbstub/user.h                             |  2 +-
 include/hw/nvram/fw_cfg_acpi.h                     |  2 +-
 include/hw/sysbus.h                                |  1 -
 include/hw/usb/dwc2-regs.h                         |  2 +-
 include/hw/virtio/virtio-acpi.h                    |  2 +-
 include/qemu/crc-ccitt.h                           |  2 +-
 include/qemu/cutils.h                              |  5 +-
 include/qemu/envlist.h                             |  2 -
 include/qemu/timed-average.h                       |  4 +-
 linux-user/alpha/syscall.tbl                       |  2 +-
 linux-user/alpha/syscallhdr.sh                     |  2 +-
 linux-user/arm/syscallhdr.sh                       |  2 +-
 linux-user/hppa/syscall.tbl                        |  2 +-
 linux-user/hppa/syscallhdr.sh                      |  2 +-
 linux-user/i386/syscallhdr.sh                      |  2 +-
 linux-user/m68k/syscall.tbl                        |  2 +-
 linux-user/m68k/syscallhdr.sh                      |  2 +-
 linux-user/microblaze/syscall.tbl                  |  2 +-
 linux-user/microblaze/syscallhdr.sh                |  2 +-
 linux-user/mips/syscall_o32.tbl                    |  2 +-
 linux-user/mips/syscallhdr.sh                      |  2 +-
 linux-user/mips64/syscall_n32.tbl                  |  2 +-
 linux-user/mips64/syscall_n64.tbl                  |  2 +-
 linux-user/mips64/syscallhdr.sh                    |  2 +-
 linux-user/ppc/syscall.tbl                         |  2 +-
 linux-user/ppc/syscallhdr.sh                       |  2 +-
 linux-user/s390x/syscall.tbl                       |  2 +-
 linux-user/s390x/syscallhdr.sh                     |  2 +-
 linux-user/sh4/syscall.tbl                         |  2 +-
 linux-user/sh4/syscallhdr.sh                       |  2 +-
 linux-user/sparc/syscall.tbl                       |  2 +-
 linux-user/sparc/syscallhdr.sh                     |  2 +-
 linux-user/syscall.c                               | 78 +++++++++++-----------
 linux-user/x86_64/syscallhdr.sh                    |  2 +-
 linux-user/xtensa/syscall.tbl                      |  2 +-
 linux-user/xtensa/syscallhdr.sh                    |  2 +-
 qemu.nsi                                           |  4 +-
 scripts/kernel-doc                                 |  2 +-
 target/alpha/cpu-param.h                           |  2 +-
 target/arm/cpu-param.h                             |  2 +-
 target/arm/helper.c                                |  2 +-
 target/arm/tcg/helper-a64.c                        |  2 +-
 target/hexagon/gen_idef_parser_funcs.py            |  2 +-
 target/hexagon/idef-parser/README.rst              |  4 +-
 .../idef-parser/{macros.inc => macros.h.inc}       |  0
 target/hexagon/meson.build                         |  2 +-
 target/hppa/cpu-param.h                            |  2 +-
 target/i386/cpu-param.h                            |  2 +-
 target/loongarch/tcg/op_helper.c                   |  2 +-
 target/m68k/cpu-param.h                            |  2 +-
 target/microblaze/cpu-param.h                      |  2 +-
 target/mips/cpu-param.h                            |  2 +-
 target/openrisc/cpu-param.h                        |  2 +-
 target/ppc/cpu-param.h                             |  2 +-
 target/riscv/cpu-param.h                           |  2 +-
 target/s390x/cpu-param.h                           |  2 +-
 target/sh4/cpu-param.h                             |  2 +-
 target/sparc/cpu-param.h                           |  2 +-
 target/sparc/insns.decode                          |  2 +-
 tests/bench/benchmark-crypto-akcipher.c            |  2 +-
 ..._akcipher_keys.inc => test_akcipher_keys.c.inc} |  0
 tests/functional/meson.build                       |  2 +-
 tests/functional/test_netdev_ethtool.py            |  2 +-
 tests/qemu-iotests/testenv.py                      |  3 +
 tests/tcg/loongarch64/system/regdef.h              |  2 +-
 tests/unit/test-crypto-pbkdf.c                     |  2 +-
 util/cutils.c                                      |  5 --
 util/envlist.c                                     | 69 -------------------
 util/timed-average.c                               |  4 +-
 103 files changed, 149 insertions(+), 233 deletions(-)
 rename target/hexagon/idef-parser/{macros.inc => macros.h.inc} (100%)
 rename tests/bench/{test_akcipher_keys.inc => test_akcipher_keys.c.inc} (100%)


.
Subject: [PATCH 00/10] hw/intc/loongarch_extioi: Split into extioi common and
 extioi
From: Bibo Mao <maobibo@loongson.cn>
To: Song Gao <gaosong@loongson.cn>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>,
	qemu-devel@nongnu.org
Date: Fri, 20 Sep 2024 17:04:57 +0800

.
Subject: [PATCH v6 0/1] linux-user: add openat2 support in linux-user
From: Michael Vogt <mvogt@redhat.com>
To: qemu-devel@nongnu.org
Cc: Michael Vogt <michael.vogt@gmail.com>,
 Richard Henderson <richard.henderson@linaro.org>,
 Laurent Vivier <laurent@vivier.eu>, Michael Vogt <mvogt@redhat.com>
Date: Fri, 20 Sep 2024 11:22:19 +0200

.
Subject: [PATCH v6 0/3] vhost-user-blk: live resize additional APIs
From: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
To: qemu-block@nongnu.org,
	raphael@enfabrica.net,
	mst@redhat.com
Cc: sgarzare@redhat.com, kwolf@redhat.com, hreitz@redhat.com,
 pbonzini@redhat.com, berrange@redhat.com, eduardo@habkost.net,
 eblake@redhat.com, armbru@redhat.com, qemu-devel@nongnu.org,
 vsementsov@yandex-team.ru
Date: Fri, 20 Sep 2024 12:49:33 +0300

.
Subject: [PATCH] migration/multifd: receive channel socket needs to be set to
 non-blocking
From: Yuchen <yu.chen@h3c.com>
To: "peterx@redhat.com" <peterx@redhat.com>, "farosas@suse.de"
 <farosas@suse.de>
Date: Fri, 20 Sep 2024 10:05:42 +0000

.
Subject: [PATCH] tests/functional: Convert the powernv tests from
 boot_linux_console.py
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org,
 =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Barrat?= <fbarrat@linux.ibm.com>,
 Nicholas Piggin <npiggin@gmail.com>,
 =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= <clg@kaod.org>
Cc: qemu-ppc@nongnu.org
Date: Fri, 20 Sep 2024 17:03:19 +0200

.
Subject: [PATCH 0/6] linux-user: move all remaining archs to syscalltbl
From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Brian Cain <bcain@quicinc.com>, Liu Zhiwei <zhiwei_liu@linux.alibaba.com>,
 Weiwei Li <liwei1518@gmail.com>, Laurent Vivier <laurent@vivier.eu>,
 Alistair Francis <alistair.francis@wdc.com>, qemu-riscv@nongnu.org,
 Daniel Henrique Barboza <dbarboza@ventanamicro.com>,
 Bin Meng <bmeng.cn@gmail.com>, Palmer Dabbelt <palmer@dabbelt.com>
Date: Fri, 20 Sep 2024 17:10:28 +0200

.
Subject: [PATCH v2] target-i386: Walk NPT in guest real mode
From: Alexander Graf <graf@amazon.com>
To: <qemu-devel@nongnu.org>
Date: Fri, 20 Sep 2024 16:10:09 +0000

.
Subject: [PATCH] configs: Fix typo in the sh4-softmmu devices config file
From: Thomas Huth <thuth@redhat.com>
To: Yoshinori Sato <ysato@users.sourceforge.jp>,
	qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Date: Fri, 20 Sep 2024 18:10:45 +0200

.
Subject: [PATCH] tests/migration-test: Wait for cancellation sooner in multifd
 cancel
From: Juraj Marcin <jmarcin@redhat.com>
To: qemu-devel@nongnu.org
Cc: Juraj Marcin <jmarcin@redhat.com>,
	Peter Xu <peterx@redhat.com>
Date: Fri, 20 Sep 2024 18:13:02 +0200

.
