summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2015-09-09remove unused spinlock.KONRAD Frederic
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert
2015-09-09tcg: signal-free qemu_cpu_kickPaolo Bonzini
2015-09-09tcg: introduce tcg_current_cpuPaolo Bonzini
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-08-18Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-08-14exec: drop cpu_can_do_io, just read cpu->can_do_ioPaolo Bonzini
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-08-06cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-07-07migration: extend migration_bitmapLi Zhijian
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka
2015-06-26cpu-defs: Move out TB_JMP definesPeter Crosthwaite
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite
2015-06-26include/softmmu-semi.h: Make semihosting support 64-bit cleanMaciej W. Rozycki
2015-06-19semihosting: add --semihosting-config arg sub-argumentLeon Alrae
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae
2015-06-17softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert
2015-06-11softmmu: Add probe_write()Yongbok Kim
2015-06-05target-i386: introduce cpu_get_mem_attrsPaolo Bonzini
2015-06-05memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi
2015-06-05memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi
2015-06-05memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini
2015-06-05exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini
2015-06-05exec: move functions to translate-all.hPaolo Bonzini
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini