* [Qemu-devel] [announce] qemu-gtk
@ 2008-09-24 14:46 Gerd Hoffmann
2008-09-24 15:59 ` michael
0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2008-09-24 14:46 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
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
[-- Attachment #2: README --]
[-- Type: text/plain, Size: 882 bytes --]
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 <more-args>"
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 <kraxel@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-24 15:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 14:46 [Qemu-devel] [announce] qemu-gtk Gerd Hoffmann
2008-09-24 15:59 ` michael
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.