summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-02exec: Stop using memory after freeDon Slutz1-1/+3
2015-11-26exec: remove warning about mempath and hugetlbfsDaniel P. Berrange1-3/+0
2015-11-26Revert "exec: silence hugetlbfs warning under qtest"Daniel P. Berrange1-4/+1
2015-11-19exec: silence hugetlbfs warning under qtestMarc-André Lureau1-1/+4
2015-11-10Round up RAMBlock sizes to host page sizesDr. David Alan Gilbert1-4/+4
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert1-0/+20
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert1-9/+45
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert1-0/+10
2015-11-06exec: avoid unnecessary cacheline bounce on ram_list.mru_blockPaolo Bonzini1-1/+1
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell1-0/+2
2015-11-06replay: initialization and deinitializationPavel Dovgalyuk1-0/+2
2015-11-04backends/hostmem-file: Allow to specify full pathname for backing filePavel Fedin1-13/+21
2015-11-04memory: call begin, log_start and commit when registering a new listenerPaolo Bonzini1-1/+1
2015-11-02file_ram_alloc: propagate error to caller instead of terminating QEMUIgor Mammedov1-4/+0
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-37/+10
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin1-37/+10
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell1-18/+38
2015-10-12exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()Peter Maydell1-1/+0
2015-10-01exec: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin1-3/+39
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite1-1/+0
2015-09-16cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite1-2/+1
2015-09-16cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite1-1/+4
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin1-0/+19
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-09-09remove qemu/tls.hPaolo Bonzini1-1/+1
2015-09-07exec.c: Use pow2floor() rather than hand-calculationPeter Maydell1-3/+1
2015-08-14exec: use macro ROUND_UP for alignmentChen Hanxiao1-1/+1
2015-07-23exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...Peter Maydell1-1/+4
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-3/+2
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-2/+1
2015-07-09cpu: Convert cpu_index into a bitmapBharata B Rao1-5/+53
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-09cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch initEduardo Habkost1-5/+6
2015-07-09cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()Eduardo Habkost1-2/+0
2015-07-09cpu: No need to zero-initialize CPUState::numa_nodeEduardo Habkost1-1/+0
2015-07-07migration: extend migration_bitmapLi Zhijian1-0/+5
2015-07-06exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internalPaolo Bonzini1-1/+13
2015-07-01memory: let address_space_rw/ld*/st* run outside the BQLJan Kiszka1-9/+57
2015-07-01exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*Paolo Bonzini1-0/+21
2015-06-19exec: clamp accesses against the MemoryRegionSectionPaolo Bonzini1-1/+1
2015-06-19exec: do not clamp accesses to MMIO regionsPaolo Bonzini1-2/+6
2015-06-12qemu_ram_foreach_block: pass up error value, and down the ramblock nameDr. David Alan Gilbert1-2/+8
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-06-05memory: replace cpu_physical_memory_reset_dirty() with test-and-clearStefan Hajnoczi1-6/+17
2015-06-05exec: only check relevant bitmaps for cleanlinessPaolo Bonzini1-9/+13
2015-06-05exec: pass client mask to cpu_physical_memory_set_dirty_rangePaolo Bonzini1-9/+11
2015-06-05translate-all: remove unnecessary argument to tb_invalidate_phys_rangePaolo Bonzini1-1/+1
2015-06-05exec: use memory_region_get_dirty_log_mask to optimize dirty trackingPaolo Bonzini1-40/+19
2015-06-05ram_addr: tweaks to xen_modified_memoryPaolo Bonzini1-1/+2
2015-06-05exec: optimize phys_page_set_levelPaolo Bonzini1-14/+10