All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1 v2] nSVM: Test host RFLAGS.TF on VMRUN
@ 2021-02-04 23:29 Krish Sadhukhan
  2021-02-04 23:29 ` [PATCH 1/1 v2] nSVM: Test effect of " Krish Sadhukhan
  0 siblings, 1 reply; 5+ messages in thread
From: Krish Sadhukhan @ 2021-02-04 23:29 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini, jmattson, seanjc

v1 -> v2:
	i) Patch# 1 from v1 has been removed since Paolo has already applied it.

	ii) Patch# 2 from v1 has been removed since we don't need the helpers.
	    The test now uses the 'prepare_gif_clear' callback in order to set
	    host RFLAGS.TF. The test also triggers a #UD on the VMRUN
	    instruction in order to find out its RIP which is then used by the
	    #DB handler as the begginning of the sub-test that tests Single-
	    Stepping right on VMRUN.


[PATCH 1/1 v2] nSVM: Test effect of host RFLAGS.TF on VMRUN

 x86/svm_tests.c | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 129 insertions(+)

Krish Sadhukhan (1):
      nSVM: Test effect of host RFLAGS.TF on VMRUN


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

end of thread, other threads:[~2021-02-24  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 23:29 [PATCH 0/1 v2] nSVM: Test host RFLAGS.TF on VMRUN Krish Sadhukhan
2021-02-04 23:29 ` [PATCH 1/1 v2] nSVM: Test effect of " Krish Sadhukhan
2021-02-05  8:14   ` Paolo Bonzini
2021-02-23 20:28     ` Krish Sadhukhan
2021-02-24  7:46       ` 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.