summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* 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-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-2/+2
* hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-5/+1Star
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-6/+1Star
* hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar2022-03-041-2/+9
* hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar2021-07-161-0/+288