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/scripts
Stefan Hajnoczi 96215036f4 * futex: support Windows
* qemu-thread: Avoid futex abstraction for non-Linux
 * migration, hw/display/apple-gfx: replace QemuSemaphore with QemuEvent
 * rust: bindings for Error
 * hpet, rust/hpet: return errors from realize if properties are incorrect
 * rust/hpet: Drop BqlCell wrapper for num_timers
 * target/i386: Emulate ftz and denormal flag bits correctly
 * i386/kvm: Prefault memory on page state change
 -----BEGIN PGP SIGNATURE-----
 
 iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmhC4AgUHHBib256aW5p
 QHJlZGhhdC5jb20ACgkQv/vSX3jHroP09wf+K9e0TaaZRxTsw7WU9pXsDoYPzTLd
 F5CkBZPY770X1JW75f8Xw5qKczI0t6s26eFK1NUZxYiDVWzW/lZT6hreCUQSwzoS
 b0wlAgPW+bV5dKlKI2wvnadrgDvroj4p560TS+bmRftiu2P0ugkHHtIJNIQ+byUQ
 sWdhKlUqdOXakMrC4H4wDyIgRbK4CLsRMbnBHBUENwNJYJm39bwlicybbagpUxzt
 w4mgjbMab0jbAd2hVq8n+A+1sKjrroqOtrhQLzEuMZ0VAwocwuP2Adm6gBu9kdHV
 tpa8RLopninax3pWVUHnypHX780jkZ8E7zk9ohaaK36NnWTF4W/Z41EOLw==
 =Vs6V
 -----END PGP SIGNATURE-----

Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging

* futex: support Windows
* qemu-thread: Avoid futex abstraction for non-Linux
* migration, hw/display/apple-gfx: replace QemuSemaphore with QemuEvent
* rust: bindings for Error
* hpet, rust/hpet: return errors from realize if properties are incorrect
* rust/hpet: Drop BqlCell wrapper for num_timers
* target/i386: Emulate ftz and denormal flag bits correctly
* i386/kvm: Prefault memory on page state change

# -----BEGIN PGP SIGNATURE-----
#
# iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmhC4AgUHHBib256aW5p
# QHJlZGhhdC5jb20ACgkQv/vSX3jHroP09wf+K9e0TaaZRxTsw7WU9pXsDoYPzTLd
# F5CkBZPY770X1JW75f8Xw5qKczI0t6s26eFK1NUZxYiDVWzW/lZT6hreCUQSwzoS
# b0wlAgPW+bV5dKlKI2wvnadrgDvroj4p560TS+bmRftiu2P0ugkHHtIJNIQ+byUQ
# sWdhKlUqdOXakMrC4H4wDyIgRbK4CLsRMbnBHBUENwNJYJm39bwlicybbagpUxzt
# w4mgjbMab0jbAd2hVq8n+A+1sKjrroqOtrhQLzEuMZ0VAwocwuP2Adm6gBu9kdHV
# tpa8RLopninax3pWVUHnypHX780jkZ8E7zk9ohaaK36NnWTF4W/Z41EOLw==
# =Vs6V
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri 06 Jun 2025 08:33:12 EDT
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* tag 'for-upstream' of https://gitlab.com/bonzini/qemu: (31 commits)
  tests/tcg/x86_64/fma: add test for exact-denormal output
  target/i386: Wire up MXCSR.DE and FPUS.DE correctly
  target/i386: Use correct type for get_float_exception_flags() values
  target/i386: Detect flush-to-zero after rounding
  hw/display/apple-gfx: Replace QemuSemaphore with QemuEvent
  migration/postcopy: Replace QemuSemaphore with QemuEvent
  migration/colo: Replace QemuSemaphore with QemuEvent
  migration: Replace QemuSemaphore with QemuEvent
  qemu-thread: Document QemuEvent
  qemu-thread: Use futex if available for QemuLockCnt
  qemu-thread: Use futex for QemuEvent on Windows
  qemu-thread: Avoid futex abstraction for non-Linux
  qemu-thread: Replace __linux__ with CONFIG_LINUX
  futex: Support Windows
  futex: Check value after qemu_futex_wait()
  i386/kvm: Prefault memory on page state change
  rust: make TryFrom macro more resilient
  docs: update Rust module status
  rust/hpet: Drop BqlCell wrapper for num_timers
  rust/hpet: return errors from realize if properties are incorrect
  ...

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
1 day ago
..
ci lcitool: use newer Rust for Debian and Ubuntu 1 month ago
coccinelle hw: Define new device_class_set_legacy_reset() 9 months ago
codeconverter qom: Make InterfaceInfo[] uses const 1 month ago
coverage
coverity-scan include: Rename sysemu/ -> system/ 6 months ago
kvm target/i386: enumerate VMX nested-exception support 1 year ago
modules
oss-fuzz fuzz: disable leak-detection for oss-fuzz builds 1 year ago
performance scripts/: spelling fixes 2 years ago
qapi qapi: delete un-needed python static analysis configs 2 days ago
qemu-guest-agent qemu-ga: Optimize freeze-hook script logic of logging error 5 months ago
qemugdb scripts/qemu-gdb: Support coroutine dumps in coredumps 4 months ago
qmp
rust rust: use native Meson support for clippy and rustdoc 4 days ago
simplebench scripts/: spelling fixes 2 years ago
tracetool trace/simple: seperate hot paths of tracing fucntions 5 days ago
analyse-9p-simpletrace.py
analyse-locks-simpletrace.py scripts/analyse-locks-simpletrace.py: changed iteritems() to items() 2 years ago
analyze-inclusions include/system: Move exec/memory.h to system/memory.h 2 months ago
analyze-migration.py migration: Add MIG_CMD_SWITCHOVER_START and its load handler 3 months ago
archive-source.sh subprojects: add the foreign crate 2 days ago
block-coroutine-wrapper.py block-coroutine-wrapper: use qemu_get_current_aio_context() 1 year ago
check_sparse.py
checkpatch.pl scripts/checkpatch.pl: mandate SPDX tag for Rust src files 2 weeks ago
clean-header-guards.pl
clean-includes include: Rename sysemu/ -> system/ 6 months ago
cleanup-trace-events.pl
cocci-macro-file.h win32: remove usage of attribute gcc_struct 5 months ago
compare-machine-types.py scripts: add script to compare compatibility properties 1 year ago
cpu-x86-uarch-abi.py scripts: drop comment about autogenerated CPU API file 1 year ago
decodetree.py tests/decode: Suppress "error: " string for expected-failure tests 2 years ago
device-crash-test python/qemu: rename command() to cmd() 2 years ago
disas-objdump.pl
dump-guest-memory.py
entitlement.sh
extract-vsssdk-headers
feature_to_c.py gdbstub: Add members to identify registers to GDBFeature 1 year ago
fix-multiline-comments.sh
get_maintainer.pl scripts/get_maintainer.pl: don't print parentheses 2 years ago
git-submodule.sh scripts/git-submodule.sh: Don't rely on non-POSIX 'read' behaviour 2 years ago
git.orderfile
hxtool
kernel-doc license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 9 months ago
make-config-poison.sh
make-release subprojects: add the foreign crate 2 days ago
meson-buildoptions.py scripts: dump stdin on meson-buildoptions error 3 months ago
meson-buildoptions.sh meson: drop --enable-avx* options 4 weeks ago
meson.build scripts: add a XML preprocessor script 2 years ago
minikconf.py minikconf: print error entirely on stderr 8 months ago
modinfo-collect.py modinfo: lookup compile_commands.json by object 4 weeks ago
modinfo-generate.py
mtest2make.py tests/qtest: add TIMEOUT_MULTIPLIER 6 months ago
nsis.py Fix objdump output parser in "nsis.py" 2 months ago
probe-gdb-support.py testing: Enhance gdb probe script 8 months ago
python_qmp_updater.py scripts: add python_qmp_updater.py 2 years ago
qapi-gen.py
qcow2-to-stdout.py scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout 3 months ago
qemu-binfmt-conf.sh binfmt: Add --ignore-family option 3 months ago
qemu-gdb.py scripts/qemu-gdb: Always do full stack dump for python errors 4 months ago
qemu-plugin-symbols.py plugins: detect qemu plugin API symbols from header 6 months ago
qemu-stamp.py
qemu-trace-stap scripts: improve error from qemu-trace-stap on missing 'stap' 4 months ago
qemu-version.sh
qom-cast-macro-clean-cocci-gen.py licenses: Remove SPDX tags not being license identifier for Linaro 4 months ago
rdma-migration-helper.sh qtest/migration/rdma: Add test for rdma migration with ipv6 3 weeks ago
refresh-pxe-roms.sh
render_block_graph.py python/qemu: rename command() to cmd() 2 years ago
replay-dump.py tests/avocado: excercise scripts/replay-dump.py in replay tests 10 months ago
shaderinclude.py
signrom.py
simpletrace.py simpletrace: added simplified Analyzer2 class 2 years ago
symlink-install-tree.py scripts/symlink-install-tree.py: Fix MESONINTROSPECT parsing 7 months ago
tracetool.py tracetool: remove redundant --target-type / --target-name args 1 year ago
u2f-setup-gen.py
undefsym.py
update-linux-headers.sh linux-header: update-linux-header script changes 4 weeks ago
update-mips-syscall-args.sh
update-syscalltbl.sh linux-user,loongarch: move to syscalltbl file 9 months ago
userfaultfd-wrlat.py
vmstate-static-checker.py scripts/vmstate-static-checker.py: Add new hpet entry for num_timers 3 weeks ago
xen-detect.c xen: Drop support for Xen versions below 4.7.1 2 years ago
xml-preprocess-test.py scripts: add a XML preprocessor script 2 years ago
xml-preprocess.py scripts/xml-preprocess: Make sure this script is invoked via the right Python 2 years ago