Thomas Huth <[email protected]> writes: > From: Thomas Huth <[email protected]> > > The machine has been removed, so the related test can now be removed, too. > > Signed-off-by: Thomas Huth <[email protected]> > --- > tests/qtest/test-x86-cpuid-compat.c | 11 ----------- > 1 file changed, 11 deletions(-) > > diff --git a/tests/qtest/test-x86-cpuid-compat.c > b/tests/qtest/test-x86-cpuid-compat.c > index 5e0547e81b7..c534e764f82 100644 > --- a/tests/qtest/test-x86-cpuid-compat.c > +++ b/tests/qtest/test-x86-cpuid-compat.c > @@ -343,17 +343,6 @@ int main(int argc, char **argv) > "486", "xlevel2=0xC0000002,xstore=on", > NULL, "xlevel2", 0xC0000002); > > - /* Check compatibility of old machine-types that didn't > - * auto-increase level/xlevel/xlevel2: */ > - if (qtest_has_machine("pc-i440fx-2.9")) { > - add_cpuid_test("x86/cpuid/auto-level7/pc-i440fx-2.9/off", > - "Conroe", NULL, "pc-i440fx-2.9", > - "level", 10); > - add_cpuid_test("x86/cpuid/auto-level7/pc-i440fx-2.9/on", > - "Conroe", "erms=on", "pc-i440fx-2.9", > - "level", 10); > - } > - > /* Test feature parsing */ > add_feature_test("x86/cpuid/features/plus", > "486", "+arat",
Reviewed-by: Fabiano Rosas <[email protected]>
