Hi, I've added a call to qemu_error in block.c file, and got a link error on the qemu-utilities: qemu-img, qemu-nbd and qemu-io. Should there be a stub that implements a qemu_error to be linked with those apps ? Am I missing something ?
In my case, I couldn't let the caller report the error (and avoid calling qemu_error in block.c) since caller don't have enough information for proper error message. Naphtali