All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN
@ 2021-07-15 18:08 Krish Sadhukhan
  2021-07-15 18:08 ` [PATCH 1/2] nSVM: Add a variant of svm_vmrun() for executing custom guest code Krish Sadhukhan
  2021-07-15 18:08 ` [PATCH 2/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN Krish Sadhukhan
  0 siblings, 2 replies; 4+ messages in thread
From: Krish Sadhukhan @ 2021-07-15 18:08 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, seanjc, vkuznets, wanpengli, joro

Patch# 1: Adds a variant of svm_vmrun() so that custom guest code can be used.
Patch# 2: Tests the effects of guest EFLAGS.TF on VMRUN.

[PATCH 1/2] nSVM: Add a variant of svm_vmrun() for executing custom
[PATCH 2/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN

 x86/svm.c       | 14 ++++++++++++--
 x86/svm.h       |  1 +
 x86/svm_tests.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+), 2 deletions(-)

Krish Sadhukhan (2):
      nSVM: Add a variant of svm_vmrun() for executing custom guest code
      Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN


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

end of thread, other threads:[~2021-07-15 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-15 18:08 [PATCH 0/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN Krish Sadhukhan
2021-07-15 18:08 ` [PATCH 1/2] nSVM: Add a variant of svm_vmrun() for executing custom guest code Krish Sadhukhan
2021-07-15 19:05   ` Sean Christopherson
2021-07-15 18:08 ` [PATCH 2/2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN Krish Sadhukhan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.