aboutsummaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)Author
2013-12-10split definitions for exec.c and translate-all.c radix treesPaolo Bonzini
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson
2013-09-20translate-all: Fix formatting of dump outputStefan Weil
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-07-23linux-user: Unlock mmap_lock when resuming guest from page_unprotectAlexander Graf
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana
2013-05-29memory: add address_space_translatePaolo Bonzini
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-05-24memory: Replace open-coded memory_region_is_romdJan Kiszka
2013-05-18translate: remove redundantly included qemu/timer.hliguang
2013-04-26PPC: Fix compile with profiling enabledAlexander Graf
2013-04-22translate-all: fix compiler warning and linked errorAlexey Kardashevskiy
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini
2013-03-22tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-03translate-all.c: Remove cpu_unlink_tb()Peter Maydell
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2012-12-22translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-12-16exec: move TB handling to translate-all.cBlue Swirl
2012-12-08TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-04-07w64: Fix data type of tb_next and other variables used for host addressesStefan Weil
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-04-08remove TARGET_* defines from translate-all.cPaolo Bonzini
2010-04-08Shrink tb_jmp_offset to two entries, the other two are never used.Filip Navara
2010-03-29Compile qemu-timer only onceBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-01-15global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)aliguori
2009-01-15global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)aliguori
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32