>>> On 14.08.17 at 09:08, <jgr...@suse.com> wrote:
> --- a/xen/drivers/char/console.c
> +++ b/xen/drivers/char/console.c
> @@ -41,6 +41,7 @@ string_param("console", opt_console);
>  /*         boots. Any other value, or omitting the char, enables auto-switch 
> */
>  static unsigned char __read_mostly opt_conswitch[3] = "a";
>  string_param("conswitch", opt_conswitch);
> +string_param_runtime("conswitch", opt_conswitch);

Do you envision parameters which can only be set at runtime?
Otherwise, to avoid the two going out of sync (as well as the
redundancy) wouldn't it make sense for xyz_param_runtime()
to do what it does now _and_ invoke xyz_param()?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to