Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armvirt: enable MMIO_CMDLINE_DEVICES for firecracker support #9907

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 10, 2022

  1. armvirt: enable MMIO_CMDLINE_DEVICES for firecracker support

    This Kernel option allows to run OpenWrt witin a `firecracker` micro VM.
    
    Firecracker is a KVM-based tool for superfast booting VMs on x86_64 and
    aarch64. It makes rootfs available to the guest as a virtio-mmio device
    and passes its address via the kernel cmdline. A kernel without
    CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES will not recognize the rootfs
    virtio-mmio device.
    
    Suggested-by: Packet Please <pktpls@systemli.org>
    Signed-off-by: Paul Spooren <mail@aparcar.org>
    aparcar authored and breakings committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    69cf32d View commit details
    Browse the repository at this point in the history