From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqIQb-0002of-9j for qemu-devel@nongnu.org; Sun, 16 Jan 2005 16:59:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqIQL-0002il-GR for qemu-devel@nongnu.org; Sun, 16 Jan 2005 16:59:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqIQK-0002aT-Ei for qemu-devel@nongnu.org; Sun, 16 Jan 2005 16:59:04 -0500 Received: from [64.233.184.207] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqHyq-0002Ho-M3 for qemu-devel@nongnu.org; Sun, 16 Jan 2005 16:30:40 -0500 Received: by wproxy.gmail.com with SMTP id 40so1031016wri for ; Sun, 16 Jan 2005 13:30:39 -0800 (PST) Message-ID: Date: Sun, 16 Jan 2005 22:30:39 +0100 From: Magnus Damm Subject: Re: [Qemu-devel] [PATCH][RFC] system emulator modularization In-Reply-To: <20050116203135.83407.qmail@web26801.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <000001c4fbd4$881da820$6401a8c0@geodb.org> <20050116203135.83407.qmail@web26801.mail.ukl.yahoo.com> Reply-To: Magnus Damm , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: spetreolle@users.sourceforge.net, qemu-devel@nongnu.org On Sun, 16 Jan 2005 21:31:35 +0100 (CET), Sylvain Petreolle wrote: > Hey, why not do as simple as you can ? > > myscript > #!/bin/bash > qemu -options -hda /somewhere/myimage I agree that "keep it simple" is the best way of doing things, but I think a host-os independent way to load/save configuration would be very useful. It allows people to swap configurations with each other regardless of host operating system which is one step in the right direction IMHO... / magnus