Re: [Qemu-devel] [PATCH 2/2] net: netmap: use error_setg_errno() in place of error_report()

2015-11-05 Thread Markus Armbruster
Vincenzo Maffione writes: > This update was required to align netmap backend to the other > net backends in terms of error reporting. Thank you very much for helping to complete this job! Recommend to point to commit a30ecde in your commit message. > Signed-off-by: Vincenzo Maffione > --- >

[Qemu-devel] [PATCH 2/2] net: netmap: use error_setg_errno() in place of error_report()

2015-11-05 Thread Vincenzo Maffione
This update was required to align netmap backend to the other net backends in terms of error reporting. Signed-off-by: Vincenzo Maffione --- net/netmap.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/net/netmap.c b/net/netmap.c index 4197a9c..45290d8 100644 -