On 9/2/2024 6:15 PM, Alex Bennée wrote:
Haixu Cui writes:
Hi Alex,
Thanks a lot for your comments, please refer to my response below.
On 8/28/2024 1:14 AM, Alex Bennée wrote:
Haixu Cui writes:
Apologies for the delay in getting to this.
This work is based on the virtio-spi spec
Hi Alex,
Thanks a lot for your comments, please refer to my response below.
On 8/28/2024 1:14 AM, Alex Bennée wrote:
Haixu Cui writes:
Apologies for the delay in getting to this.
This work is based on the virtio-spi spec, virtio-spi driver introduced by
the following patch series
Hi team,
I've added the vhost-user-spi patch here to support virtio-spi in
qemu. You are the experts on both virtio and vhost-user, can you please
help review the patch. Thanks a lot.
Best Regards
On 7/12/2024 11:42 AM, Haixu Cui wrote:
This work is based on the virtio-spi spec, v
Hi,
Can anyone please review the patch? Thank you so much.
Best Regards
Haixu Cui
On 7/12/2024 11:42 AM, Haixu Cui wrote:
This work is based on the virtio-spi spec, virtio-spi driver introduced by
the following patch series:
- https://github.com/oasis-tcs/virtio-spec/tree/virtio-1.4
-object memory-backend-file,id=mem,size=1G,mem-path=/dev/shm,share=on \
-numa node,memdev=mem
...
Signed-off-by: Haixu Cui
---
hw/virtio/Kconfig | 5 +
hw/virtio/meson.build | 3 +
hw/virtio/vhost-user-spi-pci.c