summaryrefslogtreecommitdiffstats
path: root/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Use QTAILQ for CPU listAndreas Färber2013-09-031-2/+2
* linux-user: Unlock mmap_lock when resuming guest from page_unprotectAlexander Graf2013-07-231-3/+7
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-4/+8
* cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-8/+12
* exec: return MemoryRegion from address_space_translatePaolo Bonzini2013-06-201-5/+5
* tcg/aarch64: implement new TCG target for aarch64Claudio Fontana2013-06-121-0/+2
* memory: add address_space_translatePaolo Bonzini2013-05-291-3/+3
* Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori2013-05-241-1/+1
|\
| * memory: Replace open-coded memory_region_is_romdJan Kiszka2013-05-241-1/+1
* | translate: remove redundantly included qemu/timer.hliguang2013-05-181-1/+0
|/
* PPC: Fix compile with profiling enabledAlexander Graf2013-04-261-0/+1
* translate-all: fix compiler warning and linked errorAlexey Kardashevskiy2013-04-221-0/+1
* include: avoid useless includes of exec/ headersPaolo Bonzini2013-04-151-3/+2
* tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee2013-03-221-2/+2
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-7/+5
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-5/+5
* translate-all.c: Remove cpu_unlink_tb()Peter Maydell2013-03-031-69/+0
* Handle CPU interrupts by inline checking of a flagPeter Maydell2013-03-031-2/+2
* cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber2013-02-161-4/+5
* cpu: Move current_tb field to CPUStateAndreas Färber2013-02-161-10/+19
* TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin2013-02-161-49/+47
* TCG: Final globals clean-upEvgeny Voevodin2013-02-161-48/+49
* translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)2012-12-221-7/+5
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-7/+20
* exec: move TB handling to translate-all.cBlue Swirl2012-12-161-0/+1719
* TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin2012-12-081-4/+0
* TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin2012-12-081-1/+2
* TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin2012-12-081-1/+1
* TCG: Remove unused global variablesEvgeny Voevodin2012-11-171-3/+0
* w64: Fix data type of tb_next and other variables used for host addressesStefan Weil2012-04-071-3/+3
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-2/+2
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-2/+0
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-2/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-1/+1
* tcg: get rid of copy_size in TCGOpDefAurelien Jarno2010-06-091-16/+0
* remove TARGET_* defines from translate-all.cPaolo Bonzini2010-04-081-8/+0
* Shrink tb_jmp_offset to two entries, the other two are never used.Filip Navara2010-04-081-4/+0
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)aliguori2009-01-151-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-3/+3
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Some cleanups after dyngen removalaurel322008-12-071-2/+2
* Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.ths2008-07-181-5/+3
* Add instruction counter.pbrook2008-06-291-0/+9
OpenPOWER on IntegriCloud