Revision 74db920c qemu-options.hx

b/qemu-options.hx
478 478
@code{-device @var{driver},@var{option}=?}. 
479 479
ETEXI
480 480

  
481
#ifdef CONFIG_LINUX
482
DEFHEADING(File system options:)
483

  
484
DEF("fsdev", HAS_ARG, QEMU_OPTION_fsdev,
485
    "-fsdev local,id=id,path=path\n",
486
    QEMU_ARCH_ALL)
487

  
488
STEXI
489

  
490
The general form of a File system device option is:
491
@table @option
492

  
493
@item -fsdev @var{fstype} ,id=@var{id} [,@var{options}]
494
@findex -fsdev
495
Fstype is one of:
496
@option{local},
497
The specific Fstype will determine the applicable options.
498

  
499
Options to each backend are described below.
500

  
501
@item -fsdev local ,id=@var{id} ,path=@var{path}
502

  
503
Create a file-system-"device" for local-filesystem.
504

  
505
@option{local} is only available on Linux.
506

  
507
@option{path} specifies the path to be exported. @option{path} is required.
508

  
509
@end table
510
ETEXI
511
#endif
512

  
513
DEFHEADING()
514

  
481 515
DEF("name", HAS_ARG, QEMU_OPTION_name,
482 516
    "-name string1[,process=string2]\n"
483 517
    "                set the name of the guest\n"

Also available in: Unified diff