qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86 cpu test refactoring
@ 2024-06-05  7:25 Ani Sinha
  2024-06-05  7:25 ` [PATCH v2 1/3] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu Ani Sinha
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ani Sinha @ 2024-06-05  7:25 UTC (permalink / raw)
  Cc: Ani Sinha, thuth, imammedo, qemu-devel, pbonzini, lvivier

Add a new library api to check for the support of a specific cpu type.
Used the new api to check support for some older x86 cpu models before
running the tests.

CC: thuth@redhat.com
CC: imammedo@redhat.com
CC: qemu-devel@nongnu.org
CC: pbonzini@redhat.com
CC: lvivier@redhat.com


Ani Sinha (3):
  qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
  tests/qtest/libqtest: add qtest_has_cpu() api
  tests/qtest/x86: check for availability of older cpu models before
    running tests

 tests/qtest/libqtest.c              |  84 +++++++++++
 tests/qtest/libqtest.h              |   8 ++
 tests/qtest/numa-test.c             |   3 +-
 tests/qtest/test-x86-cpuid-compat.c | 214 +++++++++++++++++-----------
 4 files changed, 221 insertions(+), 88 deletions(-)

-- 
2.42.0



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v2 0/3] x86 cpu test refactoring
@ 2024-06-05 14:13 Ani Sinha
  2024-06-05 14:13 ` [PATCH 2/3] tests/qtest/libqtest: add qtest_has_cpu() api Ani Sinha
  0 siblings, 1 reply; 8+ messages in thread
From: Ani Sinha @ 2024-06-05 14:13 UTC (permalink / raw)
  Cc: Ani Sinha, thuth, imammedo, qemu-devel, pbonzini, lvivier, mst

Add a new library api to check for the support of a specific cpu type.
Used the new api to check support for some older x86 cpu models before
running the tests.

CC: thuth@redhat.com
CC: imammedo@redhat.com
CC: qemu-devel@nongnu.org
CC: pbonzini@redhat.com
CC: lvivier@redhat.com
CC: mst@redhat.com

Ani Sinha (3):
  qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
  tests/qtest/libqtest: add qtest_has_cpu() api
  tests/qtest/x86: check for availability of older cpu models before
    running tests

 tests/qtest/libqtest.c              |  84 +++++++++++++++
 tests/qtest/libqtest.h              |   8 ++
 tests/qtest/numa-test.c             |   3 +-
 tests/qtest/test-x86-cpuid-compat.c | 159 +++++++++++++++++-----------
 4 files changed, 192 insertions(+), 62 deletions(-)

-- 
2.42.0



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v3 0/3] x86 cpu test refactoring
@ 2024-06-06  4:44 Ani Sinha
  2024-06-06  4:44 ` [PATCH 2/3] tests/qtest/libqtest: add qtest_has_cpu() api Ani Sinha
  0 siblings, 1 reply; 8+ messages in thread
From: Ani Sinha @ 2024-06-06  4:44 UTC (permalink / raw)
  Cc: Ani Sinha, thuth, imammedo, qemu-devel, pbonzini, lvivier, mst

Add a new library api to check for the support of a specific cpu type.
Used the new api to check support for some older x86 cpu models before
running the tests.

CC: thuth@redhat.com
CC: imammedo@redhat.com
CC: qemu-devel@nongnu.org
CC: pbonzini@redhat.com
CC: lvivier@redhat.com
CC: mst@redhat.com

Ani Sinha (3):
  qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
  tests/qtest/libqtest: add qtest_has_cpu() api
  tests/qtest/x86: check for availability of older cpu models before
    running tests

 tests/qtest/libqtest.c              |  84 +++++++++++++++
 tests/qtest/libqtest.h              |   8 ++
 tests/qtest/numa-test.c             |   3 +-
 tests/qtest/test-x86-cpuid-compat.c | 159 +++++++++++++++++-----------
 4 files changed, 192 insertions(+), 62 deletions(-)

-- 
2.42.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-06-10  9:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05  7:25 [PATCH 0/3] x86 cpu test refactoring Ani Sinha
2024-06-05  7:25 ` [PATCH v2 1/3] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu Ani Sinha
2024-06-05  7:25 ` [PATCH 2/3] tests/qtest/libqtest: add qtest_has_cpu() api Ani Sinha
2024-06-05  7:25 ` [PATCH 3/3] tests/qtest/x86: check for availability of older cpu models before running tests Ani Sinha
2024-06-05  8:42   ` Daniel P. Berrangé
  -- strict thread matches above, loose matches on Subject: below --
2024-06-05 14:13 [PATCH v2 0/3] x86 cpu test refactoring Ani Sinha
2024-06-05 14:13 ` [PATCH 2/3] tests/qtest/libqtest: add qtest_has_cpu() api Ani Sinha
2024-06-06  4:44 [PATCH v3 0/3] x86 cpu test refactoring Ani Sinha
2024-06-06  4:44 ` [PATCH 2/3] tests/qtest/libqtest: add qtest_has_cpu() api Ani Sinha
2024-06-10  9:02   ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).