The following changes since commit 0ad0d9dcd16f2ea816a413008ac5191ebef45c95:
Merge tag 'firmware/seabios-20231010-pull-request' of https://gitlab.com/kraxel/qemu into staging (2023-10-10 10:22:16 -0400) are available in the Git repository at: https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches for you to fetch changes up to b216b5daa57ce068183ce865c163f4df01b74614: cpus: Remove unused smp_cores/smp_threads declarations (2023-10-12 00:37:39 +0300) ---------------------------------------------------------------- trivial patches for 2023-10-11 Just some trivial stuff, including some MAINTAINERS updates. v2: Dropped the pvrdma change which broke CI with clang. I did just the basic test, no clang. Not re-sending any patches, since it all is exactly the same as before, just without "hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()" one. ---------------------------------------------------------------- Cornelia Huck (1): MAINTAINERS: add standard-headers to Hosts/LINUX Jianlin Li (1): Update AMD memory encryption document links. Olaf Hering (1): roms: use PYTHON to invoke python Philippe Mathieu-Daudé (2): MAINTAINERS: Add section for overall sensors cpus: Remove unused smp_cores/smp_threads declarations Pierre Labatut (1): Fix compilation when UFFDIO_REGISTER is not set. Thomas Huth (6): MAINTAINERS: Add g364fb and ds1225y to the Jazz section MAINTAINERS: Add unowned RISC-V related files to the right sections MAINTAINERS: Add include folder to the hw/char/ section MAINTAINERS: Add the CI-related doc files to the CI section MAINTAINERS: Add some unowned files to the SBSA-REF section scripts/xml-preprocess: Make sure this script is invoked via the right Python MAINTAINERS | 24 +++++++++++++++++++++++- docs/system/i386/amd-memory-encryption.rst | 6 +++--- include/sysemu/cpus.h | 7 ------- roms/Makefile | 2 +- scripts/xml-preprocess.py | 0 subprojects/libvhost-user/libvhost-user.c | 2 +- 6 files changed, 28 insertions(+), 13 deletions(-) mode change 100755 => 100644 scripts/xml-preprocess.py