aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cpu-exec.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell1-3/+0
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell1-3/+0
2019-02-05cpu-exec: reset BQL after longjmp in cpu_exec_step_atomicEmilio G. Cota1-0/+3
2019-02-05cpu-exec: add assert_no_pages_locked() after longjmpEmilio G. Cota1-0/+1
2019-01-30tcg: Fix LGPL version numberThomas Huth1-1/+1
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell1-0/+3
2018-10-18tcg: Implement CPU_LOG_TB_NOCHAIN during expansionRichard Henderson1-1/+1
2018-08-14accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookupsPeter Maydell1-0/+3
2018-06-15tcg: remove tb_lockEmilio G. Cota1-26/+8
2018-06-15translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota1-14/+27
2018-06-15translate-all: discard TB when tb_link_page returns an existing matching TBEmilio G. Cota1-12/+2
2018-06-15translate-all: introduce assert_no_pages_lockedEmilio G. Cota1-0/+1
2018-06-15tcg: track TBs with per-region BST'sEmilio G. Cota1-1/+1
2018-06-15qht: require a default comparison functionEmilio G. Cota1-2/+2
2018-05-31accel: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-15tcg: Optionally log FPU state in TCG -d cpu loggingPeter Maydell1-3/+6
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-1/+0
2018-03-12cpu-exec: fix exception_index handlingPavel Dovgalyuk1-1/+4
2017-12-29tcg: add cs_base and flags to -d exec outputPaolo Bonzini1-2/+4
2017-12-21cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand1-9/+3
2017-11-20Revert "cpu-exec: don't overwrite exception_index"Peter Maydell1-3/+1
2017-11-14cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk1-41/+54
2017-11-14cpu-exec: don't overwrite exception_indexPavel Dovgalyuk1-1/+3
2017-11-03cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell1-3/+12
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-1/+1
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota1-1/+1
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson1-7/+9
2017-10-24cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota1-16/+14
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-4/+17
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota1-22/+23
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-7/+7
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota1-2/+2
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota1-29/+18
2017-10-10cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota1-5/+5
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-0/+35
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova1-2/+6
2017-06-15tcg: move tcg related files into accel/tcg/ subdirectoryYang Zhong1-0/+683