firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Secure and fast microVMs for serverless computing.

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

# Describe the bug Firecracker since PR #2716 (issue #2709) attempts to parse the command line to inject virtio MMIO kernel parameters before any `--` in the command line. That...

Quality: Bug

# Feature Request A small number of [pytest doctests](https://docs.python.org/3/library/doctest.html) are present in the project, largely for documentation. It would be beneficial to automatically run these to verify they are correct....

Good first issue
Priority: Low
Type: Fix
Status: Parked

# Reason for This PR We're exploring diff snapshots, but found out that our underlying filesystem (btrfs) doesn't perform well with the `rebase-snap` tool due to performance issues with finding...

Status: Reviewer

# 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...

Support: Question / Inquiry

# Feature Request Documentation through various `.md`s spread throughout a repository can create difficulty in learning and quickly accessing information. I believe an [mdBook](https://github.com/rust-lang/mdBook) akin to the [Rust lang book](https://doc.rust-lang.org/stable/book/)...

Documentation: Design

Hi guys Got requirement from kata-containers, we want a graceful way to power off the VM from external on aarch64, since it's brutal to use `kill -9` at the first...

Feature: Emulation
Priority: Low
Feature: CPU Support: ARM

# Feature Request I work with GitHub codespaces on all my projects, and now they are opening support to non organizations, and it's even free at the moment, for a...

Priority: Low
Roadmap: New Request
Status: Investigating

# Reason for This PR Fixes #2967 ## Description of Changes We would only have baselines for Intel. We now can run this test on all supported CPUs. - [...

Investigate whether device activation (`process_activation_event` from the corresponding `event_handler.rs` files) can be refactored into an interface that is common to all virtio devices. More context is in [this thread](https://github.com/firecracker-microvm/firecracker/pull/1912#discussion_r428033585).

Codebase: Refactoring
Priority: Low
Quality: Technical Debt

If the user specifies a content-length that is bigger than the request body size, Firecracker hangs waiting for more input to achieve the content-length target. Example: ```bash curl --unix-socket /run/firecracker.socket...

Quality: Bug
Priority: High