[PULL 0/5] Misc fixes patches

Daniel P. Berrangé posted 5 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107190817.1607710-1-berrange@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
There is a newer version of this series
MAINTAINERS                  | 2 +-
audio/wavaudio.c             | 4 ++++
crypto/rsakey-builtin.c.inc  | 8 ++------
io/net-listener.c            | 4 +---
scripts/cpu-x86-uarch-abi.py | 4 ++--
5 files changed, 10 insertions(+), 12 deletions(-)
[PULL 0/5] Misc fixes patches
Posted by Daniel P. Berrangé 1 year ago
The following changes since commit 462ad017ed76889d46696a3581e1b52343f9b683:

  Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging (2023-11-07 19:00:03 +0800)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-fixes-pull-request

for you to fetch changes up to 3e7ebf58e808afb422e5000bbf77dc4aa88dd6e6:

  scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd (2023-11-07 16:45:18 +0000)

----------------------------------------------------------------
 * Print error with f32 audio format in wav backend instead of abort
 * Drop redundant listener name suffix
 * Update libvirt mailing list address
 * Cleanup RSA key error paths
 * Fix CPU uarch ABI script QMP command calling

----------------------------------------------------------------

Daniel P. Berrangé (2):
  audio: don't abort on f32 audio format in wav backend
  MAINTAINERS: update libvirt devel mailing list address

Fabiano Rosas (1):
  io: Stop appending -listen to net listeners

Markus Armbruster (1):
  crypto/rsakey-builtin.c.inc: Clean up two error paths

Zhao Liu (1):
  scripts/cpu-x86-uarch-abi.py: Fix parameter error of cmd

 MAINTAINERS                  | 2 +-
 audio/wavaudio.c             | 4 ++++
 crypto/rsakey-builtin.c.inc  | 8 ++------
 io/net-listener.c            | 4 +---
 scripts/cpu-x86-uarch-abi.py | 4 ++--
 5 files changed, 10 insertions(+), 12 deletions(-)

-- 
2.41.0


Re: [PULL 0/5] Misc fixes patches
Posted by Stefan Hajnoczi 1 year ago
Applied, thanks.

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