summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel2020-07-161-0/+11
* cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-151-3/+35
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-3/+3
* translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota2020-06-161-0/+9
* tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota2020-06-161-0/+8
* cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota2020-06-161-0/+15
* accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson2020-06-021-0/+27
* accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson2020-06-021-3/+13
* tcg: Implement gvec support for rotate by vectorRichard Henderson2020-06-022-0/+106
* tcg: Implement gvec support for rotate by immediateRichard Henderson2020-06-022-0/+53
* translate-all: include guest address in out_asm outputAlex Bennée2020-05-151-6/+33
* disas: include an optional note for the start of disassemblyAlex Bennée2020-05-151-2/+2
* accel/tcg: don't disable exec_tb trace eventsAlex Bennée2020-05-151-4/+4
* accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson2020-05-151-6/+9
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+2Star
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-1/+1
* accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson2020-05-112-99/+348
* accel/tcg: Add probe_access_flagsRichard Henderson2020-05-112-86/+114
* accel/tcg: Adjust probe_access call to page_check_rangeRichard Henderson2020-05-111-1/+1
* tcg: Remove softmmu code_gen_buffer fixed addressRichard Henderson2020-03-281-32/+5Star
* tcg: Remove tcg-runtime-gvec.c DO_CMP0Richard Henderson2020-03-171-4/+1Star
* tcg: Tidy tcg-runtime-gvec.c DUP*Richard Henderson2020-03-171-35/+15Star
* tcg: Tidy tcg-runtime-gvec.c typesRichard Henderson2020-03-171-140/+130Star
* tcg: Remove CONFIG_VECTOR16Richard Henderson2020-03-171-34/+1Star
* accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée2020-02-291-9/+26
* accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée2020-02-291-5/+6
* accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée2020-02-291-8/+0Star
* accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée2020-02-291-9/+10
* accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée2020-02-281-10/+11