]> git.proxmox.com Git - mirror_qemu.git/history - accel
tests/plugin/mem: migrate to new per_vcpu API
[mirror_qemu.git] / accel /
2024-03-06 Pierrick Bouvierplugins: add inline operation per vcpu
2024-03-06 Pierrick Bouvierplugins: implement inline operation relative to cpu_index
2024-03-05 Peter MaydellMerge tag 'pull-target-arm-20240305' of https://git...
2024-03-05 Richard Hendersonaccel/tcg: Add TLB_CHECK_ALIGNED
2024-03-05 Richard Hendersonaccel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
2024-03-05 Peter MaydellMerge tag 'pull-qapi-2024-03-04' of https://repo.or...
2024-03-05 Peter MaydellMerge tag 'migration-next-pull-request' of https:/...
2024-03-05 Peter MaydellMerge tag 'pull-tcg-20240301' of https://gitlab.com...
2024-02-29 Richard Hendersonaccel/tcg: Disconnect TargetPageDataNode from page...
2024-02-29 Richard Hendersoncpu: Remove page_size_init
2024-02-29 Richard Hendersonaccel/tcg: Remove qemu_host_page_size from page_protect...
2024-02-29 Jonathan Camerontcg: Avoid double lock if page tables happen to be...
2024-02-29 Peter Maydellaccel/tcg: Set can_do_io at at start of lookup_tb_ptr...
2024-02-28 Peter MaydellMerge tag 'migration-next-pull-request' of https:/...
2024-02-28 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-02-28 Peter MaydellMerge tag 'pull-maintainer-updates-280224-1' of https...
2024-02-28 Alex Bennéeplugins: create CPUPluginState and migrate plugin_mask
2024-02-28 Akihiko Odakiplugins: Use different helpers when reading registers
2024-02-26 Peter MaydellMerge tag 'edk2-stable202402-20240226-pull-request...
2024-02-22 Peter MaydellMerge tag 'hw-misc-20240222' of https://github.com...
2024-02-22 Peter MaydellMerge tag 'pull-trivial-patches' of https://gitlab...
2024-02-20 Manos Pitsidianakisaccel/tcg: correct typos
2024-02-20 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-02-16 Paolo Bonzinii386: xen: fix compilation --without-default-devices
2024-02-13 Peter MaydellMerge tag 'hppa64-pull-request' of https://github.com...
2024-02-12 Peter MaydellMerge tag 'misc-fixes-pull-request' of https://gitlab...
2024-02-09 Peter MaydellMerge tag 'pull-riscv-to-apply-20240209' of https:...
2024-02-09 Peter MaydellMerge tag 'migration-staging-pull-request' of https...
2024-02-05 William Rochemigration: prevent migration when VM has poisoned memory
2024-02-03 Peter MaydellMerge tag 'pull-qapi-2024-02-03' of https://repo.or...
2024-02-03 Peter MaydellMerge tag 'pull-tcg-20240202-2' of https://gitlab.com...
2024-02-03 Richard Hendersoninclude/exec: Change cpu_mmu_index argument to CPUState
2024-01-31 Peter MaydellMerge tag 'pull-trivial-patches' of https://gitlab...
2024-01-31 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2024-01-30 Peter MaydellMerge tag 'qga-pull-2024-01-30' of https://github.com...
2024-01-30 Peter MaydellMerge tag 'pull-tcg-20240130' of https://gitlab.com...
2024-01-29 Philippe Mathieu... target/i386: Extract x86_cpu_exec_halt() from accel...
2024-01-29 Philippe Mathieu... accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
2024-01-29 Richard Hendersonaccel/tcg: Inline need_replay_interrupt
2024-01-29 Philippe Mathieu... target/i386: Extract x86_need_replay_interrupt() from...
2024-01-29 Philippe Mathieu... accel/tcg: Introduce TCGCPUOps::need_replay_interrupt...
2024-01-29 Richard Hendersonaccel/tcg: Use CPUState.cc instead of CPU_GET_CLASS...
2024-01-29 Philippe Mathieu... accel/tcg: Un-inline icount_exit_request() for clarity
2024-01-29 Philippe Mathieu... accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
2024-01-29 Philippe Mathieu... accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
2024-01-29 Philippe Mathieu... accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in...
2024-01-29 Ilya Leoshkevichaccel/tcg: Move perf and debuginfo support to tcg/
2024-01-29 Ilya Leoshkevichaccel/tcg: Remove #ifdef TARGET_I386 from perf.c
2024-01-29 Ilya Leoshkevichaccel/tcg: Make use of qemu_target_page_mask() in perf.c
2024-01-29 Philippe Mathieu... accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
2024-01-28 Paolo Bonzinicpu-exec: simplify jump cache management
2024-01-20 Peter MaydellMerge tag 'pull-request-2024-01-19' of https://gitlab...
2024-01-19 Peter MaydellMerge tag 'hw-cpus-20240119' of https://github.com...
2024-01-19 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2024-01-19 Philippe Mathieu... accel: Rename accel_init_ops_interfaces() to include...
2024-01-19 Philippe Mathieu... system/watchpoint: Move TCG specific code to accel...
2024-01-19 Philippe Mathieu... util/async: Only call icount_notify_exit() if icount...
2024-01-19 Philippe Mathieu... system/cpu-timers: Introduce ICountMode enumerator
2024-01-19 Philippe Mathieu... system/cpu-timers: Have icount_configure() return a...
2024-01-19 Philippe Mathieu... accel/tcg: Remove tb_invalidate_phys_page() from system...
2024-01-19 Philippe Mathieu... accel: Do not set CPUState::can_do_io in non-TCG accels
2024-01-18 Daan De MeyerAdd class property to configure KVM device node to use
2024-01-16 Peter MaydellMerge tag 'hppa-fixes-8.2-pull-request' of https:/...
2024-01-11 Peter MaydellMerge tag 'firmware/edk2-20231213-pull-request' of...
2024-01-09 Peter MaydellMerge tag 'block-pull-request' of https://gitlab.com...
2024-01-09 Peter MaydellMerge tag 'pull-replay-fixes-080124-1' of https://gitla...
2024-01-08 Stefan HajnocziReplace "iothread lock" with "BQL" in comments
2024-01-08 Stefan Hajnocziqemu/main-loop: rename qemu_cond_wait_iothread() to...
2024-01-08 Stefan Hajnoczisystem/cpus: rename qemu_mutex_lock_iothread() to bql_l...
2024-01-08 Alex Bennéereplay: stop us hanging in rr_wait_io_event
2024-01-05 Peter MaydellMerge tag 'migration-20240104-pull-request' of https...
2024-01-04 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-12-31 Paolo Bonziniconfigure, meson: rename targetos to host_os
2023-12-31 Paolo Bonzinimeson: remove OS definitions from config_targetos
2023-12-26 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-12-26 Stefan HajnocziMerge tag 'dirtylimit-dirtyrate-pull-request-20231225...
2023-12-26 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-12-23 Jai Aroraaccel/kvm: Turn DPRINTF macro use into tracepoints
2023-12-20 Stefan HajnocziMerge tag 'pull-request-2023-12-20' of https://gitlab...
2023-12-20 Stefan HajnocziMerge tag 'pull-target-arm-20231219' of https://git...
2023-12-19 Richard Hendersonaccel/kvm: Make kvm_has_guest_debug static
2023-11-20 Stefan HajnocziMerge tag '20231119-xtensa-1' of https://github.com...
2023-11-20 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-11-15 Stefan HajnocziMerge tag 'pull-tcg-20231114' of https://gitlab.com...
2023-11-14 Jessica Clarkeaccel/tcg: Forward probe size on to notdirty_write
2023-11-14 Richard Hendersonaccel/tcg: Remove CF_LAST_IO
2023-11-10 Stefan HajnocziMerge tag 'xen-virtio-fix-1-tag' of https://gitlab...
2023-11-09 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-11-08 Stefan HajnocziMerge tag 'pull-ppc-20231107' of https://gitlab.com...
2023-11-08 Stefan HajnocziMerge tag 'misc-fixes-pull-request' of https://gitlab...
2023-11-08 Stefan HajnocziMerge tag 'pull-request-2023-11-07' of https://gitlab...
2023-11-08 Stefan HajnocziMerge tag 'misc-cpus-20231107' of https://github.com...
2023-11-07 Philippe Mathieu... accel/tcg: Factor tcg_cpu_reset_hold() out
2023-11-07 Philippe Mathieu... accel: Introduce cpu_exec_reset_hold()
2023-11-07 Philippe Mathieu... accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb...
2023-11-07 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2023-11-07 Stefan HajnocziMerge tag 'pull-pa-20231106' of https://gitlab.com...
2023-11-07 Stefan HajnocziMerge tag 'pull-riscv-to-apply-20231107' of https:...
2023-11-07 Stefan HajnocziMerge tag 'pull-tcg-20231106' of https://gitlab.com...
2023-11-06 Richard Hendersonaccel/tcg: Fix condition for store_atom_insert_al16
next