Fix README.md, PCI section

This commit is contained in:
Maxim Petrunin
2015-10-23 11:19:13 +03:00
parent b2684d310f
commit be30311e5f

View File

@@ -28,7 +28,7 @@ welcome and can help a lot :-)
- [Reload behavior](#reload-behavior-1) - [Reload behavior](#reload-behavior-1)
- [CDROMs](#cdroms) - [CDROMs](#cdroms)
- [Input](#input) - [Input](#input)
- [PCI device passthrough](#pci) - [PCI device passthrough](#pci-device-passthrough)
- [No box and PXE boot](#no-box-and-pxe-boot) - [No box and PXE boot](#no-box-and-pxe-boot)
- [SSH Access To VM](#ssh-access-to-vm) - [SSH Access To VM](#ssh-access-to-vm)
- [Forwarded Ports](#forwarded-ports) - [Forwarded Ports](#forwarded-ports)
@@ -511,7 +511,7 @@ You can specify multiple PCI devices to passthrough to the VM via `libvirt.pci`.
* `slot` - The slot of the PCI device * `slot` - The slot of the PCI device
* `function` - The function of the PCI device * `function` - The function of the PCI device
You can extract that information from output of `lspci` command. First characters of each line are in format "[<bus>]:[<slot>].[<func>]". Example You can extract that information from output of `lspci` command. First characters of each line are in format `[<bus>]:[<slot>].[<func>]`. Example
``` ```
$ lspci| grep NVIDIA $ lspci| grep NVIDIA