Message ID | 20191217105901.68158-1-anthony.perard@citrix.com (mailing list archive) |
---|---|
Headers | show |
Series | xen: Kconfig update with few extra | expand |
Hi, On 17/12/2019 11:58, Anthony PERARD wrote: > Patch series available in this git branch: > https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.build-system-xen-kconfig-v2 > > v2: > nit changes in patch 1 and 2. > > Hi, > > This is a update of Kconfig as used to build the hypervisor. This is also in > preparation of using Kbuild. The first version of the series, with a POC of > using Kbuild to build xen can be found here: > https://lists.xenproject.org/archives/html/xen-devel/2019-10/msg01609.html > > New features of Kconfig: > - Can run shell commands! > - Update to the graphical menuconfig, xconfig. It's now built with Qt4/Qt5. Shall we update the dependencies in README? > > This whole series should be "no functionality changes", I think. The Arm changes looks good to me. Did you build test on Arm (either 32-bit or 64-bit)? Cheers,
On Mon, Dec 23, 2019 at 06:44:11PM +0100, Julien Grall wrote: > Hi, > > On 17/12/2019 11:58, Anthony PERARD wrote: > > Patch series available in this git branch: > > https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.build-system-xen-kconfig-v2 > > > > v2: > > nit changes in patch 1 and 2. > > > > Hi, > > > > This is a update of Kconfig as used to build the hypervisor. This is also in > > preparation of using Kbuild. The first version of the series, with a POC of > > using Kbuild to build xen can be found here: > > https://lists.xenproject.org/archives/html/xen-devel/2019-10/msg01609.html > > > > New features of Kconfig: > > - Can run shell commands! > > - Update to the graphical menuconfig, xconfig. It's now built with Qt4/Qt5. > > Shall we update the dependencies in README? No need, because Qt (for xconfig) or GTK (for gconfig) are optional, one can use defconfig or menuconfig or one of the other *config to generate Xen's .config. > > > > This whole series should be "no functionality changes", I think. > > The Arm changes looks good to me. Did you build test on Arm (either 32-bit > or 64-bit)? I've run the patch series on our GitLab CI and it successfully completed, I hope that does the kind of Arm build you are looking for :-). Cheers,
Hi, On 06/01/2020 10:50, Anthony PERARD wrote: > On Mon, Dec 23, 2019 at 06:44:11PM +0100, Julien Grall wrote: >> Hi, >> >> On 17/12/2019 11:58, Anthony PERARD wrote: >>> Patch series available in this git branch: >>> https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.build-system-xen-kconfig-v2 >>> >>> v2: >>> nit changes in patch 1 and 2. >>> >>> Hi, >>> >>> This is a update of Kconfig as used to build the hypervisor. This is also in >>> preparation of using Kbuild. The first version of the series, with a POC of >>> using Kbuild to build xen can be found here: >>> https://lists.xenproject.org/archives/html/xen-devel/2019-10/msg01609.html >>> >>> New features of Kconfig: >>> - Can run shell commands! >>> - Update to the graphical menuconfig, xconfig. It's now built with Qt4/Qt5. >> >> Shall we update the dependencies in README? > > No need, because Qt (for xconfig) or GTK (for gconfig) are optional, one > can use defconfig or menuconfig or one of the other *config to generate > Xen's .config. > >>> >>> This whole series should be "no functionality changes", I think. >> >> The Arm changes looks good to me. Did you build test on Arm (either 32-bit >> or 64-bit)? > > I've run the patch series on our GitLab CI and it successfully completed, > I hope that does the kind of Arm build you are looking for :-). Yes :). Thank you for build testing on Arm! Cheers,