summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
...
| * Stop including qemu-common.h in memory.hPeter Maydell2015-07-062-1/+2
| * memory: Add global-locking property to memory regionsJan Kiszka2015-07-011-0/+26
| * cpu-defs: Move out TB_JMP definesPeter Crosthwaite2015-06-262-8/+8
| * include/exec: Move tb hash functions outPeter Crosthwaite2015-06-262-20/+43
| * include/exec: Move standard exceptions to cpu-all.hPeter Crosthwaite2015-06-262-6/+6
| * cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite2015-06-261-1/+0
* | include/softmmu-semi.h: Make semihosting support 64-bit cleanMaciej W. Rozycki2015-06-261-6/+7
|/
* semihosting: add --semihosting-config arg sub-argumentLeon Alrae2015-06-191-0/+18
* semihosting: create SemihostingConfig structure and semihost.hLeon Alrae2015-06-192-6/+44
* softmmu: provide tlb_vaddr_to_host function for user modeAurelien Jarno2015-06-171-2/+6
* linux-user: Allocate thunk size dynamicallyAlexander Graf2015-06-151-1/+3
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into stagingPeter Maydell2015-06-121-0/+2
|\
| * softmmu: Add probe_write()Yongbok Kim2015-06-111-0/+2
* | qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert2015-06-121-2/+2
|/
* target-i386: introduce cpu_get_mem_attrsPaolo Bonzini2015-06-051-1/+3
* memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomicStefan Hajnoczi2015-06-051-3/+3
* memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi2015-06-051-23/+10
* migration: move dirty bitmap sync to ram_addr.hStefan Hajnoczi2015-06-051-0/+44
* memory: use atomic ops for setting dirty memory bitsStefan Hajnoczi2015-06-051-7/+9
* memory: do not touch code dirty bitmap unless TCG is enabledPaolo Bonzini2015-06-051-3/+5
* exec: only check relevant bitmaps for cleanlinessPaolo Bonzini2015-06-051-7/+18
* exec: invert return value of cpu_physical_memory_get_clean, renamePaolo Bonzini2015-06-051-5/+5
* exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini2015-06-051-17/+16
* cputlb: remove useless arguments to tlb_unprotect_code_phys, renamePaolo Bonzini2015-06-051-2/+1
* exec: move functions to translate-all.hPaolo Bonzini2015-06-051-5/+1
* ram_addr: tweaks to xen_modified_memoryPaolo Bonzini2015-06-051-1/+2
* memory: track DIRTY_MEMORY_CODE in mr->dirty_log_maskPaolo Bonzini2015-06-051-2/+2
* memory: prepare for multiple bits in the dirty log maskPaolo Bonzini2015-06-051-2/+4
* memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...Paolo Bonzini2015-06-051-2/+14
* memory: the only dirty memory flag for users is DIRTY_MEMORY_VGAPaolo Bonzini2015-06-051-2/+1
* softmmu: support up to 12 MMU modesPaolo Bonzini2015-06-032-8/+131
* Add stream ID to MSI writePavel Fedin2015-05-311-0/+2
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-04-302-1/+14
|\
| * memory: add memory_region_ram_resizePaolo Bonzini2015-04-271-0/+12
| * dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancelFam Zheng2015-04-271-1/+2
* | target-arm: Add user-mode transaction attributePeter Maydell2015-04-261-0/+2
* | target-arm: Honour NS bits in page tablesPeter Maydell2015-04-261-0/+2
* | exec.c: Add new address_space_ld*/st* functionsPeter Maydell2015-04-261-0/+67
* | exec.c: Make address_space_rw take transaction attributesPeter Maydell2015-04-261-11/+20
* | Add MemTxAttrs to the IOTLBPeter Maydell2015-04-262-0/+5
* | Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell2015-04-261-2/+11
* | memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell2015-04-262-4/+31
* | memory: Define API for MemoryRegionOps to take attrs and return statusPeter Maydell2015-04-262-0/+63
|/
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-2/+2
* pc-dimm: add a function to calculate VM's current RAM sizezhanghailiang2015-03-041-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-02-243-8/+12
|\
| * Convert ram_list to RCUMike Day2015-02-161-4/+2
| * exec: convert ram_list to QLISTMike Day2015-02-161-2/+2
| * cosmetic changes preparing for the following patchesMike Day2015-02-161-0/+1
OpenPOWER on IntegriCloud