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

vm_syscall_handler error #129

Merged
merged 1 commit into from
Feb 21, 2025
Merged

vm_syscall_handler error #129

merged 1 commit into from
Feb 21, 2025

Conversation

kenaml
Copy link
Contributor

@kenaml kenaml commented Nov 14, 2024

err = handle_syscall(vcpu);
If handle_syscall successfully processes, it will return VM_EXIT_HANDLED, which is defined as 1.
if (!err) {
The original condition !err is 0, causing the VM to block after successful processing.

Copy link
Member

@kent-mcleod kent-mcleod left a comment

Choose a reason for hiding this comment

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

Thanks!

@kent-mcleod kent-mcleod merged commit 8ac68ee into seL4:master Feb 21, 2025
15 checks 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.

2 participants