From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: G 3 <programmingkidx@gmail.com>, Eric Blake <eblake@redhat.com>
Cc: "list@suse.de:PowerPC list:PowerPC" <qemu-ppc@nongnu.org>,
qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v2] add resolutions via command-line
Date: Wed, 21 Sep 2016 07:57:58 +1000 [thread overview]
Message-ID: <1474408678.2857.91.camel@kernel.crashing.org> (raw)
In-Reply-To: <0AB3F21C-C75A-4232-93FB-5FC2ED47B3D1@gmail.com>
On Tue, 2016-09-20 at 09:51 -0400, G 3 wrote:
>
> > Is it worth renaming this to make it obvious that it is your
> > (non-optimal) replacement, intentionally because you don't want to
> > use
> > the libc version?
>
> I originally thought about adding a prefix to all my functions. Ben
> what do you think?
> I'm ok with either way.
DriverServicesLibrary has:
char *CStrCopy(char *dst, const char *src);
char *CStrNCopy (char *dst, const char *src, UInt32 max);
char *CStrCat (char *dst, const char *src);
char *CStrNCat (char *dst, const char *src, UInt32 max);
short CStrCmp (const char *str1, const char *str2);
short CStrNCmp (const char *str1, const char *str2, UInt32 max);
UInt32 CStrLen (const char *src);
Cheers,
Ben.
next prev parent reply other threads:[~2016-09-20 21:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 4:28 [Qemu-devel] [PATCH v2] add resolutions via command-line G 3
2016-09-20 9:01 ` Benjamin Herrenschmidt
2016-09-20 9:01 ` Benjamin Herrenschmidt
2016-09-20 13:07 ` G 3
2016-09-20 13:37 ` Eric Blake
2016-09-20 13:51 ` G 3
2016-09-20 21:57 ` Benjamin Herrenschmidt [this message]
2016-09-21 0:17 ` Benjamin Herrenschmidt
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=1474408678.2857.91.camel@kernel.crashing.org \
--to=benh@kernel.crashing.org \
--cc=eblake@redhat.com \
--cc=programmingkidx@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/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.