Age | Commit message (Expand) | Author |
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 |
2016-02-09 | memory: RCU ram_list.dirty_memory[] for safe RAM hotplug | Stefan Hajnoczi |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini |
2016-01-29 | exec: Clean up includes | Peter Maydell |
2016-01-21 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta... | Peter Maydell |
2016-01-21 | qom/cpu: Add MemoryRegion property | Peter Crosthwaite |
2016-01-21 | exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write | Peter Maydell |
2016-01-21 | exec.c: Use cpu_get_phys_page_attrs_debug | Peter Maydell |
2016-01-21 | exec.c: Add cpu_get_address_space() | Peter Maydell |
2016-01-21 | exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS | Peter Maydell |
2016-01-21 | cputlb.c: Use correct address space when looking up MemoryRegionSection | Peter Maydell |
2016-01-21 | exec.c: Allow target CPUs to define multiple AddressSpaces | Peter Maydell |
2016-01-21 | exec.c: Don't set cpu->as until cpu_address_space_init | Peter Maydell |