kvmtool
kvmtool copied to clipboard
lkvm dumps core
I am trying to run virtual machine using the tools .... and I see a core dump ... the dump points to location where it complains for missing kernel parameter. Can you please check and let me know what could be missing here?
./lkvm run -d ./linux-0.2.img -k ../../linux-3.13.0/arch/x86/boot/bzImage --network virtio
Please can you provide the core dump details you are referring to?
Note that this version of kvmtool is designed to be called with --oci-config and --oci-runtime, but the default command-line options should of course still work for testing.
Here s the core dump details
(gdb) where
#0 __strstr_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S:40
#1 0x0000000000405a72 in kvm_cmd_run_init (argc=
(gdb) frame 1
#1 0x0000000000405a72 in kvm_cmd_run_init (argc=
(gdb) p kvm->cfg.kernel_cmdline $1 = 0x0
I have provided the "--kernel" or "-k" option when I execute the tool.
http://article.gmane.org/gmane.comp.emulators.kvm.devel/142415 ?
Thanks, this worked.
@jamesodhunt have you, or could you please cherry-pick the patch mentioned above?