]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2025-09-17  Xiaoyao Liaccel/kvm: Set guest_memfd_offset to non-zero value...
2025-09-17  Xiaoyao Liaccel/kvm: Zero out mem explicitly in kvm_set_user_memo...
2025-09-17  Xiaoyao Liaccel/kvm: Switch to check KVM_CAP_GUEST_MEMFD and...
2025-09-17  Xiaoyao Lii386/kvm: Drop KVM_CAP_X86_SMM check in kvm_arch_init()
2025-09-17  Xiaoyao Limultiboot: Fix the split lock
2025-09-17  Xiaoyao Litarget/i386: Define enum X86ASIdx for x86's address...
2025-09-17  Xiaoyao Lii386/cpu: Enable SMM cpu address space under KVM
2025-09-17  Igor Mammedovhpet: guard IRQ handling with BQL
2025-09-17  Paolo Bonzinirust: do not inline do_init_io
2025-09-17  Paolo Bonzinirust: meson: remove unnecessary complication in device...
2025-09-17  Marc-André... docs: update rust.rst
2025-09-17  Marc-André... rust: re-export qemu macros from common/qom/hwcore
2025-09-17  Marc-André... rust: re-export qemu_macros internal helper in "bits"
2025-09-17  Marc-André... rust: repurpose qemu_api -> tests
2025-09-17  Marc-André... rust/pl011: drop dependency on qemu_api
2025-09-17  Marc-André... rust/hpet: drop now unneeded qemu_api dep
2025-09-17  Marc-André... rust: rename qemu_api_macros -> qemu_macros
2025-09-17  Marc-André... rust: split "hwcore" crate
2025-09-17  Marc-André... rust: split "system" crate
2025-09-17  Marc-André... rust: split "chardev" crate
2025-09-17  Marc-André... rust: split "qom" crate
2025-09-17  Marc-André... rust: split "bql" crate
2025-09-17  Marc-André... rust: split "migration" crate
2025-09-17  Marc-André... rust: split "util" crate
2025-09-17  Marc-André... rust: make build.rs generic over various ./rust/projects
2025-09-17  Marc-André... rust: split Rust-only "common" crate
2025-09-17  Marc-André... rust: move Cell vmstate impl
2025-09-17  Marc-André... rust: move VMState handling to QOM module
2025-09-17  Marc-André... rust: move vmstate_clock!() to qdev module
2025-09-17  Marc-André... rust: add workspace authors
2025-09-17  Marc-André... rust: remove unused global qemu "allocator"
2025-09-17  Marc-André... docs/rust: update msrv
2025-09-17  Paolo Bonzinirust: qdev: const_refs_to_static
2025-09-17  Paolo Bonzinirust: vmstate: use const_refs_to_static
2025-09-17  Zhao Liurust: vmstate: convert to use builder pattern
2025-09-17  Manos Pitsidianakisrust: add qdev Device derive macro
2025-09-17  Paolo Bonzinirust: use inline const expressions
2025-09-17  Paolo Bonzinirust: add missing const markers for MSRV==1.83.0
2025-09-17  Paolo Bonzinimeson, cargo: require Rust 1.83.0
2025-09-17  Paolo Bonziniconfigure: bump Meson to 1.9.0 for use with Rust
2025-09-17  Paolo Bonzinici: temporarily remove rust from Ubuntu
2025-09-17  Paolo Bonzinitcg/user: do not set exit_request gratuitously
2025-09-17  Paolo Bonziniaccel: make all calls to qemu_process_cpu_events look...
2025-09-17  Paolo Bonzinicpus: clear exit_request in qemu_process_cpu_events
2025-09-17  Paolo Bonzinibsd-user, linux-user: introduce qemu_process_cpu_events
2025-09-17  Paolo Bonzinitreewide: rename qemu_wait_io_event/qemu_wait_io_event_...
2025-09-17  Paolo Bonzinicpus: properly kick CPUs out of inner execution loop
2025-09-17  Paolo Bonzinicpus: remove TCG-ism from cpu_exit()
2025-09-17  Paolo Bonziniaccel/tcg: inline cpu_exit()
2025-09-17  Paolo Bonziniaccel/tcg: create a thread-kick function for TCG
2025-09-17  Paolo Bonziniaccel: use atomic accesses for exit_request
2025-09-17  Paolo Bonziniaccel: use store_release/load_acquire for cross-thread...
2025-09-17  Paolo Bonzinicpus: document that qemu_cpu_kick() can be used for...
2025-09-17  Paolo Bonzinicpu-common: use atomic access for interrupt_request
2025-09-17  Paolo Bonzinitreewide: clear bits of cs->interrupt_request with...
2025-09-17  Paolo Bonziniuser-exec: remove cpu_interrupt() stub
2025-09-17  Paolo Bonzinitarget-arm: remove uses of cpu_interrupt() for user...
2025-09-17  Paolo Bonzinitarget/i386: limit a20 to system emulation
2025-09-17  Paolo Bonzinitarget/sparc: limit cpu_check_irqs to system emulation
2025-09-17  Paolo Bonzinitarget/ppc: limit cpu_interrupt_exittb to system emulation
2025-09-16  Richard HendersonMerge tag 'pull-misc-20250916' of https://gitlab.com...
2025-09-16  Richard HendersonMerge tag 'python-pull-request' of https://gitlab.com...
2025-09-16  Richard HendersonMerge tag 'mem-staging-pull-request' of https://gitlab...
2025-09-16  Alex Bennée.gitmodules: move u-boot mirrors to qemu-project-mirrors
2025-09-16  Richard Hendersontests/functional/x86_64: Accept a few locked pages...
2025-09-15  Daniel P. Berrangéiotests/check: always enable all python warnings
2025-09-15  Daniel P. Berrangéiotests/151: ensure subprocesses are cleaned up
2025-09-15  Daniel P. Berrangéiotests/147: ensure temporary sockets are closed before...
2025-09-15  Daniel P. Berrangépython: ensure QEMUQtestProtocol closes its socket
2025-09-15  Daniel P. Berrangéiotests: drop compat for old version context manager
2025-09-15  John Snowpython: synchronize qemu.qmp documentation
2025-09-15  John Snowpython: backport 'avoid creating additional event loops...
2025-09-15  John Snowpython: backport 'Remove deprecated get_event_loop...
2025-09-15  John Snowpython: backport 'qmp-tui: Do not crash if optional...
2025-09-15  John Snowpython: backport 'qmp-shell-wrap: handle missing binary...
2025-09-15  John Snowpython: backport 'make require() preserve async-ness'
2025-09-15  Adam Dorseypython: backport 'feat: allow setting read buffer limit'
2025-09-15  John Snowpython: backport 'qmp-shell: add common_parser()'
2025-09-15  John Snowpython: backport 'Use @asynciocontextmanager'
2025-09-15  John Snowpython: backport 'drop Python3.6 workarounds'
2025-09-15  John Snowpython: backport 'protocol: adjust logging name when...
2025-09-15  John Snowpython: backport 'kick event queue on legacy event_pull()'
2025-09-15  John Snowpython: backport 'EventListener: add __repr__ method'
2025-09-15  John Snowpython: backport 'Change error classes to have better...
2025-09-15  Peter Xumemory: Fix leaks due to owner-shared MRs circular...
2025-09-15  Peter Xumemory: Fix addr/len for flatview_access_allowed()
2025-09-11  Peter MaydellMerge tag 'pull-request-2025-09-09' of https://gitlab...
2025-09-11  Peter MaydellMerge tag 'pull-vfio-20250908' of https://github.com...
2025-09-11  Thomas Huthtests/functional/aarch64: Fix assets of test_hotplug_pci
2025-09-09  Daniel P. Berrangétests/functional: purge scratch dir on test startup
2025-09-09  Daniel P. Berrangétests/functional: avoid tearDown failure when QEMU...
2025-09-09  Daniel P. Berrangétests/functional: avoid duplicate messages on failures
2025-09-09  Daniel P. Berrangétests/functional: fix infinite loop on console EOF
2025-09-09  John Levontests/functional: add vm param to cmd.py helpers
2025-09-09  John Levontests/functional: return output from cmd.py helpers
2025-09-09  Daniel P. Berrangégitlab: prevent duplicated meson log artifacts in test...
2025-09-09  Daniel P. Berrangégitlab: include all junit XML files from meson
2025-09-09  Daniel P. Berrangégitlab: always include entire of meson-logs directory
2025-09-09  Daniel P. Berrangégitlab: replace avocado results files with meson result...
2025-09-09  Kane-Chen-AStests/functional/arm: Update test ASPEED SDK v09.07...
next