Re: [PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-09-10 Thread Haixu Cui
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, v

Re: [PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-09-02 Thread Alex Bennée
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, virtio-spi driver introduced b

Re: [PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-09-02 Thread Haixu Cui
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: - htt

Re: [PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-08-27 Thread Alex Bennée
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: > - https://github.com/oasis-tcs/virtio-spec/tree/virtio-1.4/device-types/spi > - https://lwn.net/Articles/966715/ > > To tes

Re: [PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-08-26 Thread Haixu Cui
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, virtio-

Re: [PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-08-05 Thread Haixu Cui
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/device

[PATCH] Add vhost-user-spi and vhost-user-spi-pci devices

2024-07-11 Thread Haixu Cui
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/device-types/spi - https://lwn.net/Articles/966715/ To test with rust-vmm vhost-user-spi daemon, start the vhost-daemon firstly: vho