X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=qemu-options.hx;h=aa786e3bc16309a8f78c636eecf2340f8a6f7c7a;hb=9c22a6239643c9687979871580677db57c681daa;hp=2738a7a66a1774cda8c98caf7b7f8b0b611895f8;hpb=268a362c63dcd89754566b4e04c8311847c7eabb;p=qemu diff --git a/qemu-options.hx b/qemu-options.hx index 2738a7a..aa786e3 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -465,7 +465,7 @@ Rotate graphical output 90 deg left (only PXA LCD). ETEXI DEF("vga", HAS_ARG, QEMU_OPTION_vga, - "-vga [std|cirrus|vmware|none]\n" + "-vga [std|cirrus|vmware|xenfb|none]\n" " select video card type\n") STEXI @item -vga @var{type} @@ -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