From 9cfc179f8626ac07c67c90ee13ac28a963216400 Mon Sep 17 00:00:00 2001 From: Saul Chavez Sanchez <34733080+ChaboCode@users.noreply.github.com> Date: Thu, 26 Nov 2020 12:58:56 -0600 Subject: [PATCH 1/2] Added XML file location --- docs/KVM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/KVM.md b/docs/KVM.md index 091e88d..dcc9bdb 100644 --- a/docs/KVM.md +++ b/docs/KVM.md @@ -23,7 +23,7 @@ Otherwise, to set up the standard way, open `virt-manager` (Virtual Machines). ![](kvm/00.png) -Next, go to `Edit`->`Preferences`, and check `Enable XML editing`, then click the `Close` button. +Next, go to `Edit`->`Preferences`, and check `Enable XML editing`, then click the `Close` button. If you have an older version of virt-manager without support for xml files, you can edit it on `/etc/libvirt/qemu/NAME_OF_THE_VM.xml`. ![](kvm/01.png) From e1c656b8314716bbef64bf6cefb1bdba463f4048 Mon Sep 17 00:00:00 2001 From: Saul Chavez Sanchez <34733080+ChaboCode@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:57:22 -0600 Subject: [PATCH 2/2] Update docs/KVM.md Co-authored-by: Lennard Indlekofer --- docs/KVM.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/KVM.md b/docs/KVM.md index dcc9bdb..015e767 100644 --- a/docs/KVM.md +++ b/docs/KVM.md @@ -23,7 +23,9 @@ Otherwise, to set up the standard way, open `virt-manager` (Virtual Machines). ![](kvm/00.png) -Next, go to `Edit`->`Preferences`, and check `Enable XML editing`, then click the `Close` button. If you have an older version of virt-manager without support for xml files, you can edit it on `/etc/libvirt/qemu/NAME_OF_THE_VM.xml`. +Next, go to `Edit`->`Preferences`, and check `Enable XML editing`, then click the `Close` button. + +If you're using a version of virt-manager that is not >2.2.0 you won't have the XML editing option. Instead you need to use `virsh edit `. ![](kvm/01.png) @@ -200,4 +202,3 @@ sudo ln -s /etc/apparmor.d/usr.sbin.libvirtd /etc/apparmor.d/disable/ You will likely need to reboot to ensure your current shell is added to the group. -