aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user-rng.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée1-272/+22
2023-12-25virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDXMathieu Poirier1-0/+16
2023-03-02vhost-user-rng: Back up vqs before cleaning up vhost_devAkihiko Odaki1-2/+3
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-2/+2
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-2/+9
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-2/+2
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée1-5/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier1-0/+289