aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vdpa-dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09vdpa-dev: Fix the issue of device status not updating when configuration inte...lyx6344498001-0/+7
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf1-4/+1
2023-12-30hw/virtio: Constify VMStateRichard Henderson1-1/+1
2023-12-26vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez1-1/+1
2023-12-26vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez1-1/+4
2023-10-04vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez1-0/+3
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-1/+1
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-01-08vdpa-dev: get iova range explicitlyLongpeng1-0/+9
2022-12-21vdpa-dev: mark the device as unmigratableLongpeng1-0/+1
2022-12-21vdpa: add vdpa-dev supportLongpeng1-0/+376