[DOCS] Minor note.

This commit is contained in:
Foxlet 2019-04-25 20:59:39 -04:00
parent e7e0bc423c
commit 9a4fce6739
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ iommu=pt amd_iommu=on vfio-pci.ids=1002:66af,1002:ab20
iommu=pt intel_iommu=on vfio-pci.ids=1002:66af,1002:ab20
```
To do this permanently, you can add it to your bootloader. If you're using GRUB, for example, edit `/etc/default/grub` and add the previous lines to the `GRUB_CMDLINE_LINUX_DEFAULT` section.
To do this permanently, you can add it to your bootloader. If you're using GRUB, for example, edit `/etc/default/grub` and add the previous lines to the `GRUB_CMDLINE_LINUX_DEFAULT` section, then run `sudo update-grub` and reboot.
## Attach card to QEMU
You will need to attach the cards using the BDF IDs for the audio and video controller. The following example shows the config for a card with two devices. The romfile parameter is optional.