You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/bsd-user
Stefan Hajnoczi 019fbfa4bc Miscellaneous patches for 2025-04-24
-----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmgJ7dYSHGFybWJydUBy
 ZWRoYXQuY29tAAoJEDhwtADrkYZTiZIP/1PFAg/s3SoiLQwH/ZrjyUkm1kiKnjOH
 CC5Stw6I9tuYnDAhASAdSymofLv0NNydNe5ai6ZZAWRyRYjIcfNigKAGK4Di+Uhe
 nYxT0Yk8hNGwMhl6NnBp4mmCUNCwcbjT9uXdiYQxFYO/qqYR1388xJjeN3c362l3
 AaLrE5bX5sqa6TAkTeRPjeIqxlyGT7jnCrN7I1hMhDvbc3ITF3AMfYFMjnmAQgr+
 mTWGS1QogqqkloODbR1DKD1CAWOlpK+0HibhNF+lz71P0HlwVvy+HPXso505Wf0B
 dMwlSrZ1DnqNVF/y5IhMEMslahKajbjbFVhBjmrGl/8T821etCxxgB20c0vyFRy8
 qTyJGwBZaEo0VWr70unSmq45TRoeQvdHAw/e+GtilR0ci80q2ly4gbObnw7L8le+
 gqZo4IWmrwp2sbPepE57sYKQpEndwbRayf/kcFd0LPPpeINu9ZooXkYX0pOo6Cdg
 vDKMaEB1/fmPhjSlknxkKN9LZdR+nDw8162S1CKsUdWanAOjmP8haN19aoHhIekZ
 q+r2qUq/U827yNy9/qbInmsoFYDz9s6sAOE63jibd5rZZ9Anei6NOSgLzA4CqCR1
 +d0+TXp19gP9mLMFs7/ZclwkXCz47OQYhXYphjI3wM9x+xbdRcI4n+DOH5u5coKx
 AsA6+2n0GF4Y
 =GaoH
 -----END PGP SIGNATURE-----

Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging

Miscellaneous patches for 2025-04-24

# -----BEGIN PGP SIGNATURE-----
#
# iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmgJ7dYSHGFybWJydUBy
# ZWRoYXQuY29tAAoJEDhwtADrkYZTiZIP/1PFAg/s3SoiLQwH/ZrjyUkm1kiKnjOH
# CC5Stw6I9tuYnDAhASAdSymofLv0NNydNe5ai6ZZAWRyRYjIcfNigKAGK4Di+Uhe
# nYxT0Yk8hNGwMhl6NnBp4mmCUNCwcbjT9uXdiYQxFYO/qqYR1388xJjeN3c362l3
# AaLrE5bX5sqa6TAkTeRPjeIqxlyGT7jnCrN7I1hMhDvbc3ITF3AMfYFMjnmAQgr+
# mTWGS1QogqqkloODbR1DKD1CAWOlpK+0HibhNF+lz71P0HlwVvy+HPXso505Wf0B
# dMwlSrZ1DnqNVF/y5IhMEMslahKajbjbFVhBjmrGl/8T821etCxxgB20c0vyFRy8
# qTyJGwBZaEo0VWr70unSmq45TRoeQvdHAw/e+GtilR0ci80q2ly4gbObnw7L8le+
# gqZo4IWmrwp2sbPepE57sYKQpEndwbRayf/kcFd0LPPpeINu9ZooXkYX0pOo6Cdg
# vDKMaEB1/fmPhjSlknxkKN9LZdR+nDw8162S1CKsUdWanAOjmP8haN19aoHhIekZ
# q+r2qUq/U827yNy9/qbInmsoFYDz9s6sAOE63jibd5rZZ9Anei6NOSgLzA4CqCR1
# +d0+TXp19gP9mLMFs7/ZclwkXCz47OQYhXYphjI3wM9x+xbdRcI4n+DOH5u5coKx
# AsA6+2n0GF4Y
# =GaoH
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu 24 Apr 2025 03:52:54 EDT
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru:
  cleanup: Drop pointless label at end of function
  cleanup: Drop pointless return at end of function
  cleanup: Re-run return_directly.cocci

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2 days ago
..
aarch64 user: Declare cpu_loop() once in 'user/cpu_loop.h' 4 months ago
arm user: Declare cpu_loop() once in 'user/cpu_loop.h' 4 months ago
freebsd bsd-user: Simplify the implementation of execve 9 months ago
host bsd-user: Catch up with sys/param.h requirement for machine/pmap.h 3 years ago
i386 user: Declare cpu_loop() once in 'user/cpu_loop.h' 4 months ago
include user: move common-user includes to a subdirectory of {bsd,linux}-user/ 3 years ago
netbsd exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' 1 year ago
openbsd exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' 1 year ago
riscv user: Declare cpu_loop() once in 'user/cpu_loop.h' 4 months ago
x86_64 user: Declare cpu_loop() once in 'user/cpu_loop.h' 4 months ago
bsd-file.h {linux,bsd}-user: Introduce get_task_state() 1 year ago
bsd-mem.c bsd-user: Implement shmid_ds conversion between host and target. 2 years ago
bsd-mem.h include/exec: Split out mmap-lock.h 3 days ago
bsd-proc.c bsd-user: Get number of cpus. 2 years ago
bsd-proc.h accel: Introduce AccelClass::cpu_common_[un]realize 2 years ago
bsdload.c
elfcore.c
elfload.c exec/cpu-all: remove BSWAP_NEEDED 1 month ago
errno_defs.h bsd-user: spelling fixes 2 years ago
main.c gdbstub: Allow late attachment 2 months ago
meson.build plugins/api: split out binary path/start/end/entry code 2 months ago
mmap.c include/exec: Split out mmap-lock.h 3 days ago
plugin-api.c plugins/api: split out binary path/start/end/entry code 2 months ago
qemu-bsd.h bsd-user: Declarations for ipc_perm and shmid_ds conversion functions 2 years ago
qemu.h exec: Restrict 'cpu_ldst.h' to accel/tcg/ 3 days ago
signal-common.h user: Introduce user/signal.h 2 months ago
signal.c cleanup: Drop pointless return at end of function 2 days ago
strace.c exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h' 1 year ago
syscall_defs.h bsd-user: Implment madvise(2) to match the linux-user implementation. 2 years ago
trace-events trace-events: Fix the name of the tracing.rst file 2 years ago
trace.h bsd-user: Add trace events for bsd-user 3 years ago
uaccess.c