runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Configuration: Allow passing of additional QEMU parameters

Open mcastelino opened this issue 6 years ago • 0 comments

Today the configuration.toml allows passing of additional kernel command line parameters

kernel_params = ""

It would be useful for power users to pass additional (for now) parameters to QEMU to customize its behavior. This would be specially useful for features that may not make sense to be exposed as hypervisor knobs.

Any option that is generally useful should be exposed as a knob. But having the ability to quickly add an option would be useful for rapid customization without code change.

/cc @grahamwhaley

mcastelino avatar Sep 20 '17 21:09 mcastelino