Revision 9ce56db6 qemu-options.hx

b/qemu-options.hx
486 486
DEFHEADING(File system options:)
487 487

  
488 488
DEF("fsdev", HAS_ARG, QEMU_OPTION_fsdev,
489
    "-fsdev local,id=id,path=path\n",
489
    "-fsdev local,id=id,path=path,security_model=[mapped|passthrough]\n",
490 490
    QEMU_ARCH_ALL)
491 491

  
492 492
STEXI
......
502 502

  
503 503
Options to each backend are described below.
504 504

  
505
@item -fsdev local ,id=@var{id} ,path=@var{path}
505
@item -fsdev local ,id=@var{id} ,path=@var{path} ,security_model=@var{security_model}
506 506

  
507 507
Create a file-system-"device" for local-filesystem.
508 508

  
......
510 510

  
511 511
@option{path} specifies the path to be exported. @option{path} is required.
512 512

  
513
@option{security_model} specifies the security model to be followed.
514
@option{security_model} is required.
515

  
513 516
@end table
514 517
ETEXI
515 518
#endif
......
518 521
DEFHEADING(Virtual File system pass-through options:)
519 522

  
520 523
DEF("virtfs", HAS_ARG, QEMU_OPTION_virtfs,
521
    "-virtfs local,path=path,mount_tag=tag\n",
524
    "-virtfs local,path=path,mount_tag=tag,security_model=[mapped|passthrough]\n",
522 525
    QEMU_ARCH_ALL)
523 526

  
524 527
STEXI
......
534 537

  
535 538
Options to each backend are described below.
536 539

  
537
@item -virtfs local ,path=@var{path} ,mount_tag=@var{mount_tag}
540
@item -virtfs local ,path=@var{path} ,mount_tag=@var{mount_tag} ,security_model=@var{security_model}
538 541

  
539 542
Create a Virtual file-system-pass through for local-filesystem.
540 543

  
......
542 545

  
543 546
@option{path} specifies the path to be exported. @option{path} is required.
544 547

  
548
@option{security_model} specifies the security model to be followed.
549
@option{security_model} is required.
550

  
551

  
545 552
@option{mount_tag} specifies the tag with which the exported file is mounted.
546 553
@option{mount_tag} is required.
547 554

  

Also available in: Unified diff