summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec: remove warning about mempath and hugetlbfsDaniel P. Berrange2015-11-261-3/+0
* Revert "exec: silence hugetlbfs warning under qtest"Daniel P. Berrange2015-11-261-4/+1
* exec: silence hugetlbfs warning under qtestMarc-André Lureau2015-11-191-1/+4
* Round up RAMBlock sizes to host page sizesDr. David Alan Gilbert2015-11-101-4/+4
* qemu_ram_block_by_nameDr. David Alan Gilbert2015-11-101-0/+20
* qemu_ram_block_from_hostDr. David Alan Gilbert2015-11-101-9/+45
* Provide runtime Target page informationDr. David Alan Gilbert2015-11-101-0/+10
* exec: avoid unnecessary cacheline bounce on ram_list.mru_blockPaolo Bonzini2015-11-061-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell2015-11-061-0/+2
|\
| * replay: initialization and deinitializationPavel Dovgalyuk2015-11-061-0/+2
* | backends/hostmem-file: Allow to specify full pathname for backing filePavel Fedin2015-11-041-13/+21
* | memory: call begin, log_start and commit when registering a new listenerPaolo Bonzini2015-11-041-1/+1
* | file_ram_alloc: propagate error to caller instead of terminating QEMUIgor Mammedov2015-11-021-4/+0
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-221-37/+10
|\
| * exec: factor out duplicate mmap codeMichael S. Tsirkin2015-10-211-37/+10
* | exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell2015-10-121-18/+38
* | exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()Peter Maydell2015-10-121-1/+0
|/
* exec: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin2015-10-011-3/+39
* include/exec: Move cputlb exec.c defs outPeter Crosthwaite2015-09-161-1/+0
* cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite2015-09-161-2/+1
* cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite2015-09-161-1/+4
* cpu: Add crash_occurred flag into CPUStateAndrey Smetanin2015-09-161-0/+19
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-1/+1
|\
| * remove qemu/tls.hPaolo Bonzini2015-09-091-1/+1
* | exec.c: Use pow2floor() rather than hand-calculationPeter Maydell2015-09-071-3/+1
|/
* exec: use macro ROUND_UP for alignmentChen Hanxiao2015-08-141-1/+1
* exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...Peter Maydell2015-07-231-1/+4
* cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite2015-07-091-3/+2
* translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite2015-07-091-2/+1
* cpu: Convert cpu_index into a bitmapBharata B Rao2015-07-091-5/+53
* cpu: Add Error argument to cpu_exec_init()Bharata B Rao2015-07-091-1/+1
* cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch initEduardo Habkost2015-07-091-5/+6
* cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost2015-07-091-2/+0
* cpu: No need to zero-initialize CPUState::numa_nodeEduardo Habkost2015-07-091-1/+0
* migration: extend migration_bitmapLi Zhijian2015-07-071-0/+5
* exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internalPaolo Bonzini2015-07-061-1/+13
* memory: let address_space_rw/ld*/st* run outside the BQLJan Kiszka2015-07-011-9/+57
* exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*Paolo Bonzini2015-07-011-0/+21
* exec: clamp accesses against the MemoryRegionSectionPaolo Bonzini2015-06-191-1/+1
* exec: do not clamp accesses to MMIO regionsPaolo Bonzini2015-06-191-2/+6
* qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert2015-06-121-2/+8
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4
* memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi2015-06-051-6/+17
* exec: only check relevant bitmaps for cleanlinessPaolo Bonzini2015-06-051-9/+13
* exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini2015-06-051-9/+11
* translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini2015-06-051-1/+1
* exec: use memory_region_get_dirty_log_mask to optimize dirty trackingPaolo Bonzini2015-06-051-40/+19
* ram_addr: tweaks to xen_modified_memoryPaolo Bonzini2015-06-051-1/+2
* exec: optimize phys_page_set_levelPaolo Bonzini2015-06-051-14/+10
* exec: move rcu_read_lock/unlock to address_space_translate callersPaolo Bonzini2015-04-301-4/+29
OpenPOWER on IntegriCloud