Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-11 | c2vm: fix kernel boot options | Franck Cuny | 1 | -1/+1 | |
By specifying these options we can speed up the boot process from 0.9 second to 0.15 seconds. Without these options, the linux kernel spends a few milliseconds probing the device, which is useless in our context (see https://github.com/firecracker-microvm/firecracker/blob/main/docs/api_requests/actions.md#intel-and-amd-only-sendctrlaltdel) | |||||
2022-06-11 |