index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
translate-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-8
/
+8
2014-03-13
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
Andreas Färber
1
-3
/
+3
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-3
/
+3
2014-03-13
translate-all: Change tb_flush_jmp_cache() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
1
-4
/
+5
2014-03-13
translate-all: Change cpu_io_recompile() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
translate-all: Change tb_check_watchpoint() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
translate-all: Change cpu_restore_state_from_tb() argument to CPUState
Andreas Färber
1
-8
/
+7
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
1
-1
/
+2
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
1
-9
/
+6
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+8
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+3
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+8
2014-02-11
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
1
-2
/
+2
2014-01-17
kvm: initialize qemu_host_page_size
Alexey Kardashevskiy
1
-6
/
+8
2013-12-23
cputlb: Tidy memset() of arrays
Richard Henderson
1
-3
/
+2
2013-12-10
split definitions for exec.c and translate-all.c radix trees
Paolo Bonzini
1
-14
/
+18
2013-10-10
exec: Delete is_tcg_gen_code and GETRA_EXT
Richard Henderson
1
-12
/
+0
2013-09-20
translate-all: Fix formatting of dump output
Stefan Weil
1
-2
/
+3
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-2
/
+2
2013-07-23
linux-user: Unlock mmap_lock when resuming guest from page_unprotect
Alexander Graf
1
-3
/
+7
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-4
/
+8
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
1
-8
/
+12
2013-06-20
exec: return MemoryRegion from address_space_translate
Paolo Bonzini
1
-5
/
+5
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
1
-0
/
+2
2013-05-29
memory: add address_space_translate
Paolo Bonzini
1
-3
/
+3
2013-05-24
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-05-24
memory: Replace open-coded memory_region_is_romd
Jan Kiszka
1
-1
/
+1
2013-05-18
translate: remove redundantly included qemu/timer.h
liguang
1
-1
/
+0
2013-04-26
PPC: Fix compile with profiling enabled
Alexander Graf
1
-0
/
+1
2013-04-22
translate-all: fix compiler warning and linked error
Alexey Kardashevskiy
1
-0
/
+1
2013-04-15
include: avoid useless includes of exec/ headers
Paolo Bonzini
1
-3
/
+2
2013-03-22
tcg: Fix occasional TCG broken problem when ldst optimization enabled
Yeongkyoon Lee
1
-2
/
+2
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-7
/
+5
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-5
/
+5
2013-03-03
translate-all.c: Remove cpu_unlink_tb()
Peter Maydell
1
-69
/
+0
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
1
-2
/
+2
2013-02-16
cputlb: Pass CPUState to cpu_unlink_tb()
Andreas Färber
1
-4
/
+5
2013-02-16
cpu: Move current_tb field to CPUState
Andreas Färber
1
-10
/
+19
2013-02-16
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
1
-49
/
+47
2013-02-16
TCG: Final globals clean-up
Evgeny Voevodin
1
-48
/
+49
2012-12-22
translate-all.c: Use tb1->phys_hash_next directly in tb_remove
陳韋任 (Wei-Ren Chen)
1
-7
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-3
/
+3
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-12-16
exec: refactor cpu_restore_state
Blue Swirl
1
-7
/
+20
2012-12-16
exec: move TB handling to translate-all.c
Blue Swirl
1
-0
/
+1719
2012-12-08
TCG: Remove unused global gen_opc_ arrays.
Evgeny Voevodin
1
-4
/
+0
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
1
-1
/
+2
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
1
-1
/
+1
[next]