From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gc6cj-0004Tg-L0 for qemu-devel@nongnu.org; Mon, 23 Oct 2006 16:42:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gc6ch-0004Rh-Qe for qemu-devel@nongnu.org; Mon, 23 Oct 2006 16:42:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gc6ch-0004RZ-Kh for qemu-devel@nongnu.org; Mon, 23 Oct 2006 16:42:15 -0400 Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gc6ch-0002kX-HW for qemu-devel@nongnu.org; Mon, 23 Oct 2006 16:42:15 -0400 Received: by ug-out-1314.google.com with SMTP id o4so1227722uge for ; Mon, 23 Oct 2006 13:42:14 -0700 (PDT) Message-ID: <2ad73a0610231342m3dc1d865uccc6b4db22192a66@mail.gmail.com> Date: Mon, 23 Oct 2006 17:42:13 -0300 From: "=?ISO-8859-1?Q?Andr=E9_Braga?=" Subject: Re: [Qemu-devel] config file support In-Reply-To: <453D00CD.6010307@palmsource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610221751.50317.rob@landley.net> <453D00CD.6010307@palmsource.com> 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 On 10/23/06, K. Richard Pixley wrote: > What's the difference between a shell script to cover qemu and a > #!/bin/qemu config file? Not everyone may run QEMU under a POSIX-ish command-line shell. There are several active operating systems in the world, and several people fiddling with the porting of QEMU to those systems. What I'd really like to see, for example, would be the possibility of dumping the options active when QEMU was started to a config file. It could be then tweaked at will, but the skeleton would be there already, customized to a pretty comfortable point even.