aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-mem-pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand1-0/+21
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand1-3/+46
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand1-4/+1
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-3/+3
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster1-3/+1
2022-10-12pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann1-2/+0
2021-10-02qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi eventsDavid Hildenbrand1-1/+4
2021-10-02virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand1-6/+1
2020-11-03virito-mem: Implement get_min_alignment()David Hildenbrand1-0/+7
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-0/+1
2020-07-27virtio-mem-pci: force virtio version 1David Hildenbrand1-2/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-2/+2
2020-07-03virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand1-0/+28
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand1-0/+129