Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753993Ab2JUPDM (ORCPT ); Sun, 21 Oct 2012 11:03:12 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:48141 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932117Ab2JUPDL (ORCPT ); Sun, 21 Oct 2012 11:03:11 -0400 Date: Sun, 21 Oct 2012 17:03:05 +0200 From: Ingo Molnar To: richard -rw- weinberger Cc: Christoph Hellwig , Dave Airlie , Borislav Petkov , Stephen Rothwell , Pekka Enberg , Linus Torvalds , Andrew Morton , Avi Kivity , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Linux KVM tool for v3.7-rc0 Message-ID: <20121021150305.GA26108@gmail.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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 25 * 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 The best way to compare them would be a script that gives exactly the same test environment that 'vm run' / 'vm sandbox' does out of box, but using qemu. If such a script is available then that would certainly be a useful testing option to kernel developers. Thanks, Ingo -- 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/