summary refs log tree commit diff stats
path: root/hw/virtio/virtio-mem-pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio-mem: Expose device memory dynamically via multiple memslots if enabledDavid Hildenbrand2023-10-121-0/+21
* virtio-mem-pci: Device unplug supportDavid Hildenbrand2023-07-121-3/+46
* virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand2023-07-121-4/+1
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-3/+3
* qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-3/+1
* pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEMGerd Hoffmann2022-10-121-2/+0
* qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi eventsDavid Hildenbrand2021-10-021-1/+4
* virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand2021-10-021-6/+1
* virito-mem: Implement get_min_alignment()David Hildenbrand2020-11-031-0/+7
* qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé2020-09-291-0/+1
* virtio-mem-pci: force virtio version 1David Hildenbrand2020-07-271-2/+2
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* virtio-pci: Send qapi events when the virtio-mem size changesDavid Hildenbrand2020-07-031-0/+28
* virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-031-0/+129