From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4OEa-0002Xa-VA for qemu-devel@nongnu.org; Sun, 14 Aug 2005 15:33:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4OEO-0002Q9-JL for qemu-devel@nongnu.org; Sun, 14 Aug 2005 15:33:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4OEO-0002I1-66 for qemu-devel@nongnu.org; Sun, 14 Aug 2005 15:33:16 -0400 Received: from [195.129.94.187] (helo=srv94-187.ip-tech.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E4OF4-0007Ii-Iy for qemu-devel@nongnu.org; Sun, 14 Aug 2005 15:33:58 -0400 Message-ID: <42FF98F4.3070004@kberg.ch> Date: Sun, 14 Aug 2005 21:18:12 +0200 From: Mike Kronenberg MIME-Version: 1.0 Subject: Re: [Qemu-devel] news on the OS X cocoa port References: <42DF6E93.3010705@kberg.ch> <41e41e7a0507210312259ae3d5@mail.gmail.com> <42DF9604.2090503@kberg.ch> <42F1C589.40608@kberg.ch> In-Reply-To: <42F1C589.40608@kberg.ch> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 I have implemented .qvm as a test in Q. Here is a sample configuration.plist and some additions to my initial proposal: About Author Q Copyright none Date 2005-08-07T19:25:41Z Description Converted guest PC from cocoaqemu.plist Arguments -boot c -cdrom /dev/cdrom -hda harddisk_1.img -localtime -m 16 -user-net PC Data architecture x86 name Freedos state shutdown Temporary -cocoapath /Users/mike/Documents/QEMU/Freedos.qvm Version 0.1.0.Q Changes: - the type for integer values: -m 16 - diskimages can have a relative path (to the .qvm root) or a absolute path, to an image outside the package: -hda harddisk_1.img - the key "architecture" for the used CPU architecture x86 - the key "state" can take the following values: state shutdown running saved On OS X, if you have Q installed, .qvm packages show as a single file and you can start QEMU by doubleclicking a .qvm package. See the info.plist in Q.app/Contents for the Document definition. Greetings Mike