aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user-vsock.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-1/+1
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-1/+1
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée1-5/+1
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella1-1/+3
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-4/+5
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-2/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella1-0/+181