aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2023-09-25user-exec-stub: remove unused variablePaolo Bonzini
2023-09-16accel/tcg: Introduce do_st16_mmio_leNRichard Henderson
2023-09-16accel/tcg: Introduce do_ld16_mmio_beNRichard Henderson
2023-09-16accel/tcg: Merge io_writex into do_st_mmio_leNRichard Henderson
2023-09-16accel/tcg: Merge io_readx into do_ld_mmio_beNRichard Henderson
2023-09-16accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1Richard Henderson
2023-09-16accel/tcg: Merge cpu_transaction_failed into io_failedRichard Henderson
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson
2023-09-16accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failedRichard Henderson
2023-09-16accel/tcg: Split out io_prepare and io_failedRichard Henderson
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson
2023-09-16tcg: Add gvec compare with immediate and scalar operandRichard Henderson
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei
2023-09-15accel/tcg: mttcg remove false-negative halted assertionNicholas Piggin
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-07configure, meson: move --enable-plugins to mesonPaolo Bonzini
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson
2023-08-24accel/tcg: Update run_on_cpu_data static assertAnton Johansson
2023-08-24accel/tcg: Widen address arg in tlb_compare_set()Anton Johansson
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson
2023-08-10accel/tcg: Avoid reading too much in load_atom_{2,4}Richard Henderson
2023-08-06accel/tcg: Call save_iotlb_data from io_readx as wellMikhail Tyutin
2023-08-05accel/tcg: Do not issue misaligned i/oRichard Henderson
2023-08-05accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*Richard Henderson
2023-08-05accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_*Richard Henderson
2023-07-31accel/tcg: Clear tcg_ctx->gen_tb on buffer overflowRichard Henderson
2023-07-24accel/tcg: Fix type of 'last' for pageflags_{find,next}Luca Bonissi
2023-07-24accel/tcg: Zero-pad vaddr in tlb_debug outputAnton Johansson
2023-07-23accel/tcg: Take mmap_lock in load_atomic*_or_exitRichard Henderson
2023-07-23accel/tcg: Fix sense of read-only probes in ldst_atomicityRichard Henderson
2023-07-17accel/tcg: Zero-pad PC in TCG CPU exec trace linesPeter Maydell
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-15accel/tcg: Always lock pages before translationRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15accel/tcg: Accept more page flags in page_check_rangeRichard Henderson
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson
2023-07-15accel/tcg: Split out cpu_exec_longjmp_cleanupRichard Henderson
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-07-01accel/tcg: Assert one page in tb_invalidate_phys_page_range__lockedMark Cave-Ayland
2023-07-01accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__lockedMark Cave-Ayland
2023-06-28accel: Remove unused hThread variable on TCG/WHPXPhilippe Mathieu-Daudé
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson
2023-06-26accel/tcg: Remove check_tcg_memory_orders_compatibleRichard Henderson
2023-06-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson