]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm: Introduce a list of known BUGS
authorPekka Enberg <penberg@kernel.org>
Thu, 6 Jan 2011 09:48:45 +0000 (11:48 +0200)
committerPekka Enberg <penberg@kernel.org>
Thu, 6 Jan 2011 09:48:45 +0000 (11:48 +0200)
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/BUGS [new file with mode: 0644]

diff --git a/tools/kvm/BUGS b/tools/kvm/BUGS
new file mode 100644 (file)
index 0000000..bb36077
--- /dev/null
@@ -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.