diff options
author | kraxel <kraxel> | 2009-03-23 15:08:36 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2009-03-23 15:08:36 +0000 |
commit | f52c89a5e33d1c91ea1dd3ae01a7f99e40f1117d (patch) | |
tree | 831341a1448b368164a68a5f58026f4af6c5e620 /qemu-gtk-run.man | |
parent | 8cd00fea9ccd6583593d66ddbc5e970e66da7f3f (diff) | |
download | qemu-gtk-f52c89a5e33d1c91ea1dd3ae01a7f99e40f1117d.tar.gz |
add man pages
Diffstat (limited to 'qemu-gtk-run.man')
-rw-r--r-- | qemu-gtk-run.man | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/qemu-gtk-run.man b/qemu-gtk-run.man new file mode 100644 index 0000000..805b738 --- /dev/null +++ b/qemu-gtk-run.man @@ -0,0 +1,36 @@ +.TH qemu-gtk-run 1 "(c) 2009 Gerd Hoffmann" +.SH NAME +qemu-gtk-run - launch qemu and qemu-gtk, using libvirt config. +.SH SYNOPSIS +.B qemu-gtk-run vm-name +.SH DESCRIPTION +.B qemu-gtk-run +is a perl script which will start qemu and qemu-gtk for you. It uses +libvirt (virsh dumpxml $name) to get the virtual machine +configuration. It will not use libvirt to start the virtual machine +though. Instead it parses the xml config, assembles a command line +and launches qemu directly. +.P +It will not handle all libvirt config options. It should handle a +reasonable subset of the syntax though. Some options are +intentionally hard-coded, such as VNC setup and monitor location. +.P +Network setup is largely hardcoded as well for simplicity. When +started as root it will hook the virtual machine into virbr0 using +a tap interface. Otherwise slirp (aka -net user) is used. +.P +You probably want to set the VIRSH_DEFAULT_CONNECT_URI environment +variable. Check +.B virsh(1) +for details. +.SH OPTIONS +.TP +.B -d +Enable debug messages. +.TP +.B -m +Enable monitor access (passed to qemu-gtk). +.SH SEE ALSO +qemu-gtk(1), virsh(1) +.SH AUTHOR +(c) 2009 Gerd Hoffmann <kraxel@redhat.com> |