summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authoraliguori2009-04-22 17:19:10 +0200
committeraliguori2009-04-22 17:19:10 +0200
commite37630ca4f5142a6830654d9801b473600417d5c (patch)
tree2c207e7589d19dd5e9bc1b57a80fb64c5d7c3b18 /qemu-options.hx
parentupdate .gitignore: add qemu-io (Gerd Hoffmann) (diff)
downloadqemu-e37630ca4f5142a6830654d9801b473600417d5c.tar.gz
qemu-e37630ca4f5142a6830654d9801b473600417d5c.tar.xz
qemu-e37630ca4f5142a6830654d9801b473600417d5c.zip
xen: groundwork for xen support (Gerd Hoffmann)
- configure script and build system changes. - wind up new machine type. - add -xen-* command line options. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7219 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx11
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 2738a7a66a..108502e363 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1348,6 +1348,17 @@ Enable KVM full virtualization support. This option is only available
if KVM support is enabled when compiling.
ETEXI
+#ifdef CONFIG_XEN
+DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid,
+ "-xen-domid id specify xen guest domain id\n")
+DEF("xen-create", 0, QEMU_OPTION_xen_create,
+ "-xen-create create domain using xen hypercalls, bypassing xend\n"
+ " warning: should not be used when xend is in use\n")
+DEF("xen-attach", 0, QEMU_OPTION_xen_attach,
+ "-xen-attach attach to existing xen domain\n"
+ " xend will use this when starting qemu\n")
+#endif
+
DEF("no-reboot", 0, QEMU_OPTION_no_reboot, \
"-no-reboot exit instead of rebooting\n")
STEXI