rust-vmm / linux-loader

Linux kernel loader
Apache License 2.0
193 stars 55 forks source link

Specify serial console & virtio MMIO devices to the kernel command line #53

Closed alxiord closed 3 years ago

alxiord commented 3 years ago

This PR extends the Cmdline with the possibility of specifying serial console and virtio MMIO device configurations, which are transparently stringified and appended to the command line.

andreeaflorescu commented 3 years ago

LGTM, besides the suggestion the @alexandruag made :+1: