Revision 80f52a66

b/qemu-options.hx
27 27
Display version information and exit
28 28
ETEXI
29 29

  
30
DEF("M", HAS_ARG, QEMU_OPTION_M,
31
    "-M machine      select emulated machine (-M ? for list)\n", QEMU_ARCH_ALL)
30
DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
31
    "-machine [type=]name[,prop[=value][,...]]\n"
32
    "                selects emulated machine (-machine ? for list)\n"
33
    "                property accel=accel1[:accel2[:...]] selects accelerator\n"
34
    "                supported accelerators are kvm, xen, tcg (default: tcg)\n",
35
    QEMU_ARCH_ALL)
32 36
STEXI
33
@item -M @var{machine}
34
@findex -M
35
Select the emulated @var{machine} (@code{-M ?} for list)
37
@item -machine [type=]@var{name}[,prop=@var{value}[,...]]
38
@findex -machine
39
Select the emulated machine by @var{name}. Use @code{-machine ?} to list
40
available machines. Supported machine properties are:
41
@table @option
42
@item accel=@var{accels1}[:@var{accels2}[:...]]
43
This is used to enable an accelerator. Depending on the target architecture,
44
kvm, xen, or tcg can be available. By default, tcg is used. If there is more
45
than one accelerator specified, the next one is used if the previous one fails
46
to initialize.
47
@end table
36 48
ETEXI
37 49

  
50
HXCOMM Deprecated by -machine
51
DEF("M", HAS_ARG, QEMU_OPTION_M, "", QEMU_ARCH_ALL)
52

  
38 53
DEF("cpu", HAS_ARG, QEMU_OPTION_cpu,
39 54
    "-cpu cpu        select CPU (-cpu ? for list)\n", QEMU_ARCH_ALL)
40 55
STEXI
......
2074 2089
if KVM support is enabled when compiling.
2075 2090
ETEXI
2076 2091

  
2077
DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
2078
    "-machine [type=]name[,prop[=value][,...]]\n"
2079
    "                selects emulated machine (-machine ? for list)\n"
2080
    "                property accel=accel1[:accel2[:...]] selects accelerator\n"
2081
    "                supported accelerators are kvm, xen, tcg (default: tcg)\n",
2082
    QEMU_ARCH_ALL)
2083
STEXI
2084
@item -machine [type=]@var{name}[,prop=@var{value}[,...]]
2085
@findex -machine
2086
Select the emulated machine by @var{name}. Use @code{-machine ?} to list
2087
available machines. Supported machine properties are:
2088
@table @option
2089
@item accel=@var{accels1}[:@var{accels2}[:...]]
2090
This is used to enable an accelerator. Depending on the target architecture,
2091
kvm, xen, or tcg can be available. By default, tcg is used. If there is more
2092
than one accelerator specified, the next one is used if the previous one fails
2093
to initialize.
2094
@end table
2095
ETEXI
2096

  
2097 2092
DEF("xen-domid", HAS_ARG, QEMU_OPTION_xen_domid,
2098 2093
    "-xen-domid id   specify xen guest domain id\n", QEMU_ARCH_ALL)
2099 2094
DEF("xen-create", 0, QEMU_OPTION_xen_create,

Also available in: Unified diff