|
@@ -32,7 +32,6 @@ DEF("machine", HAS_ARG, QEMU_OPTION_machine, \
|
|
|
" selects emulated machine ('-machine help' for list)\n"
|
|
|
" property accel=accel1[:accel2[:...]] selects accelerator\n"
|
|
|
" supported accelerators are kvm, xen, tcg (default: tcg)\n"
|
|
|
- " kernel_irqchip=on|off controls accelerated irqchip support\n"
|
|
|
" kernel_irqchip=on|off|split controls accelerated irqchip support (default=off)\n"
|
|
|
" vmport=on|off|auto controls emulation of vmport (default: auto)\n"
|
|
|
" kvm_shadow_mem=size of KVM shadow MMU in bytes\n"
|
|
@@ -250,7 +249,7 @@ use is discouraged as it may be removed from future versions.
|
|
|
ETEXI
|
|
|
|
|
|
DEF("m", HAS_ARG, QEMU_OPTION_m,
|
|
|
- "-m[emory] [size=]megs[,slots=n,maxmem=size]\n"
|
|
|
+ "-m [size=]megs[,slots=n,maxmem=size]\n"
|
|
|
" configure guest RAM\n"
|
|
|
" size: initial amount of guest memory\n"
|
|
|
" slots: number of hotplug slots (default: none)\n"
|
|
@@ -927,7 +926,7 @@ ETEXI
|
|
|
|
|
|
DEF("display", HAS_ARG, QEMU_OPTION_display,
|
|
|
"-display sdl[,frame=on|off][,alt_grab=on|off][,ctrl_grab=on|off]\n"
|
|
|
- " [,window_close=on|off][,gl=on|off]|curses|none|\n"
|
|
|
+ " [,window_close=on|off][,gl=on|off]\n"
|
|
|
"-display gtk[,grab_on_hover=on|off][,gl=on|off]|\n"
|
|
|
"-display vnc=<display>[,<optargs>]\n"
|
|
|
"-display curses\n"
|
|
@@ -2589,7 +2588,7 @@ qemu-system-i386 --drive file=sheepdog://192.0.2.1:30000/MyVirtualMachine
|
|
|
See also @url{http://http://www.osrg.net/sheepdog/}.
|
|
|
|
|
|
@item GlusterFS
|
|
|
-GlusterFS is an user space distributed file system.
|
|
|
+GlusterFS is a user space distributed file system.
|
|
|
QEMU supports the use of GlusterFS volumes for hosting VM disk images using
|
|
|
TCP, Unix Domain Sockets and RDMA transport protocols.
|
|
|
|