mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
* rust: fix issues in bits crate * rust: replace bilge dependency with bitfield-struct * rust: update build system for Meson 1.12.0 * serial: fix hot-unplug issue * target/i386: emulate: simplify flags conversion and storage * target/i386: tcg: small fixes * target/i386: mshv: complete migration support * target/i386: sev: add support for SEV features * target/i386: whpx: bugfixes -----BEGIN PGP SIGNATURE----- iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmqGq8wUHHBib256aW5p QHJlZGhhdC5jb20ACgkQv/vSX3jHroPWBwf6A4w91Tr+mxm3fjcbr/KjVqFnX45k qG8l8+60WlA+YY4lUUCJHc4CtPPH9hinOKgm8yGjPdbFrpdcJgQPor4IUgIHnTGu Bjceu5k6wlqR7DRetF0TD+NWC2BCkTtbmFcivLd5Ua/vqZVP5j+CITP3t7v5AiuG +jEHPTqdk/RMhPdsXcFBl+WditIGNz1/R+pxMKGYfOxF9rQ86sSLd/y2cWrAYNnc bO5s8vBxxoNNSxt8qt48aU4gGKvBajpvVQy4/6bPoSs1Z9fwCyCWkQleYSBcBAyn 3VTRAoift8j/xEgyOtXVdsviIeaUCE4S0aUGso+TMlA+SwEwSi20P917pg== =OXwa -----END PGP SIGNATURE----- Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging * dockerfiles: cleanup, update CentOS 9 container to Python 3.11 * rust: fix issues in bits crate * rust: replace bilge dependency with bitfield-struct * rust: update build system for Meson 1.12.0 * serial: fix hot-unplug issue * target/i386: emulate: simplify flags conversion and storage * target/i386: tcg: small fixes * target/i386: mshv: complete migration support * target/i386: sev: add support for SEV features * target/i386: whpx: bugfixes # -----BEGIN PGP SIGNATURE----- # # iQFIBAABCgAyFiEE8TM4V0tmI4mGbHaCv/vSX3jHroMFAmqGq8wUHHBib256aW5p # QHJlZGhhdC5jb20ACgkQv/vSX3jHroPWBwf6A4w91Tr+mxm3fjcbr/KjVqFnX45k # qG8l8+60WlA+YY4lUUCJHc4CtPPH9hinOKgm8yGjPdbFrpdcJgQPor4IUgIHnTGu # Bjceu5k6wlqR7DRetF0TD+NWC2BCkTtbmFcivLd5Ua/vqZVP5j+CITP3t7v5AiuG # +jEHPTqdk/RMhPdsXcFBl+WditIGNz1/R+pxMKGYfOxF9rQ86sSLd/y2cWrAYNnc # bO5s8vBxxoNNSxt8qt48aU4gGKvBajpvVQy4/6bPoSs1Z9fwCyCWkQleYSBcBAyn # 3VTRAoift8j/xEgyOtXVdsviIeaUCE4S0aUGso+TMlA+SwEwSi20P917pg== # =OXwa # -----END PGP SIGNATURE----- # gpg: Signature made Thu 20 Aug 2026 12:25:00 AM PDT # gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83 # gpg: issuer "pbonzini@redhat.com" # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [unknown] # gpg: aka "Paolo Bonzini <pbonzini@redhat.com>" [unknown] # gpg: WARNING: The key's User ID is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # 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: (53 commits) rust: remove bilge crate rust: pl011: switch from bilge to bitfield-struct rust: update Cargo dependencies scripts: remove now dead parts of rustc_args.py docs: rust: update for new-style build rules rust: use meson automatic parsing of Cargo.toml meson: use compiler_target() to get rustc target rust: switch to autogenerated meson rules rust: switch to cargo subprojects rust: update Cargo.lock rust/bits: Use checked_ilog2() in Binary::format to avoid panic rust/bits: Align SubAssign behavior with Sub python, meson: update meson required for Rust to 1.12.0 dockerfiles: update CentOS Stream 9 to Python 3.11, Meson to 1.12 dockerfiles: remove packages required by Avocado meson: make linker warnings non-fatal on Linux serial: clear transmit retry callback on unrealize whpx: i386: inject back db whpx: i386: work around Hyper-V FP state oddities whpx: i386: synchronise PAT too ... Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
||
|---|---|---|
| .. | ||
| migration | ||
| testing | ||
| atomics.rst | ||
| bitops.rst | ||
| block-coroutine-wrapper.rst | ||
| build-environment.rst | ||
| build-system.rst | ||
| clocks.rst | ||
| code-of-conduct.rst | ||
| code-provenance.rst | ||
| codebase.rst | ||
| conflict-resolution.rst | ||
| control-flow-integrity.rst | ||
| crypto.rst | ||
| decodetree.rst | ||
| docs.rst | ||
| ebpf_rss.rst | ||
| hexagon-l2vic.rst | ||
| hexagon-sys.rst | ||
| index-api.rst | ||
| index-build.rst | ||
| index-internals.rst | ||
| index-process.rst | ||
| index-tcg.rst | ||
| index.rst | ||
| kconfig.rst | ||
| loads-stores.rst | ||
| lockcnt.rst | ||
| luks-detached-header.rst | ||
| maintainers.rst | ||
| memory.rst | ||
| modules.rst | ||
| multi-process.rst | ||
| multi-thread-tcg.rst | ||
| multiple-iothreads.rst | ||
| pci.rst | ||
| qapi-code-gen.rst | ||
| qapi-domain.rst | ||
| qdev-api.rst | ||
| qom-api.rst | ||
| qom.rst | ||
| rcu.rst | ||
| replay.rst | ||
| reset.rst | ||
| rust.rst | ||
| s390-cpu-topology.rst | ||
| s390-dasd-ipl.rst | ||
| secure-coding-practices.rst | ||
| ssi.rst | ||
| stable-process.rst | ||
| style.rst | ||
| submitting-a-patch.rst | ||
| submitting-a-pull-request.rst | ||
| tcg-icount.rst | ||
| tcg-ops.rst | ||
| tcg-plugins.rst | ||
| tcg.rst | ||
| tracing.rst | ||
| trivial-patches.rst | ||
| uefi-vars.rst | ||
| ui.rst | ||
| vfio-iommufd.rst | ||
| vfio-mdpy.rst | ||
| virtio-backends.rst | ||
| writing-monitor-commands.rst | ||
| zoned-storage.rst | ||