summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user-rng.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* 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
* hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée2024-02-141-272/+22
* virtio: rng: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDXMathieu Poirier2023-12-251-0/+16
* vhost-user-rng: Back up vqs before cleaning up vhost_devAkihiko Odaki2023-03-021-2/+3
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-011-2/+2
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-2/+9
* 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-2/+2
* hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-5/+1
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+7
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
* vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-201-0/+289