[PATCH v4 0/3] x86 cpu test refactoring

Ani Sinha posted 3 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240610155303.7933-1-anisinha@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
tests/qtest/libqtest.c              |  83 ++++++++++++++
tests/qtest/libqtest.h              |   8 ++
tests/qtest/numa-test.c             |   3 +-
tests/qtest/test-x86-cpuid-compat.c | 170 ++++++++++++++++++----------
4 files changed, 201 insertions(+), 63 deletions(-)
[PATCH v4 0/3] x86 cpu test refactoring
Posted by Ani Sinha 4 months, 2 weeks ago
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_model() api
  tests/qtest/x86: check for availability of older cpu models before
    running tests

 tests/qtest/libqtest.c              |  83 ++++++++++++++
 tests/qtest/libqtest.h              |   8 ++
 tests/qtest/numa-test.c             |   3 +-
 tests/qtest/test-x86-cpuid-compat.c | 170 ++++++++++++++++++----------
 4 files changed, 201 insertions(+), 63 deletions(-)

-- 
2.42.0