[gem5-users] checkpoint restore in KVM + FS segfault if terminal not connect

2021-07-09 Thread mmarazzi--- via gem5-users
Dear all, I am trying to use KVM on a full system but unfortunately I've run into multiple problems.. I am able to successfully boot gem5 in FS with 8 KVM cores, using a slightly modified fs.py script. I can create a checkpoint (m5 checkpoint) from the guest, but when I try to restore it, I ge

[gem5-users] Re: checkpoint restore in KVM + FS segfault if terminal not connect

2021-07-09 Thread mmarazzi--- via gem5-users
Dear all, Just an update: I tried the develop version of gem5 to see if this error was fixed, and it looks like it still present. I have run: > build/X86/gem5.opt configs/example/fs.py --disk-image=ubuntu_disk.img > --kernel=vmlinux_5.12 --cpu-type=X86KvmCPU -n 8 which boots correctly. I took