kernel BUG at arch/x86/kvm/../../../virt/kvm/kvm_main.c:409!
Closed this issue · 0 comments
Hello, Siloz developers.
I've been trying to boot a VM using "jammy2.xml" and "example_launch_vm.sh" files in an artifact_evaluation folder, but there is always an error log, "kernel BUG at arch/x86/kvm/../../../virt/kvm/kvm_main.c:409!".
Host machine is booted with Ubuntu 22.04 and Siloz kernel.
I created my own Ubuntu 22.04 disk image, and used "/boot/vmlinuz-5.15.0-116-generic" and "/boot/initrd.img-5.15.0-116-generic" which are generic.
I executed commands which are "sudo virsh define jammy2.xml", "sudo ./example_launch_vm.sh", and "sudo virsh console jammy2", sequentially.
The error log in dmesg is below.
My hardware setup is the same as described in Siloz paper, except that our machine uses Xeon Platinum 8260 which has 24 physical cores per socket.
Is there any mistake when launching VM?
Thanks!!