aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-mem.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08virtio-mem: Require only coordinated discardsDavid Hildenbrand1-3/+3
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+1
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand1-3/+285
2021-07-08virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand1-16/+4
2021-07-08virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand1-37/+49
2021-05-13migrate/ram: remove "ram_bulk_stage" and "fpo_enabled"David Hildenbrand1-3/+0
2020-11-03virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand1-4/+101
2020-11-03virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand1-0/+3
2020-11-03virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand1-0/+5
2020-09-29virtio-mem: detach the element from the virtqueue when error occursLi Qiang1-0/+3
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-04virtio-mem: Correct format specifier mismatch for RISC-VBruce Rogers1-1/+1
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-4/+2
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand1-1/+53
2020-07-03virtio-mem: Add trace eventsDavid Hildenbrand1-1/+9
2020-07-03virtio-mem: Migration sanity checksDavid Hildenbrand1-0/+70
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand1-1/+20
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand1-0/+724