summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson2021-01-071-14/+21
* accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson2021-01-071-0/+67
* accel/tcg: Support split-wx for linux with memfdRichard Henderson2021-01-071-8/+76
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-072-9/+52
* tcg: Use Error with alloc_code_gen_bufferRichard Henderson2021-01-071-26/+34
* tcg: Make DisasContextBase.tb constRichard Henderson2021-01-071-2/+2
* tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson2021-01-071-1/+3
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-075-22/+19Star
* tcg: Add in_code_gen_bufferRichard Henderson2021-01-071-18/+8Star
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-065-42/+14Star
|\
| * remove TCG includes from common codePaolo Bonzini2021-01-024-42/+3Star
| * cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+11
* | tcg: Use memset for large vector byte replicationRichard Henderson2021-01-041-0/+11
|/
* accel/tcg/user-exec: silence the compiler warningsChen Qun2020-12-181-1/+2
* tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost2020-12-161-1/+3
* tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost2020-12-161-3/+8
* tcg: cpu_exec_{enter,exit} helpersEduardo Habkost2020-12-161-5/+18
* accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé2020-12-151-1/+1
* icount: improve exec nocache usagePavel Dovgalyuk2020-12-151-1/+1
* accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé2020-12-151-1/+1
* accel/tcg: rename tcg-cpus functions to match module nameClaudio Fontana2020-12-117-64/+64
* accel/tcg: split tcg_start_vcpu_threadClaudio Fontana2020-12-118-87/+71Star
* accel/tcg: split CpusAccel into three TCG variantsClaudio Fontana2020-12-1110-461/+645
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201027' into...Peter Maydell2020-10-301-0/+4
|\
| * accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()Peter Maydell2020-10-271-0/+4
* | spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz2020-10-271-0/+4
|/
* accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2020-10-201-9/+266
* accel/tcg: Fix computing of is_write for MIPSKele Huang2020-10-081-4/+39
* gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-0/+1
* replay: don't record interrupt pollPavel Dovgalyuk2020-10-061-3/+18
* accel/tcg: use current_machine as it is always set for softmmuClaudio Fontana2020-10-051-10/+1Star
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-052-26/+28
* cpus: extract out TCG-specific code to accel/tcgClaudio Fontana2020-10-054-6/+575
* icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-051-3/+3
* cpu-timers, icount: new modulesClaudio Fontana2020-10-053-9/+40
* disas: Move host asm annotations to tb_gen_codeRichard Henderson2020-10-031-9/+15
* exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé2020-09-301-2/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-235-57/+59
* qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* configure: move -ldl test to mesonPaolo Bonzini2020-09-081-1/+1
* cputlb: Make store_helper less fragile to compiler optimizationsRichard Henderson2020-09-031-59/+79
* meson: accelMarc-André Lureau2020-08-212-9/+15
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-213-2/+2
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-213-2/+3
* accel/tcg: better handle memory constrained systemsAlex Bennée2020-07-271-1/+6
* tcg: update comments for save_iotlb_data in cputlbAlex Bennée2020-07-241-6/+5Star
* tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson2020-07-171-1/+7