On 26-05-26, 16:24, Bertrand Marquis wrote:
Hi Everyone,
With a bit of delay here is the v2 of the linux PoC: https://github.com/bertrand-marquis/virtio-msg-spec/tree/linux-poc/v2/linux-...
There is now loopback and ffa bus implementation in it and the rework of the transport after removing config_get/set support from non sleepable context.
I also did a bit or rework in the qemu patches to handle the comment and try to be less invasive in existing qemu code together with updating qemu virtio message implementation to be in sync with v2 oasis proposal.
Any comment on this is still very welcome.
For the arm_ffa patches, i will try to share them next week together with the xen branch going with it to be in a position to share a reproducible setup to do virtio between VMs.
Hi Bertrand,
I finally had a look at the first Linux patch, specific to the transport, and I feel it is mostly okay and is almost like what I have in my tree from working point of view. I don't think it adds any big design change, probably fixes some issues as compared to my branch (will need to do a close comparison with my code).