qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Fix compilation of netmap backend
@ 2015-11-06 15:13 Vincenzo Maffione
  2015-11-06 15:13 ` [Qemu-devel] [PATCH v2 1/2] net: netmap: Fix compilation issue Vincenzo Maffione
  2015-11-06 15:13 ` [Qemu-devel] [PATCH v2 2/2] net: netmap: use error_setg_errno() in place of error_report() Vincenzo Maffione
  0 siblings, 2 replies; 6+ messages in thread
From: Vincenzo Maffione @ 2015-11-06 15:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: rizzo, jasowang, armbru, v.maffione, g.lettieri

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-11-09 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06 15:13 [Qemu-devel] [PATCH v2 0/2] Fix compilation of netmap backend Vincenzo Maffione
2015-11-06 15:13 ` [Qemu-devel] [PATCH v2 1/2] net: netmap: Fix compilation issue Vincenzo Maffione
2015-11-06 15:30   ` Eric Blake
2015-11-06 15:13 ` [Qemu-devel] [PATCH v2 2/2] net: netmap: use error_setg_errno() in place of error_report() Vincenzo Maffione
2015-11-06 15:35   ` Eric Blake
2015-11-09 18:47     ` Vincenzo Maffione

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).