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

remove qemu_run() from USER_ABORT handler #34

Merged
merged 2 commits into from
Nov 25, 2022

Conversation

il-steffen
Copy link
Contributor

Do not release the Qemu mutex after habort() / nyx_abort(). Normally this should lead to Qemu exit(1) but its blocking when the abort comes in before handshake. Keeping the mutex seems to work fine.

Do not release the Qemu mutex after ABORT. Normally this should lead to
Qemu exit(1) but its blocking when the ABORT comes in before handshake.
Keeping the mutex seems to work fine.
@Wenzel
Copy link
Collaborator

Wenzel commented Nov 25, 2022

Can you update the changelog as well ?
Thanks !

.github/RELEASE.md Show resolved Hide resolved
@il-steffen il-steffen merged commit 3c490bd into IntelLabs:master Nov 25, 2022
@il-steffen il-steffen deleted the fix/abort_exit branch November 25, 2022 15:47
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