]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 11:36:53 +0000 (11:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:16 +0000 (17:24 +0000)
commit82e67b82ea8e12aa0b7b9db1d84fec0436dec71b
tree9a6d6948c2b6477d65706da63b3d98bd0e824985
parent6e27bd4876bea2c02a6554d3f53b7461e74a192b
runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86

On pre 4.15 host kernels, an APIC window emulation bug can cause qemu
to hang. On 64 bit we can use the x2apic, for 32 bit, we just have to
disable the other timer sources and rely on kvm-clock.

[YOCTO #12301]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu