From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuGxi-0001to-Bk for qemu-devel@nongnu.org; Thu, 05 Nov 2015 04:36:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuGxf-0007p7-4M for qemu-devel@nongnu.org; Thu, 05 Nov 2015 04:36:06 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:36546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuGxe-0007p1-V1 for qemu-devel@nongnu.org; Thu, 05 Nov 2015 04:36:03 -0500 Received: by wmww144 with SMTP id w144so2549914wmw.1 for ; Thu, 05 Nov 2015 01:36:02 -0800 (PST) From: Vincenzo Maffione Date: Thu, 5 Nov 2015 10:35:39 +0100 Message-Id: Subject: [Qemu-devel] [PATCH 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: stefanha@redhat.com, g.lettieri@iet.unipi.it, rizzo@iet.unipi.it, jasowang@redhat.com, v.maffione@gmail.com 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() Vincenzo Maffione (2): net: netmap: Fix compilation issue net: netmap: use error_setg_errno() in place of error_report() net/netmap.c | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) -- 2.3.3