|
From: | Ludovic Courtès |
Subject: | bug#22633: Provide a kvm-less qemu / guix system vm |
Date: | Fri, 12 Feb 2016 10:02:01 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Jookia <address@hidden> skribis: > We should probably also blacklist kvm on Libreboot machines too somehow, A simple way to achieve this is with: (operating-system ;; … (kernel-arguments '("modprobe.blacklist=kvm-intel,kvm"))) But I guess ‘guix system vm’ will now fail. We could change the two occurrences of ‘-enable-kvm’ to use this flag if and only if /dev/kvm exists (I think it doesn’t exist when the kvm modules are not loaded.) Thoughts? Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |