From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNoB3-0001lU-VX for qemu-devel@nongnu.org; Tue, 08 Nov 2011 11:05:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNoAv-0008PY-Dv for qemu-devel@nongnu.org; Tue, 08 Nov 2011 11:05:33 -0500 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:38101 helo=bombadil.infradead.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNoAv-0008PU-BV for qemu-devel@nongnu.org; Tue, 08 Nov 2011 11:05:25 -0500 Date: Tue, 8 Nov 2011 09:59:45 -0500 From: Christoph Hellwig Message-ID: <20111108145945.GA17842@infradead.org> References: <1320543320-32728-1-git-send-email-agraf@suse.de> <4EB93FA4.8020800@redhat.com> <20111108145257.GA10846@infradead.org> <4EB94340.5040205@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EB94340.5040205@redhat.com> 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: Avi Kivity Cc: Pekka Enberg , "kvm@vger.kernel.org list" , qemu-devel Developers , Alexander Graf , "linux-kernel@vger.kernel.org List" , Christoph Hellwig , Blue Swirl , Am?rico Wang , Ingo Molnar , Linus Torvalds On Tue, Nov 08, 2011 at 04:57:04PM +0200, Avi Kivity wrote: > > Running qemu -snapshot on the actual root block device is the only > > safe way to reuse the host installation, although it gets a bit > > complicated if people have multiple devices mounted into the namespace. > > How is -snapshot any different? If the host writes a block after the > guest has been launched, but before that block was cowed, then the guest > will see the new block. Right, thinko - qemu's snapshots are fairly useless due to sitting ontop of the file to be modified. > 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.