kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krish Sadhukhan <krish.sadhukhan@oracle.com>
To: kvm@vger.kernel.org
Cc: pbonzini@redhat.com
Subject: [PATCH] kvm-unit-test: nSVM: Restructure nSVM test code
Date: Wed,  5 Feb 2020 15:50:25 -0500	[thread overview]
Message-ID: <20200205205026.16858-1-krish.sadhukhan@oracle.com> (raw)

This patch restructures the test code for nSVM in order to match its
counterpart nVMX. This restructuring effort separates the test infrastructure
from the test code and puts them in different files. This will make it
easier to add future tests, both SVM and nSVM, as well as maintain them.


[PATCH] kvm-unit-test: nSVM: Restructure nSVM test code

 x86/Makefile.x86_64 |    1 +
 x86/svm.c           | 1718 +++++++--------------------------------------------
 x86/svm.h           |   52 +-
 x86/svm_tests.c     | 1279 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 1551 insertions(+), 1499 deletions(-)

Krish Sadhukhan (1):
      nSVM: Restructure nSVM test code


             reply	other threads:[~2020-02-05 21:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-05 20:50 Krish Sadhukhan [this message]
2020-02-05 20:50 ` [PATCH] kvm-unit-test: nSVM: Restructure nSVM test code Krish Sadhukhan
2020-03-06 20:31 ` Krish Sadhukhan
2020-03-18 12:02 ` Paolo Bonzini

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=20200205205026.16858-1-krish.sadhukhan@oracle.com \
    --to=krish.sadhukhan@oracle.com \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@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).