summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2015-10-17exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite1-5/+1
2015-07-24memory: count number of active VGA logging clientsPaolo Bonzini1-0/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09gdbstub: Change gdbserver_fork() to accept cpu instead of envPeter Crosthwaite1-1/+1
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-07migration: extend migration_bitmapLi Zhijian1-0/+3
2015-07-06cpu-all: complete "real" host page size APIPeter Crosthwaite1-0/+3
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-36/+85
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell2-1/+2
2015-07-01memory: Add global-locking property to memory regionsJan Kiszka1-0/+26
2015-06-26cpu-defs: Move out TB_JMP definesPeter Crosthwaite2-8/+8
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite2-20/+43
2015-06-26include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite2-6/+6
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite1-1/+0
2015-06-26include/softmmu-semi.h: Make semihosting support 64-bit cleanMaciej W. Rozycki1-6/+7
2015-06-19semihosting: add --semihosting-config arg sub-argumentLeon Alrae1-0/+18
2015-06-19semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2-6/+44
2015-06-17softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno1-2/+6
2015-06-15linux-user: Allocate thunk size dynamicallyAlexander Graf1-1/+3
2015-06-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell1-0/+2
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert1-2/+2
2015-06-11softmmu: Add probe_write()Yongbok Kim1-0/+2
2015-06-05target-i386: introduce cpu_get_mem_attrsPaolo Bonzini1-1/+3
2015-06-05memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi1-3/+3
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi1-23/+10
2015-06-05migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi1-0/+44
2015-06-05memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi1-7/+9
2015-06-05memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini1-3/+5
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini1-7/+18
2015-06-05exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini1-5/+5
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini1-17/+16
2015-06-05cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini1-2/+1
2015-06-05exec: move functions to translate-all.hPaolo Bonzini1-5/+1
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini1-1/+2
2015-06-05memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini1-2/+2
2015-06-05memory: prepare for multiple bits in the dirty log maskPaolo Bonzini1-2/+4
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini1-2/+14
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini1-2/+1
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini2-8/+131
2015-05-31Add stream ID to MSI writePavel Fedin1-0/+2
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini1-1/+3
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+14
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini1-0/+12
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng1-1/+2
2015-04-26target-arm: Add user-mode transaction attributePeter Maydell1-0/+2
2015-04-26target-arm: Honour NS bits in page tablesPeter Maydell1-0/+2
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell1-0/+67
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell1-11/+20
2015-04-26Add MemTxAttrs to the IOTLBPeter Maydell2-0/+5