diff mbox

[kvm-unit-tests] x86: realmode: add FXSR tests

Message ID 20161102205244.GB7771@potion (mailing list archive)
State New, archived
Headers show

Commit Message

Radim Krčmář Nov. 2, 2016, 8:52 p.m. UTC
2016-11-02 20:53+0100, Radim Krčmář:
> Even unrestricted_guest will fail fxrstor when the host and guest don't
> match deprecation of CS and DS in CPUID, which is the current behavior
> at least on Haswell (and not Sandy Bridge).
> 
> I have added a fixup to detect other errors -- the second fxrstor should
> pass.
> 
> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
> ---

The fxsr test will hang on old KVMs, so I'll add this hunk in v2:

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 72425176e074..117cb4403fd6 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -133,6 +133,7 @@  file = port80.flat
 
 [realmode]
 file = realmode.flat
+timeout = 60
 
 [s3]
 file = s3.flat