summary refs log tree commit diff stats
path: root/hw/virtio/vdpa-dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498002024-04-091-0/+7
* vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf2024-03-261-4/+1
* hw/virtio: Constify VMStateRichard Henderson2023-12-301-1/+1
* vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+1
* vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez2023-12-261-1/+4
* vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez2023-10-041-0/+3
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-261-1/+1
* hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé2023-06-231-1/+0
* vdpa-dev: get iova range explicitlyLongpeng2023-01-081-0/+9
* vdpa-dev: mark the device as unmigratableLongpeng2022-12-211-0/+1
* vdpa: add vdpa-dev supportLongpeng2022-12-211-0/+376