From: Ani Sinha <anisinha@redhat.com>
Cc: Ani Sinha <anisinha@redhat.com>,
thuth@redhat.com, imammedo@redhat.com, qemu-devel@nongnu.org,
pbonzini@redhat.com, lvivier@redhat.com, mst@redhat.com
Subject: [PATCH v4 0/3] x86 cpu test refactoring
Date: Mon, 10 Jun 2024 21:22:57 +0530 [thread overview]
Message-ID: <20240610155303.7933-1-anisinha@redhat.com> (raw)
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
next reply other threads:[~2024-06-10 15:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 15:52 Ani Sinha [this message]
2024-06-10 15:52 ` [PATCH 1/3] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu Ani Sinha
2024-06-10 15:52 ` [PATCH v3 2/3] tests/qtest/libqtest: add qtest_has_cpu_model() api Ani Sinha
2024-06-10 15:53 ` [PATCH v4 3/3] tests/qtest/x86: check for availability of older cpu models before running tests Ani Sinha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240610155303.7933-1-anisinha@redhat.com \
--to=anisinha@redhat.com \
--cc=imammedo@redhat.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).