Re: [PATCH kvm-unit-tests] svm: Test V_IRQ injection

2020-05-09 Thread Paolo Bonzini
On 09/05/20 13:16, Cathy Avery wrote: > Test V_IRQ injection from L1 to L2 with V_TPR less > than or greater than V_INTR_PRIO. Also test VINTR > intercept with differing V_TPR and V_INTR_PRIO. > > Signed-off-by: Cathy Avery > --- > x86/svm_tests.c | 150 ++

[PATCH kvm-unit-tests] svm: Test V_IRQ injection

2020-05-09 Thread Cathy Avery
Test V_IRQ injection from L1 to L2 with V_TPR less than or greater than V_INTR_PRIO. Also test VINTR intercept with differing V_TPR and V_INTR_PRIO. Signed-off-by: Cathy Avery --- x86/svm_tests.c | 150 1 file changed, 150 insertions(+) diff --gi