In my already virtualized host, trying to pass an option to an option -enable-kvm -m 1024
will fail:
qemu-system-x86_64 -vga std -enable-kvm -m 1024 -monitor telnet:localhost:9313,server,nowait -drive file=my_img.img,cache=none
If I remove this option -enable-kvm -m 1024
, qemu will load (but it will take forever because it uses software emulation):
qemu-system-x86_64 -vga std -monitor telnet:localhost:9313,server,nowait -drive file=my_img.img,cache=none
Of course, this virtualized node of mine has the ability to integrate its virtualization. Everywhere I find information about it [like here: https://docs.openstack.org/developer/devstack/guides/devstack-with-nested-kvm.html ] tells me that I should check the file /sys/module/kvm_intel/parameters/nested
, which is simply inaccessible, because which kvm-intel
cannot and cannot be loaded from within the image:
sudo modprobe kvm-intel
, . , ( ) kvm kvm?
:
lscpu
ltrace
qemu: