On 4/14/23 18:04, Alex Bennée wrote:
This is all pretty much boilerplate.
Signed-off-by: Alex Bennée
Tested-by: Erik Schilling
Tested with d6f9fb0 of a rust-vmm SCSI device [1] and -device
vhost-user-device-pci,virtio-id=8,num_vqs=3,config_size=36,chardev=vus
[1] https://github.com/rus
This is all pretty much boilerplate.
Signed-off-by: Alex Bennée
---
hw/virtio/vhost-user-device-pci.c | 71 +++
hw/virtio/meson.build | 1 +
2 files changed, 72 insertions(+)
create mode 100644 hw/virtio/vhost-user-device-pci.c
diff --git a/hw/virtio/vh