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

Prepare syscall logic #127

Merged
merged 11 commits into from
Aug 8, 2024
Merged

Prepare syscall logic #127

merged 11 commits into from
Aug 8, 2024

Conversation

florianhartung
Copy link
Collaborator

@florianhartung florianhartung commented Aug 1, 2024

this replaces parts of the previous, now broken PR #109

Currently, different workarounds such as shared memory or PartitionCalls are used to manage sampling ports, partition mode transitions, etc. This PR aims to implement a generic IPC method called syscalls to manage ARINC653 services.

This PR only refactors the basics needed for syscalls. It is not used in the hypervisor yet.

@florianhartung florianhartung changed the title Syscalls Prepare syscall logic Aug 1, 2024
@florianhartung florianhartung marked this pull request as ready for review August 1, 2024 11:58
@florianhartung florianhartung requested review from sevenautumns and removed request for sevenautumns August 1, 2024 11:58
This architecture corrects previous faults, where the receiver could
only receive syscalls of known type. Now the receiver may provide a
handler for handling syscalls of dynamic types.
hypervisor/src/hypervisor/syscall.rs Outdated Show resolved Hide resolved
@sevenautumns sevenautumns merged commit 9c3d27a into main Aug 8, 2024
12 checks passed
@sevenautumns sevenautumns deleted the dev/syscalls2 branch August 8, 2024 06:58
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