summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias2014-02-111-7/+8
* exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-3/+3
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-10/+10
* exec: Make stl_phys_notdirty input an AddressSpaceEdgar E. Iglesias2014-02-111-2/+2
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-9/+10
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-6/+6
* exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-9/+9
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-11/+11
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-10/+9
* exec: On AS changes, only flush affected CPU TLBsEdgar E. Iglesias2014-02-111-0/+5
* cpu: Add per-cpu address spaceEdgar E. Iglesias2014-02-111-8/+19
* exec: Make memory_region_section_get_iotlb use section ASEdgar E. Iglesias2014-02-111-1/+1
OpenPOWER on IntegriCloud