gem5-users@gem5.org

The gem5 Users mailing list

View all threads

x86KvmCPU doesn't work in SE mode?

W
wanli990802@gmail.com
Wed, Jan 17, 2024 11:38 AM

CPU : Intel

OS: ubuntu-22

gem5: gem5-v23

After I pass the tutorial of SETTING UP AND USING KVM ON YOUR MACHINE and that is to say that kvmCPU works in FS mode!

But when I try to run an multithreaded program with openmp in se mode using KVMCPU, it throw an error like this:

src/cpu/kvm/base.cc:1062: panic: KVM: Unexpected exit (exit_reason: 8)

Additionally, When I change the workload to the simplest hello program, it throw the same error!

Does anyone konw this issue?

CPU : Intel OS: ubuntu-22 gem5: gem5-v23 After I pass the tutorial of **SETTING UP AND USING KVM ON YOUR MACHINE** and that is to say that kvmCPU works in FS mode!\ \ But when I try to run an multithreaded program with openmp in se mode using KVMCPU, it throw an error like this: > src/cpu/kvm/base.cc:1062: panic: KVM: Unexpected exit (exit_reason: 8) Additionally, When I change the workload to the simplest hello program, it throw the same error! Does anyone konw this issue?