On 29/01/2021 23:01, Manuel Bouyer wrote: > On Fri, Jan 29, 2021 at 10:51:14PM +0000, Andrew Cooper wrote: >> Given the freeze, and discussions on IRC, I have committed most of this >> series. > thanks > >> This particular patch doesn't compile, but I fixed it up. >> >> Still outstanding are "NetBSD: use system-provided headers", the > I just sent a v3 of this patch
You accidentally labelled it v2, but I'm sure we can cope. > >> followon patches requested in "libs/light: pass some infos to qemu", and > will try to get at it tomorow > >> "xenpmd.c: use dynamic allocation" which failed like this: >> >> https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/996140268 > It looks like I don't have access to this page, could you share the > content ? urgh - have the permissions broken themselves again... xenpmd.c:115:13: error: implicit declaration of function 'asprintf' [-Werror=implicit-function-declaration] It needs an include of stdio.h, and/or some form of #define _GNU_SOURCE. ~Andrew