From 5b268feabdb0d057e518970b85198634cff4d781 Mon Sep 17 00:00:00 2001 From: QaidVoid <12017109+QaidVoid@users.noreply.github.com> Date: Wed, 2 Dec 2020 10:16:30 +0545 Subject: [PATCH] Complete manual --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 84152b8..8784a36 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,12 @@ virsh edit win10 +### User Groups +You should add your user to ***input***, ***kvm***, and ***libvirt*** groups. +```sh +usermod -aG kvm,input,libvirt username +``` + ### **See Also** > [Single GPU Passthrough by joeknock90](https://github.com/joeknock90/Single-GPU-Passthrough)
> [Single GPU Passthrough by YuriAlek](https://gitlab.com/YuriAlek/vfio)