Revision e37630ca qemu-options.hx

b/qemu-options.hx
1348 1348
if KVM support is enabled when compiling.
1349 1349
ETEXI
1350 1350

  
1351
#ifdef CONFIG_XEN
1352
DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid,
1353
    "-xen-domid id   specify xen guest domain id\n")
1354
DEF("xen-create", 0, QEMU_OPTION_xen_create,
1355
    "-xen-create     create domain using xen hypercalls, bypassing xend\n"
1356
    "                warning: should not be used when xend is in use\n")
1357
DEF("xen-attach", 0, QEMU_OPTION_xen_attach,
1358
    "-xen-attach     attach to existing xen domain\n"
1359
    "                xend will use this when starting qemu\n")
1360
#endif
1361

  
1351 1362
DEF("no-reboot", 0, QEMU_OPTION_no_reboot, \
1352 1363
    "-no-reboot      exit instead of rebooting\n")
1353 1364
STEXI

Also available in: Unified diff