I am trying to run an Android emulator inside a virtual machine and would like to use KVM's nested support to speed up the emulator.
I run the emulator with emulator64-x86 -avd test -qemu -m 1024 -enable-kvm
and I've made sure KVM nested support is available on both host and guest: cat /sys/module/kvm_intel/parameters/nested
is "Y"
Still the emulator is slow, is there something I'm missing or a log file I can consult to see if nested support is in fact used at all?