summaryrefslogtreecommitdiffstats
path: root/translate-all.c
Commit message (Expand)AuthorAgeFilesLines
* translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...Paolo Bonzini2015-06-051-9/+6
* cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini2015-06-051-1/+1
* translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini2015-06-051-3/+2
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-0/+3
* translate-all: use bitmap helpers for PageDesc's bitmapEmilio G. Cota2015-04-281-33/+9
* translate-all: use glib for all page descriptor allocationsEmilio G. Cota2015-04-271-16/+2
* target-i386: remove superfluous TARGET_HAS_SMC macroEmilio G. Cota2015-04-041-4/+0
* translate-all: Use g_try_malloc() for dynamic translator bufferMarkus Armbruster2015-02-101-1/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+2
* translate-all: Mark map_exec() with the 'unused' attributeSeokYeon Hwang2015-01-151-2/+2
* translate: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini2014-12-231-0/+3
* Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell2014-12-171-0/+5
|\
| * tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+5
* | target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki2014-12-161-1/+1
|/
* cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk2014-12-151-0/+6
* translate-all.c: memory walker initial address miscalculationMikhail Ilyin2014-10-061-17/+16
* trace: add some tcg tracing supportAlex Bennée2014-08-121-0/+3
* Fix new typos (found by codespell)Stefan Weil2014-06-241-1/+1
* memory: move preallocation code out of exec.cPaolo Bonzini2014-06-191-7/+0
* tcg-mips: Constrain the code_gen_buffer to be within one 256mb segmentRichard Henderson2014-05-241-5/+85
* tcg-mips: Layout executable and code_gen_bufferRichard Henderson2014-05-241-0/+13
* tcg: Define tcg_insn_unit for code pointersRichard Henderson2014-05-121-7/+6
* page_check_range: don't bail out early after unprotecting pageAndrei Warkentin2014-04-041-1/+0
* 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
OpenPOWER on IntegriCloud