qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Fix compilation of netmap backend
@ 2015-11-10  9:47 Vincenzo Maffione
  2015-11-10  9:47 ` [Qemu-devel] [PATCH v3 1/2] net: netmap: Fix compilation issue Vincenzo Maffione
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Vincenzo Maffione @ 2015-11-10  9:47 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()
        variants in place of error_report()

CHANGELOG:
    - removed dead return and use error_setg_file_open() in place
      of error_setg_errno()
    - I noticed that net_init_netmap() has to return int, so I restored
      the return statements in that function

Vincenzo Maffione (2):
  net: netmap: Fix compilation issue
  net: netmap: use error_setg() helpers in place of error_report()

 net/netmap.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

-- 
2.6.2

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

end of thread, other threads:[~2015-11-12  8:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10  9:47 [Qemu-devel] [PATCH v3 0/2] Fix compilation of netmap backend Vincenzo Maffione
2015-11-10  9:47 ` [Qemu-devel] [PATCH v3 1/2] net: netmap: Fix compilation issue Vincenzo Maffione
2015-11-10  9:47 ` [Qemu-devel] [PATCH v3 2/2] net: netmap: use error_setg() helpers in place of error_report() Vincenzo Maffione
2015-11-10 15:15 ` [Qemu-devel] [PATCH for-2.5 v3 0/2] Fix compilation of netmap backend Eric Blake
2015-11-10 15:49 ` [Qemu-devel] [PATCH " Markus Armbruster
2015-11-12  8:19 ` Jason Wang

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