From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [announce] qemu-gtk
Date: Wed, 24 Sep 2008 16:46:44 +0200 [thread overview]
Message-ID: <48DA52D4.6080505@redhat.com> (raw)
[-- 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>
next reply other threads:[~2008-09-24 14:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 14:46 Gerd Hoffmann [this message]
2008-09-24 15:59 ` [Qemu-devel] [announce] qemu-gtk michael
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48DA52D4.6080505@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.