index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
exec-all.h
Age
Commit message (
Expand
)
Author
2016-06-11
tb hash: track translated blocks with qht
Emilio G. Cota
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
exec: extract exec/tb-context.h
Paolo Bonzini
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2016-05-12
tcg: Clarify thread safety check in tb_add_jump()
Sergey Fedorov
2016-05-12
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
2016-05-12
tcg: Note requirement on atomic direct jump patching
Sergey Fedorov
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
tci: Make direct jump patching thread-safe
Sergey Fedorov
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-03-22
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
2016-03-22
qemu-log: Improve the "exec" TB execution logging
Peter Maydell
2016-01-21
exec.c: Add cpu_get_address_space()
Peter Maydell
2016-01-21
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
2016-01-21
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
2016-01-21
exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page
Peter Maydell
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2016-01-21
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
2015-11-10
Move page_size_init earlier
Dr. David Alan Gilbert
2015-11-05
cpu-exec: allow temporary disabling icount
Pavel Dovgalyuk
2015-10-12
exec: remove non-TCG stuff from exec-all.h header.
Paolo Bonzini
2015-10-12
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
2015-10-07
tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE
Richard Henderson
2015-10-07
tcg: Check for overflow via highwater mark
Richard Henderson
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
2015-10-07
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
2015-10-07
tcg: Merge cpu_gen_code into tb_gen_code
Richard Henderson
2015-09-16
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-11
cpu-exec: introduce loop exit with restore function
Pavel Dovgalyuk
2015-09-09
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-08-26
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
2015-08-25
cputlb: Add functions for flushing TLB for a single MMU index
Peter Maydell
2015-08-14
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-06
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
2015-07-09
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
2015-07-09
cpu: Add Error argument to cpu_exec_init()
Bharata B Rao
2015-07-07
migration: extend migration_bitmap
Li Zhijian
2015-06-26
include/exec: Move tb hash functions out
Peter Crosthwaite
2015-06-11
softmmu: Add probe_write()
Yongbok Kim
2015-06-05
exec: move functions to translate-all.h
Paolo Bonzini
[next]