Summary:
	Qemu Launcher is a GNOME/Gtk front-end for the qemu x86 PC
	emulator. 

Description:
	Qemu Launcher is meant to provide a GUI to the qemu command line 
	so that it is more accessible from the desktop. It includes the
	following features:
	* Create and save multiple VM configurations
	* Disk image creation from the GUI using qemu-img.
	* Configurations stored in users home directory in 
	  ~/.qemu-launcher
	* Disk images can be stored anywhere
	* GUI options to allow control of *most* qemu command line
	  options
	Qemu Launcher also supports launching Qemu configs from the 
	command line. Just give the name of the config as the first
	argument. Use quotes if the name has spaces or other special 
	characters.
      shell$ qemu-launcher 'My Config Name'

	Some Qemu features are not implemented in the GUI since they are
	for more advanced users and are accessible from the command line.

Requirements:
	Perl
	Perl modules:
		Gtk
		Gtk::GladeXML
		Gnome2
	qemu 0.6.1 

Download:
	The software can be downloaded from:
	http://emeitner.f2o.org/projects/qemulauncher/

Future:
	* PPC support with 'qemu-system-ppc'

Author:
	Erik Meitner <emeitner@f2o.org>

License:
	QemuLauncher is licenced under the GPL.

