Sign in
qemu
/
qemu
/
ed8b4afe5ff290ae119237e4fa2142e9f1832230
/
translate-all.c
483c76e
tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment
by Richard Henderson
· 11 years ago
479eb12
tcg-mips: Layout executable and code_gen_buffer
by Richard Henderson
· 11 years ago
1813e17
tcg: Define tcg_insn_unit for code pointers
by Richard Henderson
· 11 years ago
cd7ccc8
page_check_range: don't bail out early after unprotecting page
by Andrei Warkentin
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 11 years ago
baea4fa
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
by Andreas Färber
· 11 years ago
0ea8cb8
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
by Andreas Färber
· 11 years ago
611d4f9
translate-all: Change tb_flush_jmp_cache() argument to CPUState
by Andreas Färber
· 11 years ago
648f034
translate-all: Change tb_gen_code() argument to CPUState
by Andreas Färber
· 11 years ago
90b40a6
translate-all: Change cpu_io_recompile() argument to CPUState
by Andreas Färber
· 11 years ago
239c51a
translate-all: Change tb_check_watchpoint() argument to CPUState
by Andreas Färber
· 11 years ago
74f1051
translate-all: Change cpu_restore_state_from_tb() argument to CPUState
by Andreas Färber
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 11 years ago
8cd7043
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
28ecfd7
cpu: Move icount_decr field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
99df7dc
cpu: Move can_do_io field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
93afead
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
29d8ec7
exec: Make tb_invalidate_phys_addr input an AS
by Edgar E. Iglesias
· 11 years ago
47c16ed
kvm: initialize qemu_host_page_size
by Alexey Kardashevskiy
· 11 years ago
eb2535f
cputlb: Tidy memset() of arrays
by Richard Henderson
· 11 years ago
03f4995
split definitions for exec.c and translate-all.c radix trees
by Paolo Bonzini
· 11 years ago
dbdbe0c
exec: Delete is_tcg_gen_code and GETRA_EXT
by Richard Henderson
· 11 years ago
227b817
translate-all: Fix formatting of dump output
by Stefan Weil
· 11 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
d02532f
linux-user: Unlock mmap_lock when resuming guest from page_unprotect
by Alexander Graf
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
5c8a00c
exec: return MemoryRegion from address_space_translate
by Paolo Bonzini
· 12 years ago
4a136e0
tcg/aarch64: implement new TCG target for aarch64
by Claudio Fontana
· 12 years ago
149f54b
memory: add address_space_translate
by Paolo Bonzini
· 12 years ago
fd469df
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
4b81126
memory: Replace open-coded memory_region_is_romd
by Jan Kiszka
· 12 years ago
7bc9315
translate: remove redundantly included qemu/timer.h
by liguang
· 12 years ago
c8ff5da
PPC: Fix compile with profiling enabled
by Alexander Graf
· 12 years ago
0aa0989
translate-all: fix compiler warning and linked error
by Alexey Kardashevskiy
· 12 years ago
0bc3cd6
include: avoid useless includes of exec/ headers
by Paolo Bonzini
· 12 years ago
52ae646
tcg: Fix occasional TCG broken problem when ldst optimization enabled
by Yeongkyoon Lee
· 12 years ago
c3affe5
cpu: Pass CPUState to cpu_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
3a808cc
translate-all.c: Remove cpu_unlink_tb()
by Peter Maydell
· 12 years ago
378df4b
Handle CPU interrupts by inline checking of a flag
by Peter Maydell
· 12 years ago
907a5e3
cputlb: Pass CPUState to cpu_unlink_tb()
by Andreas Färber
· 12 years ago
d77953b
cpu: Move current_tb field to CPUState
by Andreas Färber
· 12 years ago
5e5f07e
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
by Evgeny Voevodin
· 12 years ago
0b0d332
TCG: Final globals clean-up
by Evgeny Voevodin
· 12 years ago
0c884d1
translate-all.c: Use tb1->phys_hash_next directly in tb_remove
by 陳韋任 (Wei-Ren Chen)
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
76cad71
build: kill libdis, move disassemblers to disas/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
5b6dd86
exec: move TB handling to translate-all.c
by Blue Swirl
· 12 years ago
94788f5
TCG: Remove unused global gen_opc_ arrays.
by Evgeny Voevodin
· 12 years ago
ab1103d
TCG: Use gen_opc_instr_start from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
c9c99c2
TCG: Use gen_opc_icount from context instead of global variable.
by Evgeny Voevodin
· 12 years ago
83eeb39
TCG: Remove unused global variables
by Evgeny Voevodin
· 12 years ago
6375e09
w64: Fix data type of tb_next and other variables used for host addresses
by Stefan Weil
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
614f104
Delegate setup of TCG temporaries to targets
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
239fda3
tcg: get rid of copy_size in TCGOpDef
by Aurelien Jarno
· 15 years ago
1a7ff92
remove TARGET_* defines from translate-all.c
by Paolo Bonzini
· 15 years ago
efc0a51
Shrink tb_jmp_offset to two entries, the other two are never used.
by Filip Navara
· 15 years ago
29e922b
Compile qemu-timer only once
by Blue Swirl
· 15 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
8fec2b8
global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost)
by aliguori
· 16 years ago
31b1a7b
global s/fflush(logfile)/qemu_log_flush()/ (Eduardo Habkost)
by aliguori
· 16 years ago
93fcfe3
Convert references to logfile/loglevel to use qemu_log*() macros
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
54604f7
Some cleanups after dyngen removal
by aurel32
· 16 years ago
2cfc5f1
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
by ths
· 17 years ago
2e70f6e
Add instruction counter.
by pbrook
· 17 years ago
b67d9a5
TCG profiler clean up
by bellard
· 17 years ago
a57f631
removed unused code
by bellard
· 17 years ago
d2856f1
Factorize code in translate.c
by aurel32
· 17 years ago
a20e31d
Use a common constant for temp_buf size
by blueswir1
· 17 years ago
a208e54
TCG op size estimation fix.
by pbrook
· 17 years ago
e62b5b1
* Add a model of the ETRAX interrupt controller.
by edgar_igl
· 17 years ago
623e265
Simplify TCG relocation bugfix.
by pbrook
· 17 years ago
2ba1eeb
Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for
by pbrook
· 17 years ago
57fec1f
use the TCG code generator
by bellard
· 17 years ago
d07bde8
Fix code generation buffer overflow reported by TeLeMan
by blueswir1
· 17 years ago
823029f
SH4 delay slot code update, by Magnus Damm.
by ths
· 17 years ago
7863667
Always make PowerPC hypervisor mode memory accesses and instructions
by j_mayer
· 17 years ago
745cacc
removed warning
by bellard
· 17 years ago
ec6338b
removed obsolete x86 code copy support
by bellard
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
ead9360
Partial support for 34K multithreading, not functional yet.
by ths
· 17 years ago
eddf68a
Integrate Alpha target in Qemu core.
by j_mayer
· 18 years ago
e6e5906
ColdFire target.
by pbrook
· 18 years ago
30d6cb8
correct MIPS state restoring (Daniel Jacobowitz)
by bellard
· 19 years ago
6af0bf9
MIPS target (Jocelyn Mayer)
by bellard
· 20 years ago
c3278b7
sparc exception fix (we go up to the shell prompt)
by bellard
· 20 years ago
4f716dc
avoid redefinition problems
by bellard
· 20 years ago
c468787
labels support in dyngen
by bellard
· 20 years ago
e95c8d5
full system SPARC emulation (Blue Swirl)
by bellard
· 20 years ago
4f2ac23
amd64 port (Jocelyn Mayer)
by bellard
· 21 years ago
a541f29
PowerPC system emulation fixes (Jocelyn Mayer)
by bellard
· 21 years ago
Next »