aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify memory access functions to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify probe_access_internal() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03accel/tcg: Restrict tcg_exec_[un]realizefn() to TCGPhilippe Mathieu-Daudé
2023-10-03accel/tcg: Have tcg_exec_realizefn() return a booleanPhilippe Mathieu-Daudé
2023-10-02Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-09-29tcg: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-28accel/tcg: Always require can_do_ioRichard Henderson
2023-09-28accel/tcg: Always set CF_LAST_IO with CF_NOIRQRichard Henderson
2023-09-28accel/tcg: Improve setting of can_do_io at start of TBRichard Henderson
2023-09-28accel/tcg: Track current value of can_do_io in the TBRichard Henderson
2023-09-28accel/tcg: Hoist CF_MEMI_ONLY check outside translation loopRichard Henderson
2023-09-28accel/tcg: Avoid load of icount_decr if unusedRichard Henderson
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