aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio-mem.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand1-0/+1
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand1-0/+8
2022-01-07virtio-mem: Support VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLEDavid Hildenbrand1-0/+8
2022-01-07virtio-mem: Support "prealloc=on" optionDavid Hildenbrand1-0/+4
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand1-3/+0
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand1-0/+3
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand1-0/+3
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand1-0/+5
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand1-0/+78