From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWX9c-0003xu-T4 for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:40:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWX9b-0003xS-Ev for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:40:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWX9a-0003xO-V5 for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:40:07 -0500 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1CWX0C-000679-3j for qemu-devel@nongnu.org; Tue, 23 Nov 2004 04:30:24 -0500 Date: Tue, 23 Nov 2004 10:30:05 +0100 From: Thomas Sattler Message-ID: <20041123093005.GA5206@nancy.sattler.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] wishlist: new image format Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi there ... Would it be possible to support squashfs images? I know a squashfs enabled kernel within the image is needed, but it will not be enough, qemu needs to know how to handle/boot this image. Right? squashfs is a readonly, highly compressed filesystem. As it is readonly, the "snapshot" option would be implicit. I have several images of formerly used maschines which could be easily virtualizes via qemu. For more information see http://squashfs.sourceforge.net/ Thomas