On 10/28/09 14:31, Naphtali Sprei wrote:
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 ?
There was no need yet ...A simple qemu_error() implementation for the tools which writes to stderr unconditionally should do the trick.
cheers, Gerd