diff --git a/README.md b/README.md index 93aad2c..b9aa6c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Single GPU passthrough with QEMU and VFIO +![Windows 10 1709][windows 10 screenshot]*Windows 10 1709* + ## ToC 1. [What this does](#what-this-does) 2. [What you need](#what-you-need) @@ -189,3 +191,21 @@ QEMU should never be run as root. If you must launch it in a script as root, you - [ ] Create scripts for install and use (Without DVD images) - [ ] Try to run the VM as user - [ ] ??? + + +[techpowerup vgabios]: https://www.techpowerup.com/vgabios/ +[GPU_BIOS_video]: https://www.youtube.com/watch?v=1IP-h9IKof0 +[GPU-Z]: https://www.techpowerup.com/gpuz/ +[bless]: https://github.com/bwrsandman/Bless +[Xen Wiki]: https://wiki.xen.org/wiki/VTd_HowTo +[IOMMU Hardware]:https://en.wikipedia.org/wiki/List_of_IOMMU-supporting_hardware +[archwiki-url]: https://wiki.archlinux.org/index.php/Main_page +[qemu_archwiki]: https://wiki.archlinux.org/index.php/QEMU +[kvm-archwiki]: https://wiki.archlinux.org/index.php/KVM +[pci_passthrough-archwiki]: https://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF +[initramfs_archwiki]: https://wiki.archlinux.org/index.php/Mkinitcpio#Image_creation_and_activation +[virtio_drivers]: https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers +[libvirt_archwiki]: https://wiki.archlinux.org/index.php/Libvirt +[GPU_drivers]: https://www.nvidia.com/Download/index.aspx?lang=en-us +[windows 10 screenshot]: /Screenshots/windows-10-qemu-single-gpu-info.png +[macos screenshot]: /Screenshots/macos-high-sierra-10.3.3-single-gpu-info.png diff --git a/Screenshots/MacOS High Sierra 10.13.3 single GPU info.png b/Screenshots/MacOS High Sierra 10.13.3 single GPU info.png new file mode 100755 index 0000000..d6e7cbb Binary files /dev/null and b/Screenshots/MacOS High Sierra 10.13.3 single GPU info.png differ diff --git a/Screenshots/Windows 10 QEMU single GPU info.png b/Screenshots/Windows 10 QEMU single GPU info.png new file mode 100755 index 0000000..1e0dbf9 Binary files /dev/null and b/Screenshots/Windows 10 QEMU single GPU info.png differ diff --git a/scripts/qemu@.service b/scripts/qemu@.service index c57a0d1..48f96e2 100644 --- a/scripts/qemu@.service +++ b/scripts/qemu@.service @@ -2,12 +2,11 @@ Description=QEMU virtual machine (%i) [Service] - -Type=forking -PIDFile=/run/qemu_%i.pid +#Type=forking +#PIDFile=/run/qemu_%i.pid ExecStart=/home/yu/scripts/%i.sh -TimeoutStopSec=1m +#TimeoutStopSec=1m [Install] WantedBy=multi-user.target