search for: g4560

Displaying 2 results from an estimated 2 matches for "g4560".

Did you mean: 24560
2020 Nov 17
2
image works in native but not in vm when cpu mode='host-passthrough' is set
....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.50GHz thoughts? Thanks, Dagg.
2020 Nov 19
0
Re: image works in native but not in vm when cpu mode='host-passthrough' is set
...UQ >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.50GHz > Not sure, but there might be some flags that are not passed through even with host-passthrough. Virtualisation ones are definitely one of those that need to be enabled on top of host-passthrough. The easiest thing to check that I can think of would be booting some live distro and...