Age | Commit message (Expand) | Author | Files | Lines |
2023-09-07 | configure, meson: move --enable-plugins to meson | Paolo Bonzini | 1 | -1/+3 |
2023-08-29 | softmmu: Use async_run_on_cpu in tcg_commit | Richard Henderson | 1 | -30/+0 |
2023-08-24 | accel/tcg: Update run_on_cpu_data static assert | Anton Johansson | 1 | -2/+3 |
2023-08-24 | accel/tcg: Widen address arg in tlb_compare_set() | Anton Johansson | 1 | -1/+1 |
2023-08-24 | include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*() | Anton Johansson | 2 | -13/+13 |
2023-08-24 | accel/hvf: Widen pc/saved_insn for hvf_sw_breakpoint | Anton Johansson | 2 | -3/+3 |
2023-08-24 | accel/kvm: Widen pc/saved_insn for kvm_sw_breakpoint | Anton Johansson | 1 | -2/+1 |
2023-08-22 | accel/kvm: Make kvm_dirty_ring_reaper_init() void | Akihiko Odaki | 1 | -7/+2 |
2023-08-22 | accel/kvm: Free as when an error occurred | Akihiko Odaki | 1 | -0/+1 |
2023-08-22 | accel/kvm: Use negative KVM type for error propagation | Akihiko Odaki | 1 | -0/+5 |
2023-08-22 | kvm: Introduce kvm_arch_get_default_type hook | Akihiko Odaki | 1 | -1/+3 |
2023-08-10 | accel/tcg: Avoid reading too much in load_atom_{2,4} | Richard Henderson | 1 | -2/+8 |
2023-08-06 | accel/tcg: Call save_iotlb_data from io_readx as well | Mikhail Tyutin | 1 | -15/+21 |
2023-08-05 | accel/tcg: Do not issue misaligned i/o | Richard Henderson | 1 | -46/+72 |
2023-08-05 | accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_* | Richard Henderson | 1 | -7/+69 |
2023-08-05 | accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_* | Richard Henderson | 1 | -33/+34 |
2023-07-31 | accel/tcg: Clear tcg_ctx->gen_tb on buffer overflow | Richard Henderson | 1 | -0/+1 |
2023-07-31 | kvm: Fix crash due to access uninitialized kvm_state | Gavin Shan | 1 | -1/+1 |
2023-07-24 | accel/tcg: Fix type of 'last' for pageflags_{find,next} | Luca Bonissi | 1 | -2/+2 |
2023-07-24 | accel/tcg: Zero-pad vaddr in tlb_debug output | Anton Johansson | 1 | -10/+10 |
2023-07-23 | accel/tcg: Take mmap_lock in load_atomic*_or_exit | Richard Henderson | 1 | -14/+18 |
2023-07-23 | accel/tcg: Fix sense of read-only probes in ldst_atomicity | Richard Henderson | 1 | -2/+2 |
2023-07-17 | accel/tcg: Zero-pad PC in TCG CPU exec trace lines | Peter Maydell | 2 | -3/+3 |
2023-07-15 | tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128 | Richard Henderson | 4 | -4/+4 |
2023-07-15 | accel/tcg: Always lock pages before translation | Richard Henderson | 5 | -134/+237 |
2023-07-15 | accel/tcg: Return bool from page_check_range | Richard Henderson | 2 | -13/+13 |
2023-07-15 | accel/tcg: Accept more page flags in page_check_range | Richard Henderson | 1 | -2/+2 |
2023-07-15 | accel/tcg: Introduce page_find_range_empty | Richard Henderson | 1 | -0/+41 |
2023-07-15 | accel/tcg: Introduce page_check_range_empty | Richard Henderson | 1 | -0/+7 |
2023-07-15 | accel/tcg: Split out cpu_exec_longjmp_cleanup | Richard Henderson | 1 | -24/+19 |
2023-07-03 | plugins: force slow path when plugins instrument memory ops | Alex Bennée | 2 | -9/+40 |
2023-07-01 | accel/tcg: Assert one page in tb_invalidate_phys_page_range__locked | Mark Cave-Ayland | 1 | -0/+3 |
2023-07-01 | accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__locked | Mark Cave-Ayland | 1 | -4/+6 |
2023-06-28 | exec/memory: Add symbol for the min value of memory listener priority | Isaku Yamahata | 1 | -0/+1 |
2023-06-28 | exec/memory: Add symbol for memory listener priority for device backend | Isaku Yamahata | 1 | -1/+1 |
2023-06-28 | exec/memory: Add symbolic value for memory listener priority for accel | Isaku Yamahata | 2 | -2/+2 |
2023-06-28 | accel/kvm: Declare kvm_direct_msi_allowed in stubs | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-06-28 | accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState | Philippe Mathieu-Daudé | 1 | -9/+10 |
2023-06-28 | accel: Remove unused hThread variable on TCG/WHPX | Philippe Mathieu-Daudé | 2 | -7/+0 |
2023-06-26 | accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK | Richard Henderson | 1 | -4/+14 |
2023-06-26 | accel/tcg: Store some tlb flags in CPUTLBEntryFull | Richard Henderson | 1 | -39/+57 |
2023-06-26 | accel/tcg: Remove check_tcg_memory_orders_compatible | Richard Henderson | 1 | -27/+8 |
2023-06-26 | tcg: Add host memory barriers to cpu_ldst.h interfaces | Richard Henderson | 3 | -0/+54 |
2023-06-26 | accel/tcg: remove CONFIG_PROFILER | Fei Wu | 3 | -74/+0 |
2023-06-26 | accel/tcg: Replace target_ulong with vaddr in translator_*() | Anton Johansson | 1 | -5/+5 |
2023-06-26 | accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup() | Anton Johansson | 2 | -6/+6 |
2023-06-26 | accel: Replace target_ulong with vaddr in probe_*() | Anton Johansson | 3 | -12/+12 |
2023-06-26 | accel/tcg: Widen pc to vaddr in CPUJumpCache | Anton Johansson | 3 | -8/+8 |
2023-06-26 | accel/tcg/cpu-exec.c: Widen pc to vaddr | Anton Johansson | 1 | -17/+17 |
2023-06-26 | accel/tcg/cputlb.c: Widen addr in MMULookupPageData | Anton Johansson | 1 | -15/+15 |