Re: [Xen-devel] [PATCH v7 07/12] arm: add a tiny kconfig configuration

2018-07-23 Thread Julien Grall
Hi Stefano, On 07/07/18 00:13, Stefano Stabellini wrote: Add a tiny kconfig configuration. Enabled only the credit scheduler. It only carries non-default options (use make menuconfig or make olddefconfig to produce a complete .config file). Signed-off-by: Stefano Stabellini Acked-by: Julien

[Xen-devel] [PATCH v7 07/12] arm: add a tiny kconfig configuration

2018-07-06 Thread Stefano Stabellini
Add a tiny kconfig configuration. Enabled only the credit scheduler. It only carries non-default options (use make menuconfig or make olddefconfig to produce a complete .config file). Signed-off-by: Stefano Stabellini --- Changes in v7: - remove NULL because it is still experimental --- xen/arc