Age | Commit message (Expand) | Author |
2024-04-09 | accel/tcg: Improve can_do_io management | Richard Henderson |
2024-04-09 | accel/tcg: Add insn_start to DisasContextBase | Richard Henderson |
2024-04-08 | kvm: error out of kvm_irqchip_add_msi_route() in case of full route table | Igor Mammedov |
2024-04-02 | accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definition | Philippe Mathieu-Daudé |
2024-03-29 | accel/tcg: Use CPUState.get_pc in cpu_io_recompile | Richard Henderson |
2024-03-12 | bulk: Call in place single use cpu_env() | Philippe Mathieu-Daudé |
2024-03-09 | hw/xen: Extract 'xen_igd.h' from 'xen_pt.h' | Philippe Mathieu-Daudé |
2024-03-06 | plugins: cleanup codepath for previous inline operation | Pierrick Bouvier |
2024-03-06 | plugins: add inline operation per vcpu | Pierrick Bouvier |
2024-03-06 | plugins: implement inline operation relative to cpu_index | Pierrick Bouvier |
2024-03-05 | accel/tcg: Add TLB_CHECK_ALIGNED | Richard Henderson |
2024-03-05 | accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull | Richard Henderson |
2024-02-29 | accel/tcg: Disconnect TargetPageDataNode from page size | Richard Henderson |
2024-02-29 | cpu: Remove page_size_init | Richard Henderson |
2024-02-29 | accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotect | Richard Henderson |
2024-02-29 | tcg: Avoid double lock if page tables happen to be in mmio memory. | Jonathan Cameron |
2024-02-29 | accel/tcg: Set can_do_io at at start of lookup_tb_ptr helper | Peter Maydell |
2024-02-28 | plugins: create CPUPluginState and migrate plugin_mask | Alex Bennée |
2024-02-28 | plugins: Use different helpers when reading registers | Akihiko Odaki |
2024-02-20 | accel/tcg: correct typos | Manos Pitsidianakis |
2024-02-16 | i386: xen: fix compilation --without-default-devices | Paolo Bonzini |
2024-02-05 | migration: prevent migration when VM has poisoned memory | William Roche |
2024-02-03 | include/exec: Change cpu_mmu_index argument to CPUState | Richard Henderson |
2024-01-29 | target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Inline need_replay_interrupt | Richard Henderson |
2024-01-29 | target/i386: Extract x86_need_replay_interrupt() from accel/tcg/ | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c | Richard Henderson |
2024-01-29 | accel/tcg: Un-inline icount_exit_request() for clarity | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy() | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson | Philippe Mathieu-Daudé |
2024-01-29 | accel/tcg: Move perf and debuginfo support to tcg/ | Ilya Leoshkevich |
2024-01-29 | accel/tcg: Remove #ifdef TARGET_I386 from perf.c | Ilya Leoshkevich |
2024-01-29 | accel/tcg: Make use of qemu_target_page_mask() in perf.c | Ilya Leoshkevich |
2024-01-29 | accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD | Philippe Mathieu-Daudé |
2024-01-29 | cpu-exec: simplify jump cache management | Paolo Bonzini |
2024-01-19 | Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging | Peter Maydell |
2024-01-19 | accel: Rename accel_init_ops_interfaces() to include 'system' | Philippe Mathieu-Daudé |
2024-01-19 | system/watchpoint: Move TCG specific code to accel/tcg/ | Philippe Mathieu-Daudé |
2024-01-19 | util/async: Only call icount_notify_exit() if icount is enabled | Philippe Mathieu-Daudé |
2024-01-19 | system/cpu-timers: Introduce ICountMode enumerator | Philippe Mathieu-Daudé |
2024-01-19 | system/cpu-timers: Have icount_configure() return a boolean | Philippe Mathieu-Daudé |
2024-01-19 | accel/tcg: Remove tb_invalidate_phys_page() from system emulation | Philippe Mathieu-Daudé |
2024-01-19 | accel: Do not set CPUState::can_do_io in non-TCG accels | Philippe Mathieu-Daudé |
2024-01-18 | Add class property to configure KVM device node to use | Daan De Meyer |
2024-01-09 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Peter Maydell |
2024-01-08 | Replace "iothread lock" with "BQL" in comments | Stefan Hajnoczi |
2024-01-08 | qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql() | Stefan Hajnoczi |