From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNq1i-0003Ra-2t for qemu-devel@nongnu.org; Tue, 08 Nov 2011 13:04:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNq1c-0003Om-7Q for qemu-devel@nongnu.org; Tue, 08 Nov 2011 13:04:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNq1b-0003Og-Vi for qemu-devel@nongnu.org; Tue, 08 Nov 2011 13:03:56 -0500 Message-ID: <4EB968AB.9060907@redhat.com> Date: Tue, 08 Nov 2011 19:36:43 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1320543320-32728-1-git-send-email-agraf@suse.de> <4EB93FA4.8020800@redhat.com> <20111108145257.GA10846@infradead.org> <4EB94340.5040205@redhat.com> <20111108145945.GA17842@infradead.org> <4EB96829.1010709@suse.de> In-Reply-To: <4EB96829.1010709@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] KVM: Add wrapper script around QEMU to test kernels List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Pekka Enberg , "kvm@vger.kernel.org list" , "linux-kernel@vger.kernel.org List" , qemu-devel Developers , Christoph Hellwig , Blue Swirl , Am?rico Wang , Ingo Molnar , Linus Torvalds On 11/08/2011 07:34 PM, Alexander Graf wrote: >> >>> It could work with a btrfs snapshot, but not everyone uses that. >> Or LVM snapshot. Either way, just reusing the root fs without care >> is a dumb idea, and I really don't want any tool or script that >> encurages such braindead behaviour in the kernel tree. > > > Heh, yeah, the intent was obviously to have a separate rootfs tree > somewhere in a directory. But that's not available at first when > running this, so I figured for a simple "get me rolling" FAQ directing > the guest's rootfs to / at least gets you somewhere (especially when > run as user with init=/bin/bash). > Right, init=/bin/bash is not too insane for rootfs passthrough. /proc will be completely broken though, need to mount the guest's. -- error compiling committee.c: too many arguments to function