> On 29.4.2025 07:17 CEST Marc-André Lureau <marcandre.lur...@gmail.com> wrote: > > > Hi > > On Mon, Apr 28, 2025 at 4:08 PM Dietmar Maurer <diet...@proxmox.com> wrote: > > > > > In file included from /home/elmarco/src/qemu/include/ui/console.h:4, > > > from ../system/runstate.c:54: > > > /home/elmarco/src/qemu/include/ui/qemu-pixman.h:10:10: fatal error: > > > pixman.h: No such file or directory > > > 10 | #include <pixman.h> > > > | ^~~~~~~~~~ > > > > Just noticed that after updating to latest qemu. > > > > The following change fixes the problem, but I an not > > sure if we can simply depend on pixman there? > > That shouldn't be a problem. Alternatively, perhaps split the vnc API > in ui/vnc.h ?
Turned out I just need to move the code to vl.c (we already call vnc_init_func from there) ...