On Sat, Jul 12, 2008 at 4:03 PM, Arn <[EMAIL PROTECTED]> wrote:
>>
>> A paravirtualized driver can take care of that with driver in the guest and
>> device side in qemu/host kernel.
>> You can use 9p virtio solution in Linux that implements a shared file
>> system.
>
> I had a look at the 9p related slides on the KVMForum 2008 page on the
> wiki and it may serve my purpose but I need to investigate more.
>
> According to the slides 9p has been in Linux since 2.6.14 . I'm
> currently using linux kernel 2.6.22-14 (ubuntu 7.10) with a downloaded
> kvm-70 . Is this enough for using 9p with KVM or do i need a newer
> linux kernel ?
>

The virtio portions of the kernel were just added in 2.6.24, the
server portion has not yet been integrated into the kvm-qemu mainline,
but is fairly trivial to merge.  You can also use the TCP/IP version
of the 9p transport to get access to synthetic file systems until all
the virtio stuff gets merged.

If you really want to stick with the 2.6.22 kernel, it may be possible
to build 9p modules with the back ported virtio changes (in fact we
were doing just that for a bit).

            -eric
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to