summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec.c: fix setting 1-byte-long watchpointsMax Filippov2014-09-191-1/+1
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-09-151-0/+1
|\
| * exec: file_ram_alloc(): print error when prealloc failsLuiz Capitulino2014-09-121-0/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-121-16/+40
|\ \
| * | exec: add parameter errp to gethugepagesizeHu Tao2014-09-091-4/+7
| * | exec: report error when memory < hpagesizeHu Tao2014-09-091-3/+6
| * | exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptrHu Tao2014-09-091-9/+27
| |/
* | exec.c: Record watchpoint fault address and directionPeter Maydell2014-09-121-1/+6
* | exec.c: Provide full set of dummy wp remove functions in user-modePeter Maydell2014-09-121-0/+10
* | exec.c: Relax restrictions on watchpoint length and alignmentPeter Maydell2014-09-121-13/+31
|/
* exec: Save CPUState::exception_index fieldPavel Dovgaluk2014-09-051-0/+35
* iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-2/+2
|\
| * exec: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-2/+2
* | exec: fix migration with devices that use address_space_rwPaolo Bonzini2014-07-221-16/+4
|/
* memory: do not give a name to the internal exec.c regionsPaolo Bonzini2014-07-011-4/+4
* memory: MemoryRegion: QOMifyPeter Crosthwaite2014-07-011-2/+2
* exec: introduce target_words_bigendian() helperGreg Kurz2014-06-291-6/+2
* vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion2014-06-291-0/+7
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-1/+0
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-8/+10
* hostmem: allow preallocation of any memory regionPaolo Bonzini2014-06-191-0/+7
* memory: add error propagation to file-based RAM allocationPaolo Bonzini2014-06-191-12/+24
* memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini2014-06-191-8/+2
* memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini2014-06-191-3/+6
* memory: move preallocation code out of exec.cPaolo Bonzini2014-06-191-43/+1
* memory: reorganize file-based allocationPaolo Bonzini2014-06-191-42/+63
* exec: dummy_section: Pass address space through.Peter Crosthwaite2014-06-171-6/+8
* exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao2014-06-171-5/+21
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* exec: Limit translation limiting in address_space_translate to xenAlexey Kardashevskiy2014-05-071-1/+1
* exec: Fix CPU rework falloutChristian Borntraeger2014-03-191-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-131-3/+1
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-131-5/+2
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-2/+1
* exec: Change memory_region_section_get_iotlb() argument to CPUStateAndreas Färber2014-03-131-2/+1
* cpu-exec: Change cpu_resume_from_signal() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-12/+8
* exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argumentAndreas Färber2014-03-131-17/+17
* translate-all: Change tb_gen_code() argument to CPUStateAndreas Färber2014-03-131-1/+1
* translate-all: Change tb_check_watchpoint() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-8/+13
* cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-13/+20
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber2014-03-131-4/+5
* Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-03-111-4/+10
|\
| * file_ram_alloc: unify mem-path,mem-prealloc error handlingMarcelo Tosatti2014-02-271-4/+10
* | exec: Remove unneeded include filesStefan Weil2014-03-031-3/+1
|/
* exec: Make cpu_memory_rw_debug use the CPUs ASEdgar E. Iglesias2014-02-111-5/+5
OpenPOWER on IntegriCloud