Age | Commit message (Expand) | Author | Files | Lines |
2016-01-09 | ivshmem: Store file descriptor for vhost-user negotiation | Tetsuya Mukawa | 1 | -0/+1 |
2015-12-17 | memory: try to inline constant-length reads | Paolo Bonzini | 1 | -1/+0 |
2015-12-17 | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost | 1 | -1/+0 |
2015-11-10 | qemu_ram_block_from_host | Dr. David Alan Gilbert | 1 | -2/+0 |
2015-10-12 | exec: remove non-TCG stuff from exec-all.h header. | Paolo Bonzini | 1 | -0/+1 |
2015-09-09 | Move RAMBlock and ram_list to ram_addr.h | Dr. David Alan Gilbert | 1 | -0/+40 |
2015-06-05 | memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic | Stefan Hajnoczi | 1 | -3/+3 |
2015-06-05 | memory: replace cpu_physical_memory_reset_dirty() with test-and-clear | Stefan Hajnoczi | 1 | -23/+10 |
2015-06-05 | migration: move dirty bitmap sync to ram_addr.h | Stefan Hajnoczi | 1 | -0/+44 |
2015-06-05 | memory: use atomic ops for setting dirty memory bits | Stefan Hajnoczi | 1 | -7/+9 |
2015-06-05 | memory: do not touch code dirty bitmap unless TCG is enabled | Paolo Bonzini | 1 | -3/+5 |
2015-06-05 | exec: only check relevant bitmaps for cleanliness | Paolo Bonzini | 1 | -7/+18 |
2015-06-05 | exec: invert return value of cpu_physical_memory_get_clean, rename | Paolo Bonzini | 1 | -5/+5 |
2015-06-05 | exec: pass client mask to cpu_physical_memory_set_dirty_range | Paolo Bonzini | 1 | -17/+16 |
2015-06-05 | ram_addr: tweaks to xen_modified_memory | Paolo Bonzini | 1 | -1/+2 |
2015-01-08 | exec: qemu_ram_alloc_resizeable, qemu_ram_resize | Michael S. Tsirkin | 1 | -0/+7 |
2015-01-08 | exec: cpu_physical_memory_set/clear_dirty_range | Michael S. Tsirkin | 1 | -3/+12 |
2014-11-18 | exec: Handle multipage ranges in invalidate_and_set_dirty() | Peter Maydell | 1 | -0/+25 |
2014-09-09 | exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr | Hu Tao | 1 | -2/+2 |
2014-07-22 | exec: fix migration with devices that use address_space_rw | Paolo Bonzini | 1 | -0/+11 |
2014-06-29 | vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message | Damjan Marion | 1 | -0/+1 |
2014-06-19 | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini | 1 | -1/+2 |
2014-06-19 | hostmem: allow preallocation of any memory region | Paolo Bonzini | 1 | -0/+1 |
2014-06-19 | memory: add error propagation to file-based RAM allocation | Paolo Bonzini | 1 | -1/+1 |
2014-06-19 | memory: reorganize file-based allocation | Paolo Bonzini | 1 | -0/+2 |
2014-06-11 | exec: replace ffsl with ctzl | Natanael Copa | 1 | -1/+1 |
2014-02-04 | exec: fix ram_list dirty map optimization | Alexey Kardashevskiy | 1 | -1/+2 |
2014-01-15 | exec: Exclude non portable function for MinGW | Stefan Weil | 1 | -0/+2 |
2014-01-13 | memory: syncronize kvm bitmap using bitmaps operations | Juan Quintela | 1 | -18/+36 |
2014-01-13 | memory: move bitmap synchronization to its own function | Juan Quintela | 1 | -0/+31 |
2014-01-13 | memory: split cpu_physical_memory_* functions to its own include | Juan Quintela | 1 | -0/+98 |