summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio-mem.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand2020-11-031-4/+101
* virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand2020-11-031-0/+3
* virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand2020-11-031-0/+5
* virtio-mem: detach the element from the virtqueue when error occursLi Qiang2020-09-291-0/+3
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* virtio-mem: Correct format specifier mismatch for RISC-VBruce Rogers2020-08-041-1/+1
* qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-4/+2Star
* virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2020-07-031-1/+53
* virtio-mem: Add trace eventsDavid Hildenbrand2020-07-031-1/+9
* virtio-mem: Migration sanity checksDavid Hildenbrand2020-07-031-0/+70
* virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-1/+20
* virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-031-0/+724