firecracker
firecracker copied to clipboard
Secure and fast microVMs for serverless computing.
Add a test case that exercises the same CPU performance test suite both on a Firecracker guest and on the host it's running on. The guest and host need to...
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,...
## Changes * Implement the inverse operation of vCPU hot-plugging - vCPU hot-unplugging. * Changed the `/hotplug` endpoint, now the user requests a _target_ number of vCPUs to be reached....
## Changes 1. Added some extra commands to ensure the kvm linux group is configured. 2. Added documentation detailing a way to make use of the `./tools/devctr` poetry project for...
## Changes Add non-CI performance tests for vCPU hot-plugging ## Reason To facilitate the performance analysis of vCPU hot-plugging (should it need to be analysed again) ## License Acceptance By...
## Changes Jailer: added the `-h` flag as a shorthand for `--help`. ## Reason This is a common convention - thought it would be useful. ## License Acceptance By submitting...
# Feature Request While working on some documentation, I discovered that the `pre-commit` script relies on some python dependencies, https://github.com/firecracker-microvm/firecracker/blob/45a1a1be3efde06f06034fbe1798c3747c1424cd/pre-commit#L32-L39 I'm opening this ticket to discuss whether there'd be interest...
Improve virtio-net performance by directly read into desc chain; introduce Readiness management to avoid redundant readv and make code more readable. ## Changes 1. Change virtio-net from copy-read to direct-read:...
# Feature Request Swagger spec definition is obsolete, most of the code gen tool are now based on OAS 3.x ## Describe the desired solution Transcribe Swagger 2.0 into OAS...
## Changes Allow renaming of tap devices on snapshot restore ## Reason In some scenarios it is not possible to use the jailer, especially in limited privilege environments where the...