Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selftests/kvmi: skip the test for KVMI_VCPU_INJECT_EXCEPTION on AMD #48

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

adlazar
Copy link
Collaborator

@adlazar adlazar commented Feb 22, 2021

This should fix #47

We test this command (and the KVMI_EVENT_TRAP event) by injecting a #UD
exception (which should succeed) and a #BP exception (during a

The problem with this test is that on AMD, after the VM-exit caused by
the #UD exception, the vCPU won't run without some sort of re-initialization.

Signed-off-by: Adalbert Lazăr <[email protected]>
@Wenzel
Copy link
Member

Wenzel commented Feb 22, 2021

I confirm this works on AMD.
Thanks !

@Wenzel Wenzel merged commit ab3e957 into kvmi-v7 Feb 22, 2021
@Wenzel Wenzel deleted the kvmi-v7-skip-exception-test-on-amd branch February 22, 2021 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants