Commit 483cb5b74c for qemu.org
commit 483cb5b74cd247b1520e0994b4fae4d8fe44cb00
Merge: 314ff2e07d ca61f91ef9
Author: Peter Maydell <peter.maydell@linaro.org>
Date: Thu Mar 5 17:49:14 2026 +0000
Merge tag 'next-pr-pull-request' of https://gitlab.com/berrange/qemu into staging
* Increase pre-alloc max thread count to 32
* Fix checkpatch warning for new/removed files with --terse
* Detect more GPL boilerplate in checkpatch
* Fix lean of data in TLS/websock GSource cancellation
* Tweak CPU docs for DiamondRapids
* Unconditionally enable thread naming
* Fix race setting thread naming on Win32
* Add API docs for logging APIs
* Fix interleaved error/trace output
* Fix missing error prefixes with warn_report
* Add detailed error reporting for VNC passworrd changes
* Refactoring of error_vprintf & related funcs
# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCAAdFiEE2vOm/bJrYpEtDo4/vobrtBUQT98FAmmpwaAACgkQvobrtBUQ
# T98nOg/8C+KQIoe02C6PkVIaH/maDuyAsWYMPkVySgL5Zt+lKR8hS+voyP56ON7S
# UltpZq+NHHQkrjh6O1jfJ7io1inEgXPKxbzKMi9SR0q6+Qva7Js2MJR8RSip8QTX
# lVGiRyCTGdgdDiXa+5t+N7zKwShdSVJ7lDh8G/Y/zWGeSzhOUs3BLTYCc8jVwvM/
# Frnvwk7XVX0SjZlI2xqIPYclzKNScM9QYwmAKDDvBgbxBPUq17NxprOyObSsR8Nc
# ajP6SckaZr2w8JgZ9wPRrGkEnts+MTk/6O/qTwuljbxj+GzaAuT7beJ6uVQMTAhj
# wvXC9ZCe+WnH4KBvOfb789M9wRD0VQLO3d4ejYm7z7dxjgpO/YTbMIFGcG/GO8Np
# /rS9EVpXlNX37x4pR4U7i/SkMtl/a5XyIdd8toSSfrmOODc7pzqmE+YM0F1nj+/U
# Hb/Zkl2A72OW7NRRZ0h2UL1qJ10NYc0WUb3YOE4/zLjSSt1LVDDH4a8qiRR/ooF4
# 7W3Xp9BZAhxO/fvWOdrv4oC73udJcxN38yRkSx8tO4oZiwMhAnNtZNMVNcib6XpL
# 1QQQDVEAvjnOElStYlFqbetaoknGkQ+QmIkr2SXDwpKaoFn1H6IWi0rvR5/2FjWV
# Ps7sLmGVtgZixLLNZYNp9F3CZ69UpXLE0jUxnA75VOfm8wKQJIU=
# =BVE/
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu Mar 5 17:47:12 2026 GMT
# gpg: using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
# gpg: aka "Daniel P. Berrange <berrange@redhat.com>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E 8E3F BE86 EBB4 1510 4FDF
* tag 'next-pr-pull-request' of https://gitlab.com/berrange/qemu: (27 commits)
util/oslib-posix: increase memprealloc thread count to 32
scripts/checkpatch: Fix MAINTAINERS update warning with --terse
util: fix interleaving of error prefixes
util: don't skip error prefixes when QMP is active
util: fix interleaving of error & trace output
monitor: move error_vprintf back to error-report.c
monitor: refactor error_vprintf()
monitor: remove redundant error_[v]printf_unless_qmp
ui: remove redundant use of error_printf_unless_qmp()
ui: add proper error reporting for password changes
util/log: add missing error reporting in qemu_log_trylock_with_err
util: avoid repeated prefix on incremental qemu_log calls
util: introduce some API docs for logging APIs
util: add API to fetch the current thread name
util: set the name for the 'main' thread on Windows
audio: make jackaudio use qemu_thread_set_name
util: expose qemu_thread_set_name
util: fix race setting thread name on Win32
system: unconditionally enable thread naming
monitor: initialize global data from a constructor
...
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>