[PULL 0/5] Miscellaneous patches for 2026-05-05

Markus Armbruster posted 5 patches 3 weeks, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260505115036.1170186-1-armbru@redhat.com
Maintainers: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Eric Blake <eblake@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>
docs/about/deprecated.rst |  5 +++++
qapi/accelerator.json     |  8 +++++++-
include/qapi/error.h      |  3 ++-
system/qdev-monitor.c     | 12 ++++++++++--
util/error-report.c       | 32 ++++++++++++++++++++++----------
util/qemu-print.c         | 14 ++++++++++----
6 files changed, 56 insertions(+), 18 deletions(-)
[PULL 0/5] Miscellaneous patches for 2026-05-05
Posted by Markus Armbruster 3 weeks, 4 days ago
The following changes since commit ac0cc20ad2fe0b8df2e5d9458e90a095ac711ab1:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-05-01 14:41:49 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/armbru.git tags/pull-misc-2026-05-05

for you to fetch changes up to 8dc8f7b5bc755227c72eb74aa332e7a6bbb90066:

  qdev-monitor: Fix qdev ID validation regression (2026-05-05 12:52:26 +0200)

----------------------------------------------------------------
Miscellaneous patches for 2026-05-05

----------------------------------------------------------------
Markus Armbruster (5):
      hw/core: Deprecate query-kvm
      error: Fix "to current monitor if we have one" comments
      error: Restore error_printf()'s function comment
      qemu-print: Document qemu_fprintf(), qemu_vfprintf() failure
      qdev-monitor: Fix qdev ID validation regression

 docs/about/deprecated.rst |  5 +++++
 qapi/accelerator.json     |  8 +++++++-
 include/qapi/error.h      |  3 ++-
 system/qdev-monitor.c     | 12 ++++++++++--
 util/error-report.c       | 32 ++++++++++++++++++++++----------
 util/qemu-print.c         | 14 ++++++++++----
 6 files changed, 56 insertions(+), 18 deletions(-)

-- 
2.54.0
Re: [PULL 0/5] Miscellaneous patches for 2026-05-05
Posted by Philippe Mathieu-Daudé 3 weeks, 4 days ago
Hi Markus,

On 5/5/26 13:50, Markus Armbruster wrote:
> The following changes since commit ac0cc20ad2fe0b8df2e5d9458e90a095ac711ab1:
> 
>    Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2026-05-01 14:41:49 -0400)
> 
> are available in the Git repository at:
> 
>    https://repo.or.cz/qemu/armbru.git tags/pull-misc-2026-05-05
> 
> for you to fetch changes up to 8dc8f7b5bc755227c72eb74aa332e7a6bbb90066:
> 
>    qdev-monitor: Fix qdev ID validation regression (2026-05-05 12:52:26 +0200)
> 
> ----------------------------------------------------------------
> Miscellaneous patches for 2026-05-05
> 
> ----------------------------------------------------------------
> Markus Armbruster (5):
>        hw/core: Deprecate query-kvm
>        error: Fix "to current monitor if we have one" comments
>        error: Restore error_printf()'s function comment
>        qemu-print: Document qemu_fprintf(), qemu_vfprintf() failure
>        qdev-monitor: Fix qdev ID validation regression

My single-binary pull request is blocked since you said you wanted to
have a look at this series:
https://lore.kernel.org/qemu-devel/20260427080738.77138-1-philmd@linaro.org/
Re: [PULL 0/5] Miscellaneous patches for 2026-05-05
Posted by Stefan Hajnoczi 3 weeks, 3 days ago
Applied, thanks.

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