Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753879Ab2JUOCr (ORCPT ); Sun, 21 Oct 2012 10:02:47 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:39929 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753692Ab2JUOCp (ORCPT ); Sun, 21 Oct 2012 10:02:45 -0400 MIME-Version: 1.0 In-Reply-To: <20121021125933.GC19535@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> Date: Sun, 21 Oct 2012 16:02:44 +0200 Message-ID: Subject: Re: [GIT PULL] Linux KVM tool for v3.7-rc0 From: richard -rw- weinberger To: Ingo Molnar Cc: Christoph Hellwig , Dave Airlie , Borislav Petkov , Stephen Rothwell , Pekka Enberg , Linus Torvalds , Andrew Morton , Avi Kivity , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 32 On Sun, Oct 21, 2012 at 2:59 PM, Ingo Molnar wrote: > You are wrong on three counts: > > - As I mentioned it in my first mail to you this is not the > same as 'vm run': you still have a qemu-root.img while > tools/kvm does not ... > > 'vm run' works without having any disk image around, it just > uses the existing distro binaries and boots them, sharing the > host file system. > > - automatic, transparent host filesystem sharing is another > useful feature: I can copy files in/out of the virtual > machine using the host filesystem. > > - transparent networking is up and running straight away 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 -- Thanks, //richard -- 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/