summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-22exec: allows 8-byte accesses in subpage_opsPaolo Bonzini1-2/+11
2014-12-20exec: change default exception_index value for migration to -1Paolo Bonzini1-2/+2
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin1-5/+5
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-3/+6
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell1-4/+2
2014-09-19exec.c: fix setting 1-byte-long watchpointsMax Filippov1-1/+1
2014-09-15Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-0/+1
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-16/+40
2014-09-12exec: file_ram_alloc(): print error when prealloc failsLuiz Capitulino1-0/+1
2014-09-12exec.c: Record watchpoint fault address and directionPeter Maydell1-1/+6
2014-09-12exec.c: Provide full set of dummy wp remove functions in user-modePeter Maydell1-0/+10
2014-09-12exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell1-13/+31
2014-09-09exec: add parameter errp to gethugepagesizeHu Tao1-4/+7
2014-09-09exec: report error when memory < hpagesizeHu Tao1-3/+6
2014-09-09exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao1-9/+27
2014-09-05exec: Save CPUState::exception_index fieldPavel Dovgaluk1-0/+35
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+2
2014-08-18exec: Abstract away ref to memory region namesPeter Crosthwaite1-2/+2
2014-07-22exec: fix migration with devices that use address_space_rwPaolo Bonzini1-16/+4
2014-07-01memory: do not give a name to the internal exec.c regionsPaolo Bonzini1-4/+4
2014-07-01memory: MemoryRegion: QOMifyPeter Crosthwaite1-2/+2
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz1-6/+2
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion1-0/+7
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson1-1/+0
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini1-8/+10
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini1-0/+7
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini1-12/+24
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-8/+2
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini1-3/+6
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini1-43/+1
2014-06-19memory: reorganize file-based allocationPaolo Bonzini1-42/+63
2014-06-17exec: dummy_section: Pass address space through.Peter Crosthwaite1-6/+8
2014-06-17exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao1-5/+21
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2014-05-07exec: Limit translation limiting in address_space_translate to xenAlexey Kardashevskiy1-1/+1
2014-03-19exec: Fix CPU rework falloutChristian Borntraeger1-1/+1
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-3/+1
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber1-5/+2
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber1-2/+1
2014-03-13exec: Change memory_region_section_get_iotlb() argument to CPUStateAndreas Färber1-2/+1
2014-03-13cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber1-1/+1
2014-03-13exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-12/+8
2014-03-13exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber1-17/+17
2014-03-13translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber1-1/+1
2014-03-13translate-all: Change tb_check_watchpoint() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-8/+13
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-13/+20
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-1/+1