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

qga: Fail faster if guest panics #100

Merged
merged 1 commit into from
Dec 3, 2024
Merged

qga: Fail faster if guest panics #100

merged 1 commit into from
Dec 3, 2024

Conversation

danobi
Copy link
Owner

@danobi danobi commented Dec 2, 2024

Before, if guest panics, QgaWrapper still waits up to 60s/120s to return a failure to the user. There's no need for that. Let's make it fail fast by circuit breaking if qemu has already exited.

This closes #99.

@danobi danobi requested a review from chantra December 2, 2024 22:33
Before, if guest panics, QgaWrapper still waits up to 60s/120s to return
a failure to the user. There's no need for that. Let's make it fail fast
by circuit breaking if qemu has already exited.

This closes #99.
Copy link
Collaborator

@chantra chantra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danobi danobi merged commit 04b7642 into master Dec 3, 2024
1 check passed
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.

Faster feedback for totally broken kernels
2 participants