Age | Commit message (Expand) | Author |
2016-10-24 | exec.c: workaround regression caused by alignment change in d2f39ad | Haozhong Zhang |
2016-10-13 | RAMBlocks: Store page size | Dr. David Alan Gilbert |
2016-10-08 | exec: remove unused compacted argument | Marc-André Lureau |
2016-09-27 | cpus-common: move CPU list management to common code | Paolo Bonzini |
2016-09-13 | kvm-all: drop kvm_setup_guest_memory | Cao jin |
2016-09-13 | qtail: clean up direct access to tqe_prev field | Igor Mammedov |
2016-09-05 | exec: Ensure the only one cpu_index allocation method is used | Igor Mammedov |
2016-08-02 | fix qemu exit on memory hotplug when allocation fails at prealloc time | Igor Mammedov |
2016-07-26 | exec: Set cpu_index only if it's not been explictly set | Igor Mammedov |
2016-07-26 | exec: Don't use cpu_index to detect if cpu_exec_init()'s been called | Igor Mammedov |
2016-07-26 | exec: Reduce CONFIG_USER_ONLY ifdeffenery | Igor Mammedov |
2016-07-17 | exec: avoid realloc in phys_map_node_reserve | Peter Lieven |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini |
2016-06-13 | exec: Fix qemu_ram_block_from_host for Xen | Anthony PERARD |
2016-06-09 | cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() | Peter Maydell |
2016-05-31 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160531' into... | Peter Maydell |
2016-05-30 | exec: Do vmstate unregistration from cpu_exec_exit() | Bharata B Rao |
2016-05-30 | exec: Remove cpu from cpus list during cpu_exec_exit() | Bharata B Rao |
2016-05-29 | exec: hide mr->ram_addr from qemu_get_ram_ptr users | Paolo Bonzini |
2016-05-29 | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini |
2016-05-29 | exec: remove ram_addr argument from qemu_ram_block_from_host | Paolo Bonzini |
2016-05-29 | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr | Paolo Bonzini |
2016-05-23 | memory: remove unnecessary masking of MemoryRegion ram_addr | Paolo Bonzini |
2016-05-23 | exec: adjust rcu_read_lock requirement | Gonglei |
2016-05-23 | memory: drop find_ram_block() | Gonglei |
2016-05-23 | exec.c: Ensure right alignment also for file backed ram | Dominik Dingel |
2016-05-19 | hw: clean up hw/hw.h includes | Paolo Bonzini |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-05-19 | hw: cannot include hw/hw.h from user emulation | Paolo Bonzini |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota |
2016-04-05 | memory: fix segv on qemu_ram_free(block=0x0) | Marc-André Lureau |
2016-03-22 | exec: fix error handling in file_ram_alloc | Paolo Bonzini |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-15 | exec: fix early return from ram_block_add | Paolo Bonzini |
2016-03-15 | exec: Fix memory allocation when memory path isn't on hugetlbfs | Markus Armbruster |
2016-03-15 | exec: Fix memory allocation when memory path names new file | Markus Armbruster |
2016-03-07 | exec: Introduce AddressSpaceDispatch.mru_section | Fam Zheng |
2016-03-07 | exec: Factor out section_covers_addr | Fam Zheng |
2016-03-07 | exec: Pass RAMBlock pointer to qemu_ram_free | Fam Zheng |
2016-03-07 | memory: Drop MemoryRegion.ram_addr | Fam Zheng |
2016-03-07 | memory: Move assignment to ram_block to memory_region_init_* | Fam Zheng |
2016-03-07 | exec: Return RAMBlock pointer from allocating functions | Fam Zheng |
2016-02-25 | memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length | Gonglei |
2016-02-25 | exec: store RAMBlock pointer into memory region | Gonglei |
2016-02-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1... | Peter Maydell |
2016-02-11 | cpu: cpu_save/cpu_load is no more | Paolo Bonzini |
2016-02-11 | cpu: Add callback to check architectural watchpoint match | Sergey Fedorov |