summaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-8/+8
2014-03-13cputlb: Change tlb_unprotect_code_phys() argument to CPUStateAndreas Färber1-3/+3
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber1-3/+3
2014-03-13translate-all: Change tb_flush_jmp_cache() argument to CPUStateAndreas Färber1-2/+1
2014-03-13translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber1-4/+5
2014-03-13translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber1-2/+2
2014-03-13translate-all: Change tb_check_watchpoint() argument to CPUStateAndreas Färber1-2/+2
2014-03-13translate-all: Change cpu_restore_state_from_tb() argument to CPUStateAndreas Färber1-8/+7
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-1/+2
2014-03-13cpu: Move tb_jmp_cache field from CPU_COMMON to CPUStateAndreas Färber1-9/+6
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-7/+8
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber1-7/+8
2014-02-11exec: Make tb_invalidate_phys_addr input an ASEdgar E. Iglesias1-2/+2
2014-01-17kvm: initialize qemu_host_page_sizeAlexey Kardashevskiy1-6/+8
2013-12-23cputlb: Tidy memset() of arraysRichard Henderson1-3/+2
2013-12-10split definitions for exec.c and translate-all.c radix treesPaolo Bonzini1-14/+18
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson1-12/+0
2013-09-20translate-all: Fix formatting of dump outputStefan Weil1-2/+3
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-2/+2
2013-07-23linux-user: Unlock mmap_lock when resuming guest from page_unprotectAlexander Graf1-3/+7
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-4/+8
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-8/+12
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini1-5/+5
2013-06-12tcg/aarch64: implement new TCG target for aarch64Claudio Fontana1-0/+2
2013-05-29memory: add address_space_translatePaolo Bonzini1-3/+3
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori1-1/+1
2013-05-24memory: Replace open-coded memory_region_is_romdJan Kiszka1-1/+1
2013-05-18translate: remove redundantly included qemu/timer.hliguang1-1/+0
2013-04-26PPC: Fix compile with profiling enabledAlexander Graf1-0/+1
2013-04-22translate-all: fix compiler warning and linked errorAlexey Kardashevskiy1-0/+1
2013-04-15include: avoid useless includes of exec/ headersPaolo Bonzini1-3/+2
2013-03-22tcg: Fix occasional TCG broken problem when ldst optimization enabledYeongkyoon Lee1-2/+2
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-7/+5
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-5/+5
2013-03-03translate-all.c: Remove cpu_unlink_tb()Peter Maydell1-69/+0
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-2/+2
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber1-4/+5
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber1-10/+19
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin1-49/+47
2013-02-16TCG: Final globals clean-upEvgeny Voevodin1-48/+49
2012-12-22translate-all.c: Use tb1->phys_hash_next directly in tb_remove陳韋任 (Wei-Ren Chen)1-7/+5
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-7/+20
2012-12-16exec: move TB handling to translate-all.cBlue Swirl1-0/+1719
2012-12-08TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin1-4/+0
2012-12-08TCG: Use gen_opc_instr_start from context instead of global variable.Evgeny Voevodin1-1/+2
2012-12-08TCG: Use gen_opc_icount from context instead of global variable.Evgeny Voevodin1-1/+1