[Qemu-devel] [PATCH 00/17][RFC] virtio-9p: paravirtual filesystem passthrough

2010-03-03 Thread Anthony Liguori
This is a refresh of an older series

[Qemu-devel] [PATCH 00/17][RFC] virtio-9p: paravirtual filesystem passthrough

2010-03-03 Thread Anthony Liguori
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