firecracker icon indicating copy to clipboard operation
firecracker copied to clipboard

Secure and fast microVMs for serverless computing.

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

## Changes Add functional integration tests for vCPU hot-plugging ## Reason To ensure that everything works as intended ## License Acceptance By submitting this pull request, I confirm that my...

Status: Awaiting review

## Changes Replace accesses to the queue objects reside in the guest memory from always using `GuestMemoryMmap` to storing pointers to them directly. The reason we can do this is...

## Changes Use AmazonLinux tailored guest configs for our 6.1 guest microVM kernels. Also, split the Kconfig for our CI kernels in a base part which will always be reflecting...

## Changes - Move `vmm` related parts of `utils` into `vmm`. - Remove reexport of `vmm_sys_utils` ## Reason `utils` crate contained a bunch of helper functions/structs, but most of them...

## Changes Add some documentation about the vCPU hot-plug feature that has been implemented ## Reason Prospective users can understand the uses of hot-plugging as well as how to use...

As we're phasing out support for 4.14 in #4694, we will introduce support for 6.1 guest kernel, which is the latest LTS supported by Amazon Linux. We're planning to release...

Priority: Medium
Status: WIP

# Describe the bug Firecracker’s VSock connection reset is not working as expected after resuming from a snapshot. Specifically, the ongoing read syscall in the guest VM does not get...

Hello. I am having issues while trying to resume my vm. What I am doing: - Create vmA - Make a Full snapshot of vmA - Destroy vmA - Start...

Status: Awaiting author

## Changes Add support for `INDIRECT_DESC` for `IoVecBuff/Mut` and enabled `VIRTIO_RING_F_INDIRECT_DESC` flag for `virtio-net` device. This feature allows guest to create more buffers for packets which in turn should help...

## Changes ... ## Reason ... ## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For...