Re: [kvm-devel] [V9fs-developer] [RFC] 9p: add KVM/QEMU pci transport

2007-08-29 Thread Latchesar Ionkov
your PCI transport would make a pretty nice start of a PCI virtio transport though. Regards, Anthony Liguori On Tue, 2007-08-28 at 13:52 -0500, Eric Van Hensbergen wrote: From: Latchesar Ionkov [EMAIL PROTECTED] This adds a shared memory transport for a synthetic 9p device

[kvm-devel] [RFC][PATCH] kvm/qemu: add the qemu side of the 9P over PCI transport

2007-08-28 Thread Latchesar Ionkov
+1,941 @@ +/* + * Copyright (C) 2005 by Latchesar Ionkov [EMAIL PROTECTED] + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the Software), + * to deal in the Software without restriction, including without

Re: [kvm-devel] [RFC] 9p: add KVM/QEMU pci transport

2007-08-28 Thread Latchesar Ionkov
On 8/28/07, Arnd Bergmann [EMAIL PROTECTED] wrote: On Tuesday 28 August 2007, Eric Van Hensbergen wrote: This adds a shared memory transport for a synthetic 9p device for paravirtualized file system support under KVM/QEMU. Nice driver. I'm hoping we can do a virtio driver using a similar