Displaying 2 results from an estimated 2 matches for "984jx4luq".
2020 Nov 17
2
image works in native but not in vm when cpu mode='host-passthrough' is set
...I take that same image into a vm managed via libvirt, I get kernel panic.
I'd assume that something is missing from my vm config, question is what and what I can do about it?
here is the flags part of lscpu in native and vm: https://dpaste.com/3TR8QJ5G8
and the vm's xml: https://dpaste.com/984JX4LUQ
if I build the image with the default flags (march=x86-64), the vm boots well.
my new chost is -O2 -pipe -march=skylake -mabm -mno-adx -mno-avx -mno-avx2 -mno-bmi -mno-bmi2 -mno-f16c -mno-fma -mno-xsave -mno-xsavec -mno-xsaveopt -mno-xsaves -mno-sgx
the cpu is Intel(R) Pentium(R) CPU G4560 @ 3.50GH...
2020 Nov 19
0
Re: image works in native but not in vm when cpu mode='host-passthrough' is set
...same image into a vm managed via libvirt, I get kernel panic.
>I'd assume that something is missing from my vm config, question is what and what I can do about it?
>here is the flags part of lscpu in native and vm: https://dpaste.com/3TR8QJ5G8
>and the vm's xml: https://dpaste.com/984JX4LUQ
>if I build the image with the default flags (march=x86-64), the vm boots well.
>my new chost is -O2 -pipe -march=skylake -mabm -mno-adx -mno-avx -mno-avx2 -mno-bmi -mno-bmi2 -mno-f16c -mno-fma -mno-xsave -mno-xsavec -mno-xsaveopt -mno-xsaves -mno-sgx
>the cpu is Intel(R) Pentium(R) CPU G4...