firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Secure and fast microVMs for serverless computing.

Results 254 firecracker issues
Sort by recently updated
recently updated
newest added

## Changes This is a WIP rough draft of ACPI support for x86. Opening this PR for testing the PR itself but also the CI artifacts. ## Reason TBD ##...

Also test 6.1 -> 5.10 ## Changes Add more tests since they work and we want to validate this functionality forwards and backwards. ## Reason Gain more confidence on the...

Priority: Low
Status: Awaiting review
python

## Changes Previously, all tests shared same temporary file/directory, causing concurrency conflicts when running tests in multi-threaded. Resolved test concurrency issues by incorporating random strings into file/directory names. ## Reason...

Priority: Low

# Feature Request Mac support. The Apple M1 CPU does not support hardware assisted nested virtualisation at all. The Apple M2 and M3 CPUs support the v8.4-A level of hardware...

Roadmap: New Request

# Boot timer calculations do not match my expectations When running a minimal Linux kernel in firecracker, on x86_64, the measured boot time seems off. ## To Reproduce Run this...

Priority: Low
Status: Awaiting author

## Changes Check whether the exec file already exists in the jail dir before copying it. ## Reason While trying to spawn multiple instances in parallel (more than 500), we're...

Priority: Low
Status: Awaiting author

## Changes: - Add a test to make sure there is no change in behaviour in killing firecracker_pid. - Update the "Known Limitations" in Jailer and update CHANGELOG to highlight...

## Changes Adds a test for unused cargo dependencies. ## Reason Prevents including unused dependencies see https://github.com/firecracker-microvm/firecracker/pull/4113#discussion_r1331364257. ## License Acceptance By submitting this pull request, I confirm that my contribution...

Priority: Medium
Status: Blocked

**Description:** The unit tests in jailer fail when run in parallel, the result of `cargo test --package jailer` is as below: ``` failures: ---- env::tests::test_copy_cache_info stdout ---- thread 'env::tests::test_copy_cache_info' panicked...

Good first issue
Status: Parked

## Changes Checking what offload features are supported by virtio driver and apply only them to TAP device ... ## Reason ... ## License Acceptance By submitting this pull request,...