On 23/06/2020 10.41, Nadav Amit wrote:
Currently, the BSP's segment selectors are not initialized in 32-bit
(cstart.S). As a result the tests implicitly rely on the segment
selector values that are set by the BIOS. If this assumption is not
kept, the task-switch test fails.
Fix it by initializing them.
Signed-off-by: Nadav Amit <namit@xxxxxxxxxx>
---
x86/cstart.S | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
I'm sorry to be the bearer of bad news again, but this commit broke
another set of tests in the Travis CI:
https://travis-ci.com/github/huth/kvm-unit-tests/jobs/353103187#L796
smptest, smptest3, kvmclock_test, hyperv_synic and hyperv_stimer are
failing now in the 32-bit kvm-unit-tests :-(
Thomas