Sign in
qemu
/
qemu
/
d7dce494769e47c9a1eec6f55578d3acdfab888b
/
exec-all.h
5bbd2ca
tcg-sparc: Fix and enable direct TB chaining.
by Richard Henderson
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 13 years ago
3cebc3f
tcg: Fix MAX_OPC_PARAM_IARGS
by Stefan Weil
· 13 years ago
84e3b60
cleanup cpu_set_debug_excp_handler
by Igor Mammedov
· 13 years ago
77a8f1a
linux-user: Fix stale tbs after mmap
by Alexander Graf
· 13 years ago
0cac1b6
cputlb: move TLB handling to a separate file
by Blue Swirl
· 13 years ago
c3ca046
tci: GETPC() macro must return an uintptr_t
by Stefan Weil
· 13 years ago
1e7855a
exec: provide tb_invalidate_phys_addr function
by Max Filippov
· 13 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
4266717
Add QEMU_NORETURN to function cpu_io_recompile
by Stefan Weil
· 13 years ago
38c30fb
Add QEMU_NORETURN to function cpu_resume_from_signal
by Stefan Weil
· 13 years ago
6375e09
w64: Fix data type of tb_next and other variables used for host addresses
by Stefan Weil
· 13 years ago
e141ab5
softmmu templates: optionally pass CPUState to memory access functions
by Blue Swirl
· 14 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
97161e1
memory: get rid of cpu_register_io_memory()
by Avi Kivity
· 13 years ago
37ec01d
memory: dispatch directly via MemoryRegion
by Avi Kivity
· 13 years ago
aa10223
memory: store section indices in iotlb instead of io indices
by Avi Kivity
· 13 years ago
a621f38
Direct dispatch through MemoryRegion
by Avi Kivity
· 13 years ago
d39e822
Uninline get_page_addr_code()
by Avi Kivity
· 13 years ago
1d393fa
Avoid range comparisons on io index types
by Avi Kivity
· 13 years ago
acbbec5
memory: move mmio access to functions
by Avi Kivity
· 13 years ago
7316329
tcg: Add bytecode generator for tcg interpreter
by Stefan Weil
· 13 years ago
c2f36c6
exec-all: Fix void pointer arithmetic
by Stefan Weil
· 13 years ago
946fb27
qemu-timer: move icount to cpus.c
by Paolo Bonzini
· 14 years ago
3917149
Move GETPC from dyngen-exec.h to exec-all.h
by Blue Swirl
· 13 years ago
bccd9ec
softmmu_header: pass CPUState to tlb_fill
by Blue Swirl
· 14 years ago
b14ef7c
Fix unassigned memory access handling
by Blue Swirl
· 14 years ago
5b620fb
exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses
by Peter Maydell
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
5b45040
target-alpha: Trap for unassigned and unaligned addresses.
by Richard Henderson
· 14 years ago
05c8a1e
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
by Aurelien Jarno
· 14 years ago
dcfd14b
Delete unused tb_invalidate_page_range
by Blue Swirl
· 14 years ago
7a86d29
tcg: extend max tcg opcodes when using 64-on-32bit
by Alexander Graf
· 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
d1a1eb7
Make tb_alloc static
by Tristan Gingold
· 14 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 14 years ago
f96a383
TCG: Improve tb_phys_hash_func()
by Aurelien Jarno
· 14 years ago
4a1e19a
tcg-arm: fix __clear_cache() warning
by Aurelien Jarno
· 14 years ago
e890261
Export qemu_ram_addr_from_host
by Marcelo Tosatti
· 14 years ago
0490603
remove dead code
by Jun Koi
· 15 years ago
24ab68a
Declare code_gen_ptr, code_gen_max_blocks 'static'
by Stefan Weil
· 15 years ago
239fda3
tcg: get rid of copy_size in TCGOpDef
by Aurelien Jarno
· 15 years ago
1a28cac
make SIG_IPI to tcg vcpu thread reliable
by Marcelo Tosatti
· 15 years ago
4d0e4ac
Clean up definition of MAX_OPC_PARAM
by Stuart Brady
· 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
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
b480d9b
Fix usermode virtual address type
by Paul Brook
· 15 years ago
b3755a9
Disable phsyical memory handling in userspace emulation.
by Paul Brook
· 15 years ago
41c1b1c
Add tb_page_addr_t
by Paul Brook
· 15 years ago
c527ee8
Avoid tlb_set_page in userspace emulation
by Paul Brook
· 15 years ago
0cbfcd2
tcg: increase TCG_MAX_OP_SIZE to 192
by Aurelien Jarno
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
87b78ad
ARM host: fix generated blocks linking
by Laurent Desnogues
· 15 years ago
6db7350
exec-all.h: increase OPC_BUF_SIZE
by Aurelien Jarno
· 15 years ago
b689c62
exec-all.h: increase MAX_OP_PER_INSTR to 96 from 64
by Aurelien Jarno
· 15 years ago
4a1418e
Unbreak large mem support by removing kqemu
by Anthony Liguori
· 16 years ago
a8cd70f
Enable USE_DIRECT_JUMP on Win32.
by Filip Navara
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
640f42e
kqemu: merge CONFIG_KQEMU and USE_KQEMU
by blueswir1
· 16 years ago
94a6b54
Implement dynamic guest ram allocation.
by pbrook
· 16 years ago
5579c7f
Remove code phys_ram_base uses.
by pbrook
· 16 years ago
1b530a6
Add new command line option -singlestep for tcg single stepping.
by aurel32
· 16 years ago
4f39636
Remove GenOpFunc typedefs
by blueswir1
· 16 years ago
a5e50b2
Replace noreturn with QEMU_NORETURN
by malc
· 16 years ago
7d99a00
Add noreturn function attribute
by blueswir1
· 16 years ago
e58ffeb
Remove all traces of __powerpc__
by malc
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
49516bc
Some cleanups after dyngen removal
by aurel32
· 16 years ago
3233f0d
Use libgcc __clear_cache to clean icache, when available.
by balrog
· 16 years ago
2cbd949
Common cpu_loop_exit prototype
by aurel32
· 16 years ago
dde2367
Add debug exception hook (Jan Kiszka)
by aliguori
· 16 years ago
de9a95f
Revert commits 5685 to 5688 committed by mistake
by aurel32
· 16 years ago
dc18031
Disable debug code for production.
by aurel32
· 16 years ago
875cdcf
protect exec-all.h frm multiple inclusion (Glauber Costa)
by aliguori
· 16 years ago
e18231a
Show size for unassigned accesses (Robert Reif)
by blueswir1
· 16 years ago
ac509d8
Move offsetof to osdep.h, remove local defintions.
by balrog
· 17 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 17 years ago
5278154
On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64
by malc
· 17 years ago
810260a
Preliminary PPC64/Linux host support
by malc
· 17 years ago
2cfc5f1
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
by ths
· 17 years ago
551bd27
Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.
by ths
· 17 years ago
bf20dc0
Spelling fixes, spotted by Stuart Brady.
by ths
· 17 years ago
2e70f6e
Add instruction counter.
by pbrook
· 17 years ago
d597536
Multithreaded locking fixes.
by pbrook
· 17 years ago
0a878c4
PPC TCG Fixes
by malc
· 17 years ago
1235fc0
Spelling fixes, by Stefan Weil.
by ths
· 17 years ago
932a690
support of long calls for PPC (malc)
by bellard
· 17 years ago
da26024
kqemu API change - allow use of kqemu with 32 bit QEMU on a 64 bit host
by bellard
· 17 years ago
26a5f13
variable dynamic translation buffer size
by bellard
· 17 years ago
7a5ca86
qemu-nbd tool (Anthony Liguori)
by bellard
· 17 years ago
811d4cf
ARM host support for TCG targets.
by balrog
· 17 years ago
a57f631
removed unused code
by bellard
· 17 years ago
4d7a088
Fix compiler warnings in common files
by blueswir1
· 17 years ago
e83a867
Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).
by edgar_igl
· 17 years ago
b5e19d4
Make the paged properties of the tb-jmp-cache hash function work for TARGET_PAGE_BITS != 12.
by edgar_igl
· 17 years ago
Next »