Hi, > > + qemu_opt_set(sopts, "port", h+1); > > Maybe you missed passing '&error_abort' or something like that: > > ui/vnc.c:3371: error: too few arguments to function ‘qemu_opt_set’ > ui/vnc.c:3372: error: too few arguments to function ‘qemu_opt_set’ > ui/vnc.c:3373: error: too few arguments to function ‘qemu_opt_set’ > ui/vnc.c:3384: error: too few arguments to function ‘qemu_opt_set’ > > as the same as below several places of calling qemu_opt_set().
Looks like a a error handling series from markus was merged meanwhile, need to rebase & adapt patch. cheers, Gerd