From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuiiO-00041V-IN for qemu-devel@nongnu.org; Fri, 06 Nov 2015 10:14:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuiiK-0003JP-Hr for qemu-devel@nongnu.org; Fri, 06 Nov 2015 10:14:08 -0500 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:33774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuiiK-0003Ie-BL for qemu-devel@nongnu.org; Fri, 06 Nov 2015 10:14:04 -0500 Received: by wmec201 with SMTP id c201so20693645wme.0 for ; Fri, 06 Nov 2015 07:14:03 -0800 (PST) From: Vincenzo Maffione Date: Fri, 6 Nov 2015 16:13:30 +0100 Message-Id: Subject: [Qemu-devel] [PATCH v2 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() in place of error_report() CHANGELOG: - fixed commit messages to reference appropriate commits - modify netmap_open() to return error in a local Error variable Vincenzo Maffione (2): net: netmap: Fix compilation issue net: netmap: use error_setg_errno() in place of error_report() net/clients.h | 4 ++-- net/netmap.c | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 19 deletions(-) -- 2.3.3