Hello, I've noticed that the following rebuild is sometimes triggered after a full build, but only once:
$ make -j8 [...] LINK s390x-softmmu/qemu-system-s390x LINK sparc64-softmmu/qemu-system-sparc64 $ make -j8 CC qapi-generated/qga-qapi-types.o LINK qemu-ga $ make -j8 $ It doesn't break anything, but if you happen to know a fix that would be appreciated. :) (Build is out-of-source, host is Linux.) Regards, Andreas