Skip to content

Commit

Permalink
Update install-qemu-kvm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 12, 2023
1 parent d604490 commit ebe098b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/install-qemu-kvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ $ virt-host-validate qemu
QEMU: Checking for secure guest support : WARN (Unknown if this platform has Secure Guest support)
```

An x86_64 machine will like display a warning about cgroup devices controller
support not being enabled.
X86_64-based machines will likely display a warning about cgroup devices controller
support not being enabled. This allos you to apply resource management to virtual
machines. For more information refer to [this doc](https://libvirt.org/cgroups.html).
To add cgroup 'devices' controller support, edit `/etc/default/grub`
and change the line that looks like `GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"`
to:
Expand Down

0 comments on commit ebe098b

Please sign in to comment.