From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 2/2] kvm tools: Add virtio-9p Date: Tue, 17 May 2011 20:40:23 +0200 Message-ID: <20110517184023.GC16689@elte.hu> References: <1305657337-2584-1-git-send-email-levinsasha928@gmail.com> <1305657337-2584-2-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: penberg@kernel.org, asias.hejun@gmail.com, prasadjoshi124@gmail.com, gorcunov@gmail.com, kvm@vger.kernel.org To: Sasha Levin Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:56569 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756065Ab1EQSk1 (ORCPT ); Tue, 17 May 2011 14:40:27 -0400 Content-Disposition: inline In-Reply-To: <1305657337-2584-2-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Sasha Levin wrote: > 3. Within the guest, mount the fs: > mount -t 9p -otrans=virtio kvm_9p -oversion=9p2000 > This will mount the 9p server to local_dir. Really cool! > Still todo (but can live without): > - Multiple virtio-9p devices. > - Ugly hack in virtio_p9_stat() (See desc in code). > - Update atime/mtime in p9_wstat, not really needed. > - Pass usernames in p9_stat, not really needed and not really sure how > p9 expects to handle them. 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. Ingo