qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] Fix compilation of netmap backend


From: Vincenzo Maffione
Subject: [Qemu-devel] [PATCH v2 0/2] Fix compilation of netmap backend
Date: Fri, 6 Nov 2015 16:13:30 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]