-
Notifications
You must be signed in to change notification settings - Fork 38
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
libsel4vm: set VM_GUEST_ERROR_EXIT on vCPU index error? #47
Comments
Is there an instance where |
I though it's part of the API. So the examples should be improved to make use of this - or have a comment that they don't use this because it does not make an difference for the example. |
Yep, |
I assume it should also be set here then: seL4_projects_libs/libsel4vm/src/arch/arm/vm.c Lines 249 to 255 in 9de0630
|
Hmm, I don't follow? That case should be already handled just below: seL4_projects_libs/libsel4vm/src/arch/arm/vm.c Lines 256 to 259 in 9de0630
|
Ah yes, it's set there eventually for all errors. |
I wonder, in
seL4_projects_libs/libsel4vm/src/arch/arm/vm.c
Lines 234 to 241 in 9de0630
if
vcpu_idx
is invalid?The text was updated successfully, but these errors were encountered: