[Qemu-devel] [PATCH 00/17][RFC] virtio-9p: paravirtual filesystem passthrough
This is a refresh of an older series
[Qemu-devel] [PATCH 00/17][RFC] virtio-9p: paravirtual filesystem passthrough
This patch series adds a paravirtual file system passthrough mechanism to QEMU based on the 9P protocol. This an RFC series with a few known issues. Right now, all I/O is implemented in the VCPU thread. We've modified the protocol handlers so that we can support dispatch I/O in a thread pool but