Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752923Ab2JVKRY (ORCPT ); Mon, 22 Oct 2012 06:17:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22101 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245Ab2JVKRX (ORCPT ); Mon, 22 Oct 2012 06:17:23 -0400 Date: Mon, 22 Oct 2012 12:16:45 +0200 From: Gleb Natapov To: Avi Kivity Cc: Pekka Enberg , richard -rw- weinberger , Ingo Molnar , Christoph Hellwig , Dave Airlie , Borislav Petkov , Stephen Rothwell , Linus Torvalds , Andrew Morton , linux-kernel@vger.kernel.org, Asias He , Sasha Levin , Cyrill Gorcunov Subject: Re: [GIT PULL] Linux KVM tool for v3.7-rc0 Message-ID: <20121022101645.GL29310@redhat.com> References: <20121016134129.2fcd7c8ebe1235065aea929e@canb.auug.org.au> <20121020180436.c42b7325431fe87104b008fa@canb.auug.org.au> <20121020181425.GA11191@liondog.tnic> <20121021110329.GA7024@infradead.org> <20121021125933.GC19535@gmail.com> <508510C3.2020901@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <508510C3.2020901@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 28 On Mon, Oct 22, 2012 at 11:24:19AM +0200, Avi Kivity wrote: > On 10/21/2012 05:39 PM, Pekka Enberg wrote: > > > > On Sun, Oct 21, 2012 at 5:02 PM, richard -rw- weinberger > > wrote: > >> qemu supports all these features. > >> E.g. to access the host fs use: > >> qemu ... \ > >> -fsdev local,security_model=passthrough,id=fsdev-root,path=/your/root/,readonly > >> \ > >> -device virtio-9p-pci,id=fs-root,fsdev=fsdev-root,mount_tag=rootshare > > > > IIRC, QEMU uses SLIRP non-root zero-config networking which is much > > more limited than what LKVM offers out of the box. > > Curious, what are the differences? > Me too, especially as we discussed replacing SLIRP with lkvm code for userspace networking and decided (for reasons I do not remember) that it lacks futures SLIRP has. Was it host port redirection? -- Gleb. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/