You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merging the qemu changes, my config is now being overridden, and the only parameter I ever touch in (set_process_name).
Can we please add it to the list options?
And while we're at it, maybe we should think about a less painful way of adding new options.
Perhaps an options hash that's passed into the Erb would be better. That way we could have closed up, dedicated namespaces for each subsystem (qemu, Xen, whathaveyou).
The text was updated successfully, but these errors were encountered:
Then inside the template, all of the recognised keys would have their value set in the right place, and all the non-recognised ones would be output at the bottom by default?
After merging the qemu changes, my config is now being overridden, and the only parameter I ever touch in (
set_process_name
).Can we please add it to the list options?
And while we're at it, maybe we should think about a less painful way of adding new options.
Perhaps an options hash that's passed into the Erb would be better. That way we could have closed up, dedicated namespaces for each subsystem (qemu, Xen, whathaveyou).
The text was updated successfully, but these errors were encountered: