/dev/kvm missing

2021-03-16 Thread Andreas Enge
Hello, trying to run the Android emulator on Guix, I notice that /dev/kvm is missing on my system; "lsmod | grep kvm" shows these: kvm 819200 0 irqbypass 16384 1 kvm Do I need to add anything to my system configuration to enable it? I am using the 5.11.4-gnu kerne

Re: /dev/kvm missing

2021-03-16 Thread Luis Felipe
Hi, Andreas, ‐‐‐ Original Message ‐‐‐ On Tuesday, March 16, 2021 3:45 PM, Andreas Enge wrote: > Hello, > > trying to run the Android emulator on Guix, I notice that /dev/kvm is > missing on my system; "lsmod | grep kvm" shows these: > kvm 819200 0 > irqbypass 16384 1 kvm > > Do I need to

Re: /dev/kvm missing

2021-03-16 Thread Leo Famulari
On Tue, Mar 16, 2021 at 04:45:35PM +0100, Andreas Enge wrote: > Hello, > > trying to run the Android emulator on Guix, I notice that /dev/kvm is > missing on my system; "lsmod | grep kvm" shows these: > kvm 819200 0 > irqbypass 16384 1 kvm > > Do I need to add any

Re: /dev/kvm missing

2021-03-16 Thread Andreas Enge
Hello, thanks to all of you for your kind and helpful replies! Am Tue, Mar 16, 2021 at 03:32:03PM -0400 schrieb Leo Famulari: > You may need to enable it in the BIOS. There should be an option about > "virtualization extensions", or maybe some "Intel VT-something" feature. Indeed, it was disable

Re: /dev/kvm missing

2021-03-18 Thread Julien Lepiller
Just thinking about it, but there's a setting in bios you need to activate for it to work. Then the kernel might pick it up only when it's activated. Have you ever tried running qemu-kvm? Le 16 mars 2021 14:16:08 GMT-04:00, Luis Felipe a écrit : >Hi, Andreas, > >‐‐‐ Original Message ‐‐