mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-25 23:47:13 +00:00
kvm: Introduce a list of known BUGS
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
33d3390123
commit
6555ae851c
@@ -0,0 +1,7 @@
|
||||
Known Bugs
|
||||
==========
|
||||
|
||||
- Launcher fails miserably if '/dev/kvm' is not found on machines that have
|
||||
CONFIG_KVM enabled. Ingo Molnar suggested that we introduce sys_open_kvm_fd()
|
||||
syscall similar to what we've done for '/dev/epoll'. That should also make it
|
||||
easier to report to users when BIOS has disabled virtualization extensions.
|
||||
Reference in New Issue
Block a user