From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KiVdi-0005Iy-K1 for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:46:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KiVdg-0005Ib-T2 for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:46:50 -0400 Received: from [199.232.76.173] (port=39178 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KiVdg-0005IY-Pn for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:46:48 -0400 Received: from mx2.redhat.com ([66.187.237.31]:45385) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KiVdg-0005RF-BF for qemu-devel@nongnu.org; Wed, 24 Sep 2008 10:46:48 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id m8OEklRQ016430 for ; Wed, 24 Sep 2008 10:46:47 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8OEkkt2019412 for ; Wed, 24 Sep 2008 10:46:46 -0400 Received: from zweiblum.travel.kraxel.org (vpn-4-5.str.redhat.com [10.32.4.5]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id m8OEkitg027968 for ; Wed, 24 Sep 2008 10:46:45 -0400 Message-ID: <48DA52D4.6080505@redhat.com> Date: Wed, 24 Sep 2008 16:46:44 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060307000503010307050907" Subject: [Qemu-devel] [announce] qemu-gtk 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 This is a multi-part message in MIME format. --------------060307000503010307050907 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi, I've hacked up a simple gtk-based frontend for qemu, available here: http://dl.bytesex.org/releases/qemu-gtk/ README is attached below for your convenience. cheers, Gerd --------------060307000503010307050907 Content-Type: text/plain; name="README" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="README" about qemu-gtk ============== This is a simple gtk-based gui for qemu. It is designed to run independant from the qemu process, so you can stop and restart the gui without disturbing your virtual machines. qemu-gtk doesn't (yet?) support starting and stopping virtual machines. It can only connect to a already running qemu process. using qemu-gtk -------------- qemu-gtk connects to the qemu monitor using tcp or unix sockets and to the built-in vnc server. Thus you must enable the monitor and vnc when starting qemu. The monitor should be in non-blocking server mode. i.e. you'll start qemu like this: "qemu -monitor unix:/tmp/monitor,server,nowait -vnc :1 " then the gui like this: "qemu-gtk unix:/tmp/monitor" qemu-gtk will figure automatically where the vnc display is, using the monitor. Have fun, Gerd -- Gerd Hoffmann --------------060307000503010307050907--