summaryrefslogtreecommitdiffstats
path: root/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
...
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-8/+8
* cputlb: Change tlb_unprotect_code_phys() argument to CPUStateAndreas Färber2014-03-131-3/+3
* cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber2014-03-131-3/+3
* translate-all: Change tb_flush_jmp_cache() argument to CPUStateAndreas Färber2014-03-131-2/+1
* translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber2014-03-131-4/+5
* translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber2014-03-131-2/+2
* translate-all: Change tb_check_watchpoint() argument to CPUStateAndreas Färber2014-03-131-2/+2
* translate-all: Change cpu_restore_state_from_tb() argument to CPUStateAndreas Färber2014-03-131-8/+7
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-1/+2
* cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-9/+6
* cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+8
* cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+3
* cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-7/+8
* exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias2014-02-111-2/+2
* kvm: initialize qemu_host_page_sizeAlexey Kardashevskiy2014-01-171-6/+8
* cputlb: Tidy memset() of arraysRichard Henderson2013-12-231-3/+2
* split definitions for exec.c and translate-all.c radix treesPaolo Bonzini2013-12-101-14/+18
* exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson2013-10-101-12/+0
* translate-all: Fix formatting of dump outputStefan Weil2013-09-201-2/+3
* 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
OpenPOWER on IntegriCloud