x86/64: enable MMIO_CMDLINE_DEVICES for firecracker support
authorPaul Spooren <mail@aparcar.org>
Mon, 11 Oct 2021 20:33:26 +0000 (10:33 -1000)
committerPaul Spooren <mail@aparcar.org>
Wed, 13 Oct 2021 05:22:19 +0000 (19:22 -1000)
commite07cc4699127d882f619c978c215bf2a762b61fa
tree9eb02f0f5993bf13ebf465110b0eda0ba1a0e568
parent4056a40160fbd2f42d0a83f0aed6c2687a6dfa1f
x86/64: 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>
target/linux/x86/64/config-5.10