Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[9fans] v9fs & virtio

2 views
Skip to first unread message

Venkatesh Srinivas

unread,
Jun 11, 2008, 7:50:29 AM6/11/08
to
Hi,

The v9fs docs mention that it can use virtio as a transport. How does
one get a 9P server running in such a way that it can be connected to
via virtio?

Thanks,
--vs

Eric Van Hensbergen

unread,
Jun 11, 2008, 9:50:24 AM6/11/08
to

Writing the presentation on this for KVM Forum right now.

There are two current variants -- a gateway server which is integrated
into lguest (patches have been posted to the lguest mailing list, but
I can put it someplace else if folks are interested) -- then you
essentially start lguest and feed it an argument specifying where you
server lives (-9p 10.0.0.1:567).

The KVM variant was done by Anthony Ligouri, and it has a server
integrated into qemu. The patched kvm-qemu requires a "-shared
<path>" name to start the server.

In both cases, you just mount -t 9p nodev /mnt -o trans=virtio

Its stable, but preliminary at this point. The main problem being
neither implementation is anywhere near optimal.

Lucho had an older version of a kvm which had an integrated spfs-based
server, but I'm not sure he's ported that forward.

I don't believe there's any support in Plan 9 at the moment for the 9p
virtio channel, but it shouldn't take someone that much to add it.

I'll try putting up something with a bit more more information and the
associated patches on my kernel.org web page.

-eric

0 new messages