Re: [Qemu-block] [PATCH 1/3] error: add error_get_hint

2018-12-18 Thread Eric Blake
On 11/2/18 10:11 AM, Vladimir Sementsov-Ogievskiy wrote: Add a function to export error hint - a pair to error_get_pretty. It's needed to handle errors by hand, where we can't just report it or propagate. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/qapi/error.h | 5 +

[Qemu-block] [PATCH 1/3] error: add error_get_hint

2018-11-02 Thread Vladimir Sementsov-Ogievskiy
Add a function to export error hint - a pair to error_get_pretty. It's needed to handle errors by hand, where we can't just report it or propagate. Signed-off-by: Vladimir Sementsov-Ogievskiy --- include/qapi/error.h | 5 + util/error.c | 5 + 2 files changed, 10 insertions(+)