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

v1 -> v2:
	In patch# 1, the new function is now called __svm_vmrun() per
	suggestion from Sean. I have also adjusted the commit header and
	the commit message.


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 v2] nSVM: Add a variant of svm_vmrun() for setting guest RIP
[PATCH 2/2 v2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN

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

Krish Sadhukhan (2):
      nSVM: Add a variant of svm_vmrun() for setting guest RIP to custom 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-26 12:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 17:46 [PATCH 0/2 v2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN Krish Sadhukhan
2021-07-19 17:46 ` [PATCH 1/2 v2] nSVM: Add a variant of svm_vmrun() for setting guest RIP to custom code Krish Sadhukhan
2021-07-19 17:46 ` [PATCH 2/2 v2] Test: nSVM: Test the effect of guest EFLAGS.TF on VMRUN Krish Sadhukhan
2021-07-26 12:14 ` [PATCH 0/2 " Paolo Bonzini

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.