On 02.09.2020 03:08, Elliott Mitchell wrote: > @@ -33,12 +38,12 @@ cscope.po.out > .vscode > > dist > -stubdom/*.tar.gz > > autom4te.cache/ > config.log > config.status > config.cache > +config.h > config/Toplevel.mk > config/Paths.mk
While in userland config.h may indeed be a typically generated file, there are three source files by this name under xen/. Patch 6 also doesn't look to override this in any way for xen/. I think this wants to move a level down, into tools/ and wherever else it may be applicable. Jan