qemu-options.hx (d7933ef3ac81149a51ba43ddac9fe70405008aba) | qemu-options.hx (188f24c2c149bcb0088c6317e99e09afc007de34) |
---|---|
1HXCOMM Use DEFHEADING() to define headings in both help text and texi 2HXCOMM Text between STEXI and ETEXI are copied to texi version and 3HXCOMM discarded from C version 4HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to 5HXCOMM construct option structures, enums and help message for specified 6HXCOMM architectures. 7HXCOMM HXCOMM can be used for comments, discarded from both texi and C 8 --- 3160 unchanged lines hidden (view full) --- 3169 3170The following models may be available: 3171@table @option 3172@item ib700 3173iBASE 700 is a very simple ISA watchdog with a single timer. 3174@item i6300esb 3175Intel 6300ESB I/O controller hub is a much more featureful PCI-based 3176dual-timer watchdog. | 1HXCOMM Use DEFHEADING() to define headings in both help text and texi 2HXCOMM Text between STEXI and ETEXI are copied to texi version and 3HXCOMM discarded from C version 4HXCOMM DEF(option, HAS_ARG/0, opt_enum, opt_help, arch_mask) is used to 5HXCOMM construct option structures, enums and help message for specified 6HXCOMM architectures. 7HXCOMM HXCOMM can be used for comments, discarded from both texi and C 8 --- 3160 unchanged lines hidden (view full) --- 3169 3170The following models may be available: 3171@table @option 3172@item ib700 3173iBASE 700 is a very simple ISA watchdog with a single timer. 3174@item i6300esb 3175Intel 6300ESB I/O controller hub is a much more featureful PCI-based 3176dual-timer watchdog. |
3177@item diag288 3178A virtual watchdog for s390x backed by the diagnose 288 hypercall 3179(currently KVM only). |
|
3177@end table 3178ETEXI 3179 3180DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \ 3181 "-watchdog-action reset|shutdown|poweroff|pause|debug|none\n" \ 3182 " action when watchdog fires [default=reset]\n", 3183 QEMU_ARCH_ALL) 3184STEXI --- 333 unchanged lines hidden --- | 3180@end table 3181ETEXI 3182 3183DEF("watchdog-action", HAS_ARG, QEMU_OPTION_watchdog_action, \ 3184 "-watchdog-action reset|shutdown|poweroff|pause|debug|none\n" \ 3185 " action when watchdog fires [default=reset]\n", 3186 QEMU_ARCH_ALL) 3187STEXI --- 333 unchanged lines hidden --- |