Age | Commit message (Expand) | Author |
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 |
2016-01-14 | xen-hvm: Clean up xen_ram_alloc() error handling | Markus Armbruster |
2016-01-09 | ivshmem: Store file descriptor for vhost-user negotiation | Tetsuya Mukawa |
2015-12-17 | memory: try to inline constant-length reads | Paolo Bonzini |
2015-12-17 | memory: extract first iteration of address_space_read and address_space_write | Paolo Bonzini |
2015-12-17 | memory: split address_space_read and address_space_write | Paolo Bonzini |
2015-12-17 | exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr | Paolo Bonzini |
2015-12-17 | exec: always call qemu_get_ram_ptr within rcu_read_lock | Paolo Bonzini |
2015-12-17 | qemu-log: introduce qemu_log_separate | Paolo Bonzini |
2015-12-17 | exec: Remove unnecessary RAM_FILE flag | Eduardo Habkost |
2015-12-17 | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost |
2015-12-02 | exec: Stop using memory after free | Don Slutz |
2015-11-26 | exec: remove warning about mempath and hugetlbfs | Daniel P. Berrange |
2015-11-26 | Revert "exec: silence hugetlbfs warning under qtest" | Daniel P. Berrange |
2015-11-19 | exec: silence hugetlbfs warning under qtest | Marc-André Lureau |
2015-11-10 | Round up RAMBlock sizes to host page sizes | Dr. David Alan Gilbert |
2015-11-10 | qemu_ram_block_by_name | Dr. David Alan Gilbert |
2015-11-10 | qemu_ram_block_from_host | Dr. David Alan Gilbert |
2015-11-10 | Provide runtime Target page information | Dr. David Alan Gilbert |
2015-11-06 | exec: avoid unnecessary cacheline bounce on ram_list.mru_block | Paolo Bonzini |
2015-11-06 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ... | Peter Maydell |
2015-11-06 | replay: initialization and deinitialization | Pavel Dovgalyuk |
2015-11-04 | backends/hostmem-file: Allow to specify full pathname for backing file | Pavel Fedin |
2015-11-04 | memory: call begin, log_start and commit when registering a new listener | Paolo Bonzini |
2015-11-02 | file_ram_alloc: propagate error to caller instead of terminating QEMU | Igor Mammedov |