Closed
Description
Feature Request
I'm working on support for Android hosts for fun, I made some patches for some stuff now compiles but it looks like support for io_uring on Android is just for the super new ones as io_uring is just for kernels 5.1.x+. Is there a fallback on firecracker to not use io_uring? I'm still getting familiar with all of the firecracker. If not, would a PR adding this fallback be welcome?
The reason I'd want this is to run VMs on Android. Of course crosvm would be the proper project but I need to work on the simpler project first, then I can make it work on crosvm.
Describe the desired solution
Support Android hosts
Checks
- [ x ] Have you searched the Firecracker Issues database for similar requests?
- [ x ] Have you read all the existing relevant Firecracker documentation?
- [ x ] Have you read and understood Firecracker's core tenets?