summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user-vsock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: return failure if backend crash when live migrationHaoqian He2025-05-141-5/+10
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/virtio: Constify all PropertyRichard Henderson2024-12-151-1/+1
* vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2024-07-211-0/+1
* vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-011-0/+1
* hw/virtio: introduce virtio_device_should_startAlex Bennée2022-11-071-1/+1
* hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-1/+1
* hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-5/+1
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-051-1/+3
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-4/+5
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-2/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* virtio: add vhost-user-vsock base deviceStefano Garzarella2020-06-121-0/+181