On 2018-08-21 21:05, Eric Blake wrote:
> During development, I got a 'make check' failure that claimed:
>
> qemu-img returned status code 32512
> **
> ERROR:tests/libqos/libqos.c:202:mkimg: assertion failed: (!rc)
>
> But 32512 is too big for a normal exit status value, which means we
> failed to
During development, I got a 'make check' failure that claimed:
qemu-img returned status code 32512
**
ERROR:tests/libqos/libqos.c:202:mkimg: assertion failed: (!rc)
But 32512 is too big for a normal exit status value, which means we
failed to use WEXITSTATUS() to shift the bits to the desired val