[openwrt/openwrt] armvirt: enable MMIO_CMDLINE_DEVICES for firecracker support

LEDE Commits lede-commits at lists.infradead.org
Tue Oct 12 22:23:01 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/4056a40160fbd2f42d0a83f0aed6c2687a6dfa1f

commit 4056a40160fbd2f42d0a83f0aed6c2687a6dfa1f
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Mon Oct 11 10:29:40 2021 -1000

    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 at systemli.org>
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/armvirt/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/armvirt/config-5.10 b/target/linux/armvirt/config-5.10
index 5715a74195..74b6957d94 100644
--- a/target/linux/armvirt/config-5.10
+++ b/target/linux/armvirt/config-5.10
@@ -156,6 +156,7 @@ CONFIG_VIRTIO_BALLOON=y
 CONFIG_VIRTIO_BLK=y
 CONFIG_VIRTIO_CONSOLE=y
 CONFIG_VIRTIO_MMIO=y
+CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
 CONFIG_VIRTIO_NET=y
 CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO_PCI_LEGACY=y



More information about the lede-commits mailing list