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
Age
Commit message (
Expand
)
Author
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
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2015-06-05
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
2015-06-03
softmmu: support up to 12 MMU modes
Paolo Bonzini
2015-05-31
Add stream ID to MSI write
Pavel Fedin
2015-04-30
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-27
memory: add memory_region_ram_resize
Paolo Bonzini
2015-04-27
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
Fam Zheng
2015-04-26
target-arm: Add user-mode transaction attribute
Peter Maydell
2015-04-26
target-arm: Honour NS bits in page tables
Peter Maydell
2015-04-26
exec.c: Add new address_space_ld*/st* functions
Peter Maydell
2015-04-26
exec.c: Make address_space_rw take transaction attributes
Peter Maydell
2015-04-26
Add MemTxAttrs to the IOTLB
Peter Maydell
2015-04-26
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
2015-04-26
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
[next]