index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
2015-09-09
remove unused spinlock.
KONRAD Frederic
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
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-24
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-18
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-08-14
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-13
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
2015-08-06
cpu_defs: Simplify CPUTLB padding logic
Peter Crosthwaite
2015-08-06
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
2015-07-24
memory: count number of active VGA logging clients
Paolo Bonzini
2015-07-09
cpu: Change cpu_exec_init() arg to cpu, not env
Peter Crosthwaite
2015-07-09
gdbstub: Change gdbserver_fork() to accept cpu instead of 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-07-06
cpu-all: complete "real" host page size API
Peter Crosthwaite
2015-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-07-06
Stop including qemu-common.h in memory.h
Peter Maydell
2015-07-01
memory: Add global-locking property to memory regions
Jan Kiszka
2015-06-26
cpu-defs: Move out TB_JMP defines
Peter Crosthwaite
2015-06-26
include/exec: Move tb hash functions out
Peter Crosthwaite
2015-06-26
include/exec: Move standard exceptions to cpu-all.h
Peter Crosthwaite
2015-06-26
cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
Peter Crosthwaite
2015-06-26
include/softmmu-semi.h: Make semihosting support 64-bit clean
Maciej W. Rozycki
2015-06-19
semihosting: add --semihosting-config arg sub-argument
Leon Alrae
2015-06-19
semihosting: create SemihostingConfig structure and semihost.h
Leon Alrae
2015-06-17
softmmu: provide tlb_vaddr_to_host function for user mode
Aurelien Jarno
2015-06-15
linux-user: Allocate thunk size dynamically
Alexander Graf
2015-06-12
Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging
Peter Maydell
2015-06-12
qemu_ram_foreach_block: pass up error value, and down the ramblock name
Dr. David Alan Gilbert
2015-06-11
softmmu: Add probe_write()
Yongbok Kim
2015-06-05
target-i386: introduce cpu_get_mem_attrs
Paolo Bonzini
2015-06-05
memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
Stefan Hajnoczi
2015-06-05
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
2015-06-05
migration: move dirty bitmap sync to ram_addr.h
Stefan Hajnoczi
2015-06-05
memory: use atomic ops for setting dirty memory bits
Stefan Hajnoczi
2015-06-05
memory: do not touch code dirty bitmap unless TCG is enabled
Paolo Bonzini
2015-06-05
exec: only check relevant bitmaps for cleanliness
Paolo Bonzini
2015-06-05
exec: invert return value of cpu_physical_memory_get_clean, rename
Paolo Bonzini
2015-06-05
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
2015-06-05
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
2015-06-05
exec: move functions to translate-all.h
Paolo Bonzini
2015-06-05
ram_addr: tweaks to xen_modified_memory
Paolo Bonzini
2015-06-05
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
[next]