qvm-pci.rst 794 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. program:: qvm-pci
  2. =============================================
  3. :program:`qvm-pci` -- List/set VM PCI devices
  4. =============================================
  5. Synopsis
  6. ========
  7. | :command:`qvm-pci` [*options*] -l <*vm-name*>
  8. | :command:`qvm-pci` [*options*] -a <*vm-name*> <*device*>
  9. | :command:`qvm-pci` [*options*] -d <*vm-name*> <*device*>
  10. Options
  11. =======
  12. .. option:: --help, -h
  13. Show this help message and exit
  14. .. option:: --list, -l
  15. List VM PCI devices
  16. .. option:: --add, -a
  17. Add a PCI device to specified VM
  18. .. option:: --delete, -d
  19. Remove a PCI device from specified VM
  20. Authors
  21. =======
  22. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  23. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  24. | Marek Marczykowski <marmarek at invisiblethingslab dot com>