qvm-pci.rst 625 B

123456789101112131415161718192021222324252627282930313233
  1. =======
  2. qvm-pci
  3. =======
  4. NAME
  5. ====
  6. qvm-pci - list/set VM PCI devices
  7. :Date: 2012-04-11
  8. SYNOPSIS
  9. ========
  10. | qvm-pci -l [options] <vm-name>
  11. | qvm-pci -a [options] <vm-name> <device>
  12. | qvm-pci -d [options] <vm-name> <device>
  13. OPTIONS
  14. =======
  15. -h, --help
  16. Show this help message and exit
  17. -l, --list
  18. List VM PCI devices
  19. -a, --add
  20. Add a PCI device to specified VM
  21. -d, --delete
  22. Remove a PCI device from specified VM
  23. AUTHORS
  24. =======
  25. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  26. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  27. | Marek Marczykowski <marmarek at invisiblethingslab dot com>