mbox series

[0/1,v2] nSVM: Test host RFLAGS.TF on VMRUN

Message ID 20210204232951.104755-1-krish.sadhukhan@oracle.com (mailing list archive)
Headers show
Series nSVM: Test host RFLAGS.TF on VMRUN | expand

Message

Krish Sadhukhan Feb. 4, 2021, 11:29 p.m. UTC
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