On Tue, 2011-05-17 at 20:40 +0200, Ingo Molnar wrote: > * Sasha Levin <levinsasha928@xxxxxxxxx> wrote: > > > 3. Within the guest, mount the fs: > > mount -t 9p -otrans=virtio kvm_9p <local_dir> -oversion=9p2000 > > This will mount the 9p server to local_dir. > > Really cool! Thanks! > is root-9p possible? I.e. ideally i'd like to have no image at all - just a > guest kernel and a directory hierarchy for the guest filesystem. >From what I can tell, not currently. 'kvm_9p' isn't created as a device under /dev, it's just a name used internally by 9pnet_virtio (and located under sysfs). I couldn't figure out which params the kernel would expect to boot using 9p over virtio (theres no device name to begin with). I've also couldn't find anything that suggested it's possible to boot using virtio-9p as rootfs. -- Sasha. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html