895 Commits (d7f30403576f04f1f3a5fb5a1d18cba8dfa7a6d2)

Author SHA1 Message Date
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Anthony PERARD d6b6aec409 exec: Fix qemu_ram_block_from_host for Xen 10 years ago
Peter Maydell 6886b98036 cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 10 years ago
Bharata B Rao 9dfeca7c6b exec: Do vmstate unregistration from cpu_exec_exit() 10 years ago
Bharata B Rao 1c59eb39cf exec: Remove cpu from cpus list during cpu_exec_exit() 10 years ago
Paolo Bonzini 0878d0e11b exec: hide mr->ram_addr from qemu_get_ram_ptr users 10 years ago
Paolo Bonzini 07bdaa4196 memory: split memory_region_from_host from qemu_ram_addr_from_host 10 years ago
Paolo Bonzini f615f39616 exec: remove ram_addr argument from qemu_ram_block_from_host 10 years ago
Paolo Bonzini 4ff87573df memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr 10 years ago
Paolo Bonzini e4e697940d memory: remove unnecessary masking of MemoryRegion ram_addr 10 years ago
Gonglei ab0a995608 exec: adjust rcu_read_lock requirement 10 years ago
Gonglei fa53a0e53e memory: drop find_ram_block() 10 years ago
Dominik Dingel d2f39add72 exec.c: Ensure right alignment also for file backed ram 10 years ago
Paolo Bonzini df43d49cb8 hw: clean up hw/hw.h includes 10 years ago
Paolo Bonzini 63c915526d cpu: move exec-all.h inclusion out of cpu.h 10 years ago
Paolo Bonzini 33c11879fd qemu-common: push cpu.h inclusion out of qemu-common.h 10 years ago
Paolo Bonzini 741da0d38b hw: cannot include hw/hw.h from user emulation 12 years ago
Emilio G. Cota 89fee74a0f tb: consistently use uint32_t for tb->flags 10 years ago
Marc-André Lureau 85bc2a1512 memory: fix segv on qemu_ram_free(block=0x0) 10 years ago
Paolo Bonzini 5c3ece79cd exec: fix error handling in file_ram_alloc 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Paolo Bonzini 39c350ee12 exec: fix early return from ram_block_add 10 years ago
Markus Armbruster e1fb647199 exec: Fix memory allocation when memory path isn't on hugetlbfs 10 years ago
Markus Armbruster fd97fd4408 exec: Fix memory allocation when memory path names new file 10 years ago
Fam Zheng 729633c2bc exec: Introduce AddressSpaceDispatch.mru_section 10 years ago
Fam Zheng 29cb533d8c exec: Factor out section_covers_addr 10 years ago
Fam Zheng f1060c55bf exec: Pass RAMBlock pointer to qemu_ram_free 10 years ago
Fam Zheng 8e41fb63c5 memory: Drop MemoryRegion.ram_addr 10 years ago
Fam Zheng 0a75601853 memory: Move assignment to ram_block to memory_region_init_* 10 years ago
Fam Zheng 528f46af6e exec: Return RAMBlock pointer from allocating functions 10 years ago
Gonglei 3655cb9c73 memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length 10 years ago
Gonglei 58eaa2174e exec: store RAMBlock pointer into memory region 10 years ago
Paolo Bonzini 945123a554 cpu: cpu_save/cpu_load is no more 10 years ago
Sergey Fedorov 568496c0c0 cpu: Add callback to check architectural watchpoint match 10 years ago
Stefan Hajnoczi 5b82b703b6 memory: RCU ram_list.dirty_memory[] for safe RAM hotplug 10 years ago
Paolo Bonzini 508127e243 log: do not unnecessarily include qom/cpu.h 10 years ago
Peter Maydell 7b31bbc2e6 exec: Clean up includes 10 years ago
Peter Crosthwaite 6731d864f8 qom/cpu: Add MemoryRegion property 10 years ago
Peter Maydell 79ed041647 exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write 10 years ago
Peter Maydell 5232e4c798 exec.c: Use cpu_get_phys_page_attrs_debug 10 years ago
Peter Maydell 651a5bc037 exec.c: Add cpu_get_address_space() 10 years ago
Peter Maydell a54c87b68a exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS 10 years ago
Peter Maydell d7898cda81 cputlb.c: Use correct address space when looking up MemoryRegionSection 10 years ago
Peter Maydell 12ebc9a76d exec.c: Allow target CPUs to define multiple AddressSpaces 10 years ago
Peter Maydell 56943e8cc1 exec.c: Don't set cpu->as until cpu_address_space_init 10 years ago
Markus Armbruster 37aa7a0e2f xen-hvm: Clean up xen_ram_alloc() error handling 10 years ago
Tetsuya Mukawa 56a571d9c8 ivshmem: Store file descriptor for vhost-user negotiation 10 years ago
Paolo Bonzini 3cc8f88499 memory: try to inline constant-length reads 10 years ago
Paolo Bonzini a203ac702e memory: extract first iteration of address_space_read and address_space_write 10 years ago