]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
Merge tag 'linux-user-next-pull-request' of https://github.com/hdeller/qemu-hppa...
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 30 Apr 2026 14:33:15 +0000 (10:33 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 30 Apr 2026 14:33:15 +0000 (10:33 -0400)
Pull request for linux-user

Please pull 4 fixes for the linux-user target.
Two patches fix open bug reports regarding return error codes and allowed parameters.
One adds missing CDROM ioctls (and fixes a few), and the last patch is a leftover
from the previous pull request and helps flushing error strings at exit.

# -----BEGIN PGP SIGNATURE-----
#
# iHUEABYKAB0WIQS86RI+GtKfB8BJu973ErUQojoPXwUCafMCcAAKCRD3ErUQojoP
# XxaVAPsEXGQiK8DSTXx6h0FQ8wUkhCTOXCECVTjydYhk2kA0BwD+PXXBaODFLJwR
# b2Mtt0A7il8W5Iclvy/FCa6Pkm9vFw4=
# =zPZb
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 30 Apr 2026 03:19:12 EDT
# gpg:                using EDDSA key BCE9123E1AD29F07C049BBDEF712B510A23A0F5F
# gpg: Good signature from "Helge Deller <deller@gmx.de>" [unknown]
# gpg:                 aka "Helge Deller <deller@kernel.org>" [unknown]
# gpg:                 aka "Helge Deller <deller@debian.org>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 4544 8228 2CD9 10DB EF3D  25F8 3E5F 3D04 A7A2 4603
#      Subkey fingerprint: BCE9 123E 1AD2 9F07 C049  BBDE F712 B510 A23A 0F5F

* tag 'linux-user-next-pull-request' of https://github.com/hdeller/qemu-hppa:
  linux-user: Translate errno in IP_RECVERR and IPV6_RECVERR
  linux-user: Allow getsockopt() with NULL optval address
  linux-user: Flush errors by using exit() instead of _exit() in error path
  linux-user: Add missing CDROM ioctls

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>

Trivial merge