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

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

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

end of thread, other threads:[~2015-11-06 10:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05  9:35 [Qemu-devel] [PATCH 0/2] Fix compilation of netmap backend Vincenzo Maffione
2015-11-05  9:35 ` [Qemu-devel] [PATCH 1/2] net: netmap: Fix compilation issue Vincenzo Maffione
2015-11-05 13:01   ` Markus Armbruster
2015-11-05 13:26     ` Vincenzo Maffione
2015-11-05 14:46     ` Eric Blake
2015-11-05 14:52       ` Vincenzo Maffione
2015-11-05 15:01         ` Eric Blake
2015-11-05 20:27           ` Vincenzo Maffione
2015-11-06 10:06             ` Markus Armbruster
2015-11-05  9:35 ` [Qemu-devel] [PATCH 2/2] net: netmap: use error_setg_errno() in place of error_report() Vincenzo Maffione
2015-11-05 13:13   ` Markus Armbruster

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).