kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kvm-unit-test: nSVM: Restructure nSVM test code
@ 2020-02-05 20:50 Krish Sadhukhan
  2020-02-05 20:50 ` Krish Sadhukhan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krish Sadhukhan @ 2020-02-05 20:50 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

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


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

end of thread, other threads:[~2020-03-18 12:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 20:50 [PATCH] kvm-unit-test: nSVM: Restructure nSVM test code Krish Sadhukhan
2020-02-05 20:50 ` Krish Sadhukhan
2020-03-06 20:31 ` Krish Sadhukhan
2020-03-18 12:02 ` Paolo Bonzini

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).