From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: Release: USB image of OS Circular and deb packages of LBCAS (LoopBack Content Addressable Storage) Date: Mon, 23 Mar 2009 13:53:19 +0100 Message-ID: <49C7863F.5020809@suse.de> References: <20090323.185815.39158254.k.suzaki@aist.go.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org To: Kuniyasu Suzaki Return-path: Received: from cantor2.suse.de ([195.135.220.15]:46848 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755937AbZCWMxX (ORCPT ); Mon, 23 Mar 2009 08:53:23 -0400 In-Reply-To: <20090323.185815.39158254.k.suzaki@aist.go.jp> Sender: kvm-owner@vger.kernel.org List-ID: Kuniyasu Suzaki wrote: > Hello, > > We released bootable USB image of "OS circular" and the Debian packages of > LBCAS (LoopBack Content Addressable Storage). > > OS Circular is a framework of Internet Disk Image Distributor for anonymous > operating systems. This version enables to boot "Ubuntu" or "Debian GNU Linux" > on virtual machine "KVM" without installation. The disk image is obtained with > LBCAS (LoopBack Content Addressable Storage) from the Internet. The > transferred OS is maintained every week from 03/Oct/2008. User can > select the suitable OS image on OS circular. > > Home Page http://openlab.jp/oscircular/ > OS Circular Guide http://openlab.jp/oscircular/OSCircularGuide20090323-J.pdf > > The installation and usage are described in the guide PDF. > The bootable USB image uses KVM for transferred OS. However the transferred > disk image is available on Xen and QEMU. Please customize the Debian packages. > Looking at the backend (LBCAS) that is the actually interesting part: Is there any reason you implemented this as FUSE plugin? I was thinking of implementing something like this myself for SUSE Studio and figured the best way to do it would be to make it a qemu block driver backend, en par with the "posix-raw" one. That way you wouldn't need FUSE to download images on demand and also enable this features for say Windows users. So is there any plan on your side to write something like this for upstream Qemu? If not that's fine too, I just need to know if I'd have to do it myself :-). Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lljej-0004HY-UE for qemu-devel@nongnu.org; Mon, 23 Mar 2009 08:53:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lljee-0004HI-IH for qemu-devel@nongnu.org; Mon, 23 Mar 2009 08:53:28 -0400 Received: from [199.232.76.173] (port=34414 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lljee-0004HE-A5 for qemu-devel@nongnu.org; Mon, 23 Mar 2009 08:53:24 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46849 helo=mx2.suse.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lljed-0005Ip-Sa for qemu-devel@nongnu.org; Mon, 23 Mar 2009 08:53:24 -0400 Message-ID: <49C7863F.5020809@suse.de> Date: Mon, 23 Mar 2009 13:53:19 +0100 From: Alexander Graf MIME-Version: 1.0 References: <20090323.185815.39158254.k.suzaki@aist.go.jp> In-Reply-To: <20090323.185815.39158254.k.suzaki@aist.go.jp> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Release: USB image of OS Circular and deb packages of LBCAS (LoopBack Content Addressable Storage) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kuniyasu Suzaki Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Kuniyasu Suzaki wrote: > Hello, > > We released bootable USB image of "OS circular" and the Debian packages of > LBCAS (LoopBack Content Addressable Storage). > > OS Circular is a framework of Internet Disk Image Distributor for anonymous > operating systems. This version enables to boot "Ubuntu" or "Debian GNU Linux" > on virtual machine "KVM" without installation. The disk image is obtained with > LBCAS (LoopBack Content Addressable Storage) from the Internet. The > transferred OS is maintained every week from 03/Oct/2008. User can > select the suitable OS image on OS circular. > > Home Page http://openlab.jp/oscircular/ > OS Circular Guide http://openlab.jp/oscircular/OSCircularGuide20090323-J.pdf > > The installation and usage are described in the guide PDF. > The bootable USB image uses KVM for transferred OS. However the transferred > disk image is available on Xen and QEMU. Please customize the Debian packages. > Looking at the backend (LBCAS) that is the actually interesting part: Is there any reason you implemented this as FUSE plugin? I was thinking of implementing something like this myself for SUSE Studio and figured the best way to do it would be to make it a qemu block driver backend, en par with the "posix-raw" one. That way you wouldn't need FUSE to download images on demand and also enable this features for say Windows users. So is there any plan on your side to write something like this for upstream Qemu? If not that's fine too, I just need to know if I'd have to do it myself :-). Alex