-
Notifications
You must be signed in to change notification settings - Fork 92
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
[quesion]What scheduling way are used? #56
Comments
For sharing mode : 1 - First based on the vcpu's priority。Currently support 8 prioritys. |
The hypervisor don't know the guest OS how to run in details, so how to schedule the guest OS by priority? When a high priority guest OS occupy cpu, when will release them? |
Just like an RTOS, the high priority task will always run if he do not drop the cpu. Once the vcpu drop the cpu(eg WFI), the lower task will run. |
Hello, I would like to ask, did you have this project up and running, what version of the Raspberry Pi system is used? |
Just like two OS share a core, how to schedule them? based on time slice?
The text was updated successfully, but these errors were encountered: