From: Amit Shah <amit.shah@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>,
qemu list <qemu-devel@nongnu.org>,
Juan Quintela <quintela@redhat.com>
Subject: Re: [Qemu-devel] [RFC PATCH 3/3] net.h: Add description fields for qdev properites
Date: Fri, 28 May 2010 18:29:52 +0530 [thread overview]
Message-ID: <20100528125952.GC9122@amit-laptop.redhat.com> (raw)
In-Reply-To: <m3k4qofavt.fsf@blackfin.pond.sub.org>
On (Fri) May 28 2010 [14:50:46], Markus Armbruster wrote:
> Amit Shah <amit.shah@redhat.com> writes:
>
> > Signed-off-by: Amit Shah <amit.shah@redhat.com>
> > ---
> > net.h | 13 ++++++++++---
> > 1 files changed, 10 insertions(+), 3 deletions(-)
> >
> > diff --git a/net.h b/net.h
> > index 0e9cc5d..8ad439a 100644
> > --- a/net.h
> > +++ b/net.h
> > @@ -20,10 +20,17 @@ typedef struct NICConf {
> > VLANClientState *peer;
> > } NICConf;
> >
> > +#define PROP_NET_MACADDR_DESC \
> > + "The MAC address for the NIC"
> > +#define PROP_NET_VLAN_DESC \
> > + "The VLAN to associate the NIC with"
> > +#define PROP_NET_NETDEV_DESC \
> > + "The peer net device to associate with this virtual NIC"
> > +
> > #define DEFINE_NIC_PROPERTIES(_state, _conf) \
> > - DEFINE_PROP_MACADDR("mac", _state, _conf.macaddr, ""), \
> > - DEFINE_PROP_VLAN("vlan", _state, _conf.vlan, ""), \
> > - DEFINE_PROP_NETDEV("netdev", _state, _conf.peer, "")
> > + DEFINE_PROP_MACADDR("mac", _state, _conf.macaddr, PROP_NET_MACADDR_DESC),\
> > + DEFINE_PROP_VLAN("vlan", _state, _conf.vlan, PROP_NET_VLAN_DESC), \
> > + DEFINE_PROP_NETDEV("netdev", _state, _conf.peer, PROP_NET_NETDEV_DESC)
> >
> > /* VLANs support */
>
> Why the macros?
Just seems cleaner; big strings can become an eyesore in such places.
What do you think?
Amit
next prev parent reply other threads:[~2010-05-28 12:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-28 9:57 [Qemu-devel] [RFC PATCH 1/3] qdev: Add a description field for qdev properties for documentation Amit Shah
2010-05-28 9:57 ` [Qemu-devel] [RFC PATCH 2/3] virtio-serial: Add description fields for qdev properties Amit Shah
2010-05-28 12:50 ` Markus Armbruster
2010-05-28 12:58 ` Amit Shah
2010-05-28 9:57 ` [Qemu-devel] [RFC PATCH 3/3] net.h: Add description fields for qdev properites Amit Shah
2010-05-28 12:50 ` Markus Armbruster
2010-05-28 12:59 ` Amit Shah [this message]
2010-05-28 13:45 ` Markus Armbruster
2010-05-28 12:49 ` [Qemu-devel] [RFC PATCH 1/3] qdev: Add a description field for qdev properties for documentation Markus Armbruster
2010-05-28 12:57 ` Amit Shah
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=20100528125952.GC9122@amit-laptop.redhat.com \
--to=amit.shah@redhat.com \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/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 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).