diff --git a/README.md b/README.md index 2d38a00..08bf869 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ The `resources` directory contains the necessary files for creating the VM. The `scripts` directory contains: - `iommu.sh` which can be used to see your system's IOMMU groups -- `kvm.conf` which contains necessary environment variables - Multiple QEMU hook scripts The `xml` directory contains the final XML files for two Windows 10 virtual machines: diff --git a/resources/10-looking-glass.conf b/resources/10-looking-glass.conf new file mode 100644 index 0000000..305bfe5 --- /dev/null +++ b/resources/10-looking-glass.conf @@ -0,0 +1 @@ +f /dev/shm/looking-glass 0666 root libvirt - \ No newline at end of file diff --git a/scripts/kvm.conf b/scripts/kvm.conf deleted file mode 100644 index 5cfd271..0000000 --- a/scripts/kvm.conf +++ /dev/null @@ -1,3 +0,0 @@ -## Virsh devices -VIRSH_GPU_VIDEO=pci_0000_01_00_0 -VIRSH_GPU_AUDIO=pci_0000_01_00_1 \ No newline at end of file