seL4_projects_libs
seL4_projects_libs copied to clipboard
Arm VM Multicore Improvements
These commits allow for more flexible core configurations for Arm VM systems
Since this PR has multiple commits that seem independent, but have dependencies on other PRs, could you split this up that we can merge things independently and avoid unnecessary blocking?
Since this PR has multiple commits that seem independent, but have dependencies on other PRs, could you split this up that we can merge things independently and avoid unnecessary blocking?
Dropped commit libsel4vm: guest cpu requests to vcpus from pcpus from this PR and added to #85
Bumping this PR. I believe everything has been addressed.
@Apave24 could you rebase this, then we also get another CI run there to see if this passes.
@axel-h @abrandnewusername @kent-mcleod
Hey guys, just wanted to ping on this PR. This series of PRs makes it so that when the VM kicks off a secondary core, the VMM pins the VCPU to a PCPU defined in the vmX.pcpus list. I feel like this behavior makes the most sense given the current VMM configuration. Is this a good path forward? Can we work on getting this merged?