Alexandru Agache
Alexandru Agache
We should add an integration test to cover similar use cases as those mentioned in #1089. We can use [this](https://github.com/aghecenco/firecracker/commits/jailer_mounts) branch as a starting point, after harmonizing it with the...
We currently start the `jailer` as the superuser (i.e. using `sudo`), and rely on the fact the process will deprivilege itself before `exec`-ing into Firecracker. It would be interesting to...
We merged PARTUUID support, but we currently supply no documentation/example which describes the changes required from the user. It's important to mention that, in order to use this feature, the...
## Reason for This PR Added an implementation of `Versionize` for `VecDeque` to `primitives.rs`. ## License Acceptance By submitting this pull request, I confirm that my contribution is made under...
While trying to determine which KVM caps to check for to resolve #278, I stumbled upon some rather arcane (for now at least :-s) passages in the KVM API documentation,...