kuasar-io / kuasar

A multi-sandbox container runtime that provides cloud-native, all-scenario multiple sandbox container solutions.
https://kuasar.io
Apache License 2.0
1.27k stars 91 forks source link

vmm: support VFIO device #99

Closed Burning1020 closed 10 months ago

Burning1020 commented 12 months ago
  1. Support VFIO device in vmm.
  2. Run libc::connect() in spawn_blocking to avoid blocking other task.
  3. Return OK() if sandbox is in CREATED state.
  4. Return io error in cmd pre_exec
Vanient commented 11 months ago

It would be better to split three commits, a little confusing to review if mixed together