From: Vincenzo Maffione <v.maffione@gmail.com>
To: qemu-devel@nongnu.org
Cc: rizzo@iet.unipi.it, jasowang@redhat.com, armbru@redhat.com,
v.maffione@gmail.com, g.lettieri@iet.unipi.it
Subject: [Qemu-devel] [PATCH v2 0/2] Fix compilation of netmap backend
Date: Fri, 6 Nov 2015 16:13:30 +0100 [thread overview]
Message-ID: <cover.1446822384.git.v.maffione@gmail.com> (raw)
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
next reply other threads:[~2015-11-06 15:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 15:13 Vincenzo Maffione [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1446822384.git.v.maffione@gmail.com \
--to=v.maffione@gmail.com \
--cc=armbru@redhat.com \
--cc=g.lettieri@iet.unipi.it \
--cc=jasowang@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rizzo@iet.unipi.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.