From fc8471208316ac7e632f33196d24caaeb00d80c7 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Mon, 21 Mar 2022 18:03:39 +0000 Subject: [PATCH] Fixes and Looking Glass config --- README.md | 1 - resources/10-looking-glass.conf | 1 + scripts/kvm.conf | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 resources/10-looking-glass.conf delete mode 100644 scripts/kvm.conf 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