From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DbgDq-0005MS-Lh for qemu-devel@nongnu.org; Fri, 27 May 2005 10:54:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DbgDo-0005L4-EF for qemu-devel@nongnu.org; Fri, 27 May 2005 10:54:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DbgDo-0005Kr-5j for qemu-devel@nongnu.org; Fri, 27 May 2005 10:54:00 -0400 Received: from [195.129.94.252] (helo=srv94-252.ip-tech.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DbgCF-0004vJ-Rd for qemu-devel@nongnu.org; Fri, 27 May 2005 10:52:24 -0400 Message-ID: <429733EF.7010308@kberg.ch> Date: Fri, 27 May 2005 16:51:27 +0200 From: Mike Kronenberg MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] cocoa.m References: <429707A8.4040400@kberg.ch> In-Reply-To: <429707A8.4040400@kberg.ch> Content-Type: text/plain; charset=ISO-8859-1; 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'm in talks with Pierre how we should proceed. My goals were to make qemu accessible to a broader Macintosh audience. so besides of additions to cocoa.m, I have written a Control app to configure, lauch and control multiple qemu instances. Together, they behave just like one App. The project is called Q (atm). You find it at http://www.kberg.ch/cocoaqemu Q consists of multiple parts: - qemu cocoa (of corse) - Q Control - Windows "Driver" Pack The new Features of QEMU cocoa can be read in the parent posting. What is Q Control? - create new guestPC - edit guestPC - delete guestPC - start guestPC (saved WMs inkl Thumbnails are supported) - create new Diskimage - livethumbnails :) What is the Windows "Driver" Pack? The "Driver" is a single easy installable Package for Windows that does the following: - configures Windows to take advantage of qemus advanced features (SMB etc) - Mousedriver => in planing: qemu sends Mouse-Cordinates over serial to guestPC - Driver on guestOS polls serial and sets MouseCursor accordingly. This eliminates the grab hassle. So if someone is fluent in qemu serialport programming, please drop me a line, how to send a simple byte (inkl delimiter/interrup if nec) that would me save alot of time reading qemu code. Pierre would like to put the whole thing in the head tree. I would be ready to do so, too, if this is wanted. thanks for your time :) Mike out