aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29exec: Clean up includesPeter Maydell
2016-01-21Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite
2016-01-21exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_writePeter Maydell
2016-01-21exec.c: Use cpu_get_phys_page_attrs_debugPeter Maydell
2016-01-21exec.c: Add cpu_get_address_space()Peter Maydell
2016-01-21exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell
2016-01-21cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2016-01-14xen-hvm: Clean up xen_ram_alloc() error handlingMarkus Armbruster
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa
2015-12-17memory: try to inline constant-length readsPaolo Bonzini
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini
2015-12-17memory: split address_space_read and address_space_writePaolo Bonzini
2015-12-17exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptrPaolo Bonzini
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini
2015-12-17exec: Remove unnecessary RAM_FILE flagEduardo Habkost
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost
2015-12-02exec: Stop using memory after freeDon Slutz
2015-11-26exec: remove warning about mempath and hugetlbfsDaniel P. Berrange
2015-11-26Revert "exec: silence hugetlbfs warning under qtest"Daniel P. Berrange
2015-11-19exec: silence hugetlbfs warning under qtestMarc-André Lureau
2015-11-10Round up RAMBlock sizes to host page sizesDr. David Alan Gilbert
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert
2015-11-10Provide runtime Target page informationDr. David Alan Gilbert
2015-11-06exec: avoid unnecessary cacheline bounce on ram_list.mru_blockPaolo Bonzini
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell
2015-11-06replay: initialization and deinitializationPavel Dovgalyuk
2015-11-04backends/hostmem-file: Allow to specify full pathname for backing filePavel Fedin
2015-11-04memory: call begin, log_start and commit when registering a new listenerPaolo Bonzini
2015-11-02file_ram_alloc: propagate error to caller instead of terminating QEMUIgor Mammedov
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-21exec: factor out duplicate mmap codeMichael S. Tsirkin
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell
2015-10-12exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()Peter Maydell
2015-10-01exec: allocate PROT_NONE pages on top of RAMMichael S. Tsirkin
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite
2015-09-16cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite
2015-09-16cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-09remove qemu/tls.hPaolo Bonzini
2015-09-07exec.c: Use pow2floor() rather than hand-calculationPeter Maydell
2015-08-14exec: use macro ROUND_UP for alignmentChen Hanxiao
2015-07-23exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get...Peter Maydell
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite