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