From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw5XE-0003Dd-T0 for qemu-devel@nongnu.org; Tue, 10 Nov 2015 04:48:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zw5XB-00033P-IG for qemu-devel@nongnu.org; Tue, 10 Nov 2015 04:48:16 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:32828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw5XB-00033L-Cf for qemu-devel@nongnu.org; Tue, 10 Nov 2015 04:48:13 -0500 Received: by wmec201 with SMTP id c201so124353116wme.0 for ; Tue, 10 Nov 2015 01:48:12 -0800 (PST) From: Vincenzo Maffione Date: Tue, 10 Nov 2015 10:47:20 +0100 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/2] Fix compilation of netmap backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: rizzo@iet.unipi.it, jasowang@redhat.com, armbru@redhat.com, v.maffione@gmail.com, g.lettieri@iet.unipi.it This patch series adds some fixes to the netmap net backend. It contains two changes: (1) Fix compilation issue of netmap.c introduced by the reorganization of struct NetClientOptions (2) Address the FIXME comment that was asking to use error_setg() variants in place of error_report() CHANGELOG: - removed dead return and use error_setg_file_open() in place of error_setg_errno() - I noticed that net_init_netmap() has to return int, so I restored the return statements in that function Vincenzo Maffione (2): net: netmap: Fix compilation issue net: netmap: use error_setg() helpers in place of error_report() net/netmap.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -- 2.6.2