]> git.ipfire.org Git - thirdparty/qemu.git/history - accel
Merge tag 'pull-riscv-to-apply-20250730-2' of https://github.com/alistair23/qemu...
[thirdparty/qemu.git] / accel /
3 days ago  Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
9 days ago  Stefan HajnocziMerge tag 'pull-ppc-20250721' of https://github.com...
9 days ago  Stefan HajnocziMerge tag 'display-20250718-pull-request' of https...
9 days ago  Stefan HajnocziMerge tag 'pull-tcg-20250721' of https://gitlab.com...
9 days ago  Stefan HajnocziMerge tag 'pull-target-arm-20250721' of https://gitlab...
9 days ago  Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
10 days ago  Philippe Mathieu... accel/hvf: Display executable bit as 'X'
2025-07-17  Stefan HajnocziMerge tag 'pull-9p-20250716' of https://github.com...
2025-07-16  Stefan HajnocziMerge tag 'accel-20250715' of https://github.com/philmd...
2025-07-16  Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2025-07-16  Stefan HajnocziMerge tag 'pull-vfio-20250715' of https://github.com...
2025-07-16  Stefan HajnocziMerge tag 'pull-qapi-2025-07-14-v2' of https://repo...
2025-07-16  Stefan HajnocziMerge tag 'ui-pull-request' of https://gitlab.com/marca...
2025-07-16  Stefan HajnocziMerge tag 'mips-20250715' of https://github.com/philmd...
2025-07-16  Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2025-07-16  Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2025-07-15  Philippe Mathieu... accel/hvf: Implement AccelClass::get_vcpu_stats() handler
2025-07-15  Philippe Mathieu... accel/tcg: Implement AccelClass::get_stats() handler
2025-07-15  Philippe Mathieu... accel/tcg: Propagate AccelState to dump_accel_info()
2025-07-15  Philippe Mathieu... accel/system: Add 'info accel' on human monitor
2025-07-15  Philippe Mathieu... accel/system: Introduce @x-accel-stats QMP command
2025-07-15  Philippe Mathieu... accel/tcg: Extract statistic related code to tcg-stats.c
2025-07-15  Philippe Mathieu... Revert "accel/tcg: Unregister the RCU before exiting...
2025-07-15  Philippe Mathieu... accel: Extract AccelClass definition to 'accel/accel...
2025-07-15  Philippe Mathieu... accel: Rename 'system/accel-ops.h' -> 'accel/accel...
2025-07-15  Philippe Mathieu... accel/tcg: Do not dump NaN statistics
2025-07-15  Stefan HajnocziMerge tag 'pull-10.1-rc0-maintainer-140725-1' of https...
2025-07-14  Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2025-07-14  Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2025-07-14  Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2025-07-13  Thomas Huthaccel/kvm: Adjust the note about the minimum required...
2025-07-07  Stefan HajnocziMerge tag 'pull-target-arm-20250704' of https://gitlab...
2025-07-07  Stefan HajnocziMerge tag 'accel-20250704' of https://github.com/philmd...
2025-07-04  Philippe Mathieu... accel/system: Convert pre_resume() from AccelOpsClass...
2025-07-04  Philippe Mathieu... accel: Pass AccelState argument to gdbstub_supported_ss...
2025-07-04  Philippe Mathieu... accel: Remove unused MachineState argument of AccelClas...
2025-07-04  Philippe Mathieu... accel: Directly pass AccelState argument to AccelClass...
2025-07-04  Philippe Mathieu... accel/kvm: Directly pass KVMState argument to do_kvm_cr...
2025-07-04  Philippe Mathieu... accel/kvm: Prefer local AccelState over global MachineS...
2025-07-04  Philippe Mathieu... accel/tcg: Prefer local AccelState over global current_...
2025-07-04  Philippe Mathieu... accel/hvf: Re-use QOM allocated state
2025-07-04  Philippe Mathieu... accel: Propagate AccelState to AccelClass::init_machine()
2025-07-04  Stefan HajnocziMerge tag 'pull-riscv-to-apply-20250704' of https:...
2025-07-04  Stefan HajnocziMerge tag 'accel-20250704' of https://github.com/philmd...
2025-07-04  Stefan HajnocziMerge tag 'pull-vfio-20250704' of https://github.com...
2025-07-04  Philippe Mathieu... accel: Keep reference to AccelOpsClass in AccelClass
2025-07-04  Philippe Mathieu... accel: Expose and register generic_handle_interrupt()
2025-07-04  Philippe Mathieu... accel/dummy: Extract 'dummy-cpus.h' header from 'system...
2025-07-04  Philippe Mathieu... accel/whpx: Expose whpx_enabled() to common code
2025-07-04  Philippe Mathieu... accel/nvmm: Expose nvmm_enabled() to common code
2025-07-04  Philippe Mathieu... accel/kvm: Remove kvm_cpu_synchronize_state() stub
2025-07-04  Philippe Mathieu... accel/hvf: Replace @dirty field by generic CPUState...
2025-07-04  Philippe Mathieu... accel/hvf: Report missing com.apple.security.hypervisor...
2025-07-04  Philippe Mathieu... accel/hvf: Move generic method declarations to hvf...
2025-07-04  Philippe Mathieu... accel/hvf: Move per-cpu method declarations to hvf...
2025-07-04  Philippe Mathieu... accel/tcg: Unregister the RCU before exiting RR thread
2025-07-04  Philippe Mathieu... accel/tcg: Clear exit_request once in tcg_cpu_exec()
2025-07-04  Philippe Mathieu... accel/tcg: Factor tcg_dump_stats() out for re-use
2025-07-04  Philippe Mathieu... accel/tcg: Factor tcg_dump_flush_info() out
2025-07-04  Philippe Mathieu... accel/tcg: Remove profiler leftover
2025-07-04  Philippe Mathieu... accel/tcg: Remove 'info opcount' and @x-query-opcount
2025-07-04  Philippe Mathieu... accel/kvm: Reduce kvm_create_vcpu() declaration scope
2025-07-04  Philippe Mathieu... accel/kvm: Remove kvm_init_cpu_signals() stub
2025-07-04  Philippe Mathieu... accel: Pass AccelState argument to gdbstub_supported_ss...
2025-07-04  Philippe Mathieu... accel: Remove unused MachineState argument of AccelClas...
2025-07-04  Philippe Mathieu... accel: Directly pass AccelState argument to AccelClass...
2025-07-04  Philippe Mathieu... accel/kvm: Directly pass KVMState argument to do_kvm_cr...
2025-07-04  Philippe Mathieu... accel/kvm: Prefer local AccelState over global MachineS...
2025-07-04  Philippe Mathieu... accel/tcg: Prefer local AccelState over global current_...
2025-07-04  Philippe Mathieu... accel: Propagate AccelState to AccelClass::init_machine()
2025-07-04  Philippe Mathieu... accel: Keep reference to AccelOpsClass in AccelClass
2025-07-04  Philippe Mathieu... accel: Expose and register generic_handle_interrupt()
2025-07-04  Philippe Mathieu... accel/dummy: Extract 'dummy-cpus.h' header from 'system...
2025-07-04  Philippe Mathieu... accel/whpx: Expose whpx_enabled() to common code
2025-07-04  Philippe Mathieu... accel/nvmm: Expose nvmm_enabled() to common code
2025-07-04  Philippe Mathieu... accel/kvm: Remove kvm_cpu_synchronize_state() stub
2025-07-04  Philippe Mathieu... accel/hvf: Replace @dirty field by generic CPUState...
2025-07-04  Philippe Mathieu... accel/hvf: Move generic method declarations to hvf...
2025-07-04  Philippe Mathieu... accel/hvf: Move per-cpu method declarations to hvf...
2025-07-04  Philippe Mathieu... accel/tcg: Factor tcg_dump_stats() out for re-use
2025-07-04  Philippe Mathieu... accel/tcg: Factor tcg_dump_flush_info() out
2025-07-04  Philippe Mathieu... accel/tcg: Remove profiler leftover
2025-07-04  Philippe Mathieu... accel/tcg: Remove 'info opcount' and @x-query-opcount
2025-07-04  Philippe Mathieu... accel/kvm: Reduce kvm_create_vcpu() declaration scope
2025-07-04  Philippe Mathieu... accel/kvm: Remove kvm_init_cpu_signals() stub
2025-07-04  Philippe Mathieu... system/cpus: Assert interrupt handling is done with...
2025-07-03  Steve Sistaremigration: close kvm after cpr
2025-07-03  Stefan HajnocziMerge tag 'pull-request-2025-07-02' of https://gitlab...
2025-07-03  Stefan HajnocziMerge tag 'pull-10.1-maintainer-june-2025-020725-1...
2025-07-02  Rowan Hartplugins: Add enforcement of QEMU_PLUGIN_CB flags in...
2025-07-02  Stefan HajnocziMerge tag 'pull-target-arm-20250701-1' of https://gitla...
2025-07-01  Philippe Mathieu... accel/hvf: Trace VM memory mapping
2025-06-24  Stefan HajnocziMerge tag 'pull-tcg-20250623' of https://gitlab.com...
2025-06-24  Stefan HajnocziMerge tag 'migration-staging-pull-request' of https...
2025-06-23  Chenyi Qiangphysmem: Support coordinated discarding of RAM with...
2025-06-11  Stefan HajnocziMerge tag 'pull-vfio-20250611' of https://github.com...
2025-06-11  Stefan HajnocziMerge tag 'pull-request-2025-06-11' of https://gitlab...
2025-06-11  Stefan HajnocziMerge tag 'seabios-1.17.0-20250611-pull-request' of...
2025-06-11  Stefan HajnocziMerge tag 'hw-misc-20250610' of https://github.com...
2025-06-10  Philippe Mathieu... accel/hvf: Fix TYPE_HVF_ACCEL instance size
next