Re: [PATCH RFC] kconfig: add hvconfig for Linux on Hyper-V

2019-10-08 Thread Wei Liu
On Wed, Oct 09, 2019 at 01:03:19AM +0900, Masahiro Yamada wrote: [...] > > diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile > > index ef2f2336c469..2ee46301b22e 100644 > > --- a/scripts/kconfig/Makefile > > +++ b/scripts/kconfig/Makefile > > @@ -104,6 +104,10 @@ PHONY += xenconfig >

Re: [PATCH RFC] kconfig: add hvconfig for Linux on Hyper-V

2019-10-08 Thread Masahiro Yamada
On Tue, Oct 8, 2019 at 10:15 PM Wei Liu wrote: > > From: Wei Liu > > Add an config file snippet which enalbes additional options useful for > running the kernel in a Hyper-V guest. > > The expected use case is a user provides an existing config file then > executes `make hvconfig`. It will merge

[PATCH RFC] kconfig: add hvconfig for Linux on Hyper-V

2019-10-08 Thread Wei Liu
From: Wei Liu Add an config file snippet which enalbes additional options useful for running the kernel in a Hyper-V guest. The expected use case is a user provides an existing config file then executes `make hvconfig`. It will merge those options with the provided config file. Based on similar