summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user-i2c.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-i2c from vhost-user-baseAlex Bennée2024-02-141-256/+16
* virtio: i2c: Check notifier helpers for VIRTIO_CONFIG_IRQ_IDXViresh Kumar2023-04-241-0/+16
* vhost-user-i2c: 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-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/+1
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-6/+1
* 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