aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2015-06-19semihosting: add --semihosting-config arg sub-argumentpull-target-arm-20150619Leon 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
2015-06-05memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini
2015-06-05memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini
2015-05-31Add stream ID to MSI writePavel Fedin
2015-04-30exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini
2015-04-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-04-27memory: add memory_region_ram_resizePaolo Bonzini
2015-04-27dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng
2015-04-26target-arm: Add user-mode transaction attributePeter Maydell
2015-04-26target-arm: Honour NS bits in page tablesPeter Maydell
2015-04-26exec.c: Add new address_space_ld*/st* functionsPeter Maydell
2015-04-26exec.c: Make address_space_rw take transaction attributesPeter Maydell
2015-04-26Add MemTxAttrs to the IOTLBPeter Maydell
2015-04-26Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-04-26memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-03-04pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang
2015-02-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-02-16Convert ram_list to RCUMike Day
2015-02-16exec: convert ram_list to QLISTMike Day
2015-02-16cosmetic changes preparing for the following patchesMike Day
2015-02-16exec: protect mru_block with RCUPaolo Bonzini
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2015-02-16exec: introduce cpu_reload_memory_mapPaolo Bonzini
2015-02-12tcg: Put opcodes in a linked listRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini