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

2015-11-09 Thread Vincenzo Maffione
Ok, preparing them. 2015-11-06 16:35 GMT+01:00 Eric Blake : > On 11/06/2015 08:13 AM, Vincenzo Maffione wrote: >> This update was required to align error reporting of netmap backend >> initialization to the modifications introduced by commit a30ecde. >> >> Signed-off-by:

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

2015-11-06 Thread Vincenzo Maffione
This update was required to align error reporting of netmap backend initialization to the modifications introduced by commit a30ecde. Signed-off-by: Vincenzo Maffione --- net/clients.h | 4 ++-- net/netmap.c | 32 2 files changed, 18

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

2015-11-06 Thread Eric Blake
On 11/06/2015 08:13 AM, Vincenzo Maffione wrote: > This update was required to align error reporting of netmap backend > initialization to the modifications introduced by commit a30ecde. > > Signed-off-by: Vincenzo Maffione > --- > net/clients.h | 4 ++-- > net/netmap.c