summaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2020-08-21meson: accelMarc-André Lureau
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-27accel/tcg: better handle memory constrained systemsAlex Bennée
2020-07-24tcg: update comments for save_iotlb_data in cputlbAlex Bennée
2020-07-17tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson
2020-07-16tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-16translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota
2020-06-02accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson
2020-06-02accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-05-15translate-all: include guest address in out_asm outputAlex Bennée
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée
2020-05-15accel/tcg: don't disable exec_tb trace eventsAlex Bennée
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson
2020-05-11accel/tcg: Adjust probe_access call to page_check_rangeRichard Henderson
2020-03-28tcg: Remove softmmu code_gen_buffer fixed addressRichard Henderson
2020-03-17tcg: Remove tcg-runtime-gvec.c DO_CMP0Richard Henderson
2020-03-17tcg: Tidy tcg-runtime-gvec.c DUP*Richard Henderson
2020-03-17tcg: Tidy tcg-runtime-gvec.c typesRichard Henderson
2020-03-17tcg: Remove CONFIG_VECTOR16Richard Henderson
2020-02-28accel/tcg: increase default code gen buffer size for 64 bitAlex Bennée
2020-02-28accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hostsAlex Bennée
2020-02-28accel/tcg: remove link between guest ram and TCG cache sizeAlex Bennée
2020-02-28accel/tcg: use units.h for defining code gen buffer sizesAlex Bennée
2020-02-28accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)Alex Bennée
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24accel/tcg: Sanitize include pathPhilippe Mathieu-Daudé
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-21cputlb: Hoist timestamp outside of loops over tlbsRichard Henderson
2020-01-21cputlb: Initialize tlbs as flushedRichard Henderson
2020-01-21cputlb: Partially merge tlb_dyn_init into tlb_initRichard Henderson
2020-01-21cputlb: Split out tlb_mmu_flush_lockedRichard Henderson
2020-01-21cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson
2020-01-21cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson
2020-01-21cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson
2020-01-21cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_lockedRichard Henderson
2020-01-21cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MINRichard Henderson