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

vmm: allow restart_syscall() in PTY process #5524

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

alyssais
Copy link
Contributor

This can be triggered by debugging cloud-hypervisor using gdb, or probably if the process is suspended and restarted.

Fixes #5489.

This can be triggered by debugging cloud-hypervisor using gdb, or
probably if the process is suspended and restarted.

Fixes: cloud-hypervisor#5489
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Copy link
Member

@rbradford rbradford left a comment

Choose a reason for hiding this comment

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

Thank you @alyssais!

@rbradford rbradford enabled auto-merge (rebase) June 19, 2023 13:14
@rbradford rbradford merged commit 0809e7f into cloud-hypervisor:main Jun 19, 2023
21 checks passed
@alyssais alyssais deleted the restart_syscall branch June 19, 2023 14:45
@likebreath likebreath added the bug-fix Bug fix to include in release notes label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Bug fix to include in release notes
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

virtio-console fails, exiting VMM, after VMM hits gdb breakpoint
3 participants