On 3/11/10, Anthony Liguori <anth...@codemonkey.ws> wrote: > On 03/11/2010 08:48 AM, Avi Kivity wrote: > > > Signed-off-by: Avi Kivity<a...@redhat.com> > > --- > > CODING_STYLE | 3 +++ > > 1 files changed, 3 insertions(+), 0 deletions(-) > > > > diff --git a/CODING_STYLE b/CODING_STYLE > > index a579cb1..92036f3 100644 > > --- a/CODING_STYLE > > +++ b/CODING_STYLE > > @@ -49,6 +49,9 @@ and is therefore likely to be changed. > > Typedefs are used to eliminate the redundant 'struct' keyword. It is the > > QEMU coding style. > > > > +When wrapping standard library functions, use the prefix qemu_ to alert > > +readers that they are seeing a wrapped version; otherwise avoid this > prefix. > > + > > > > > > Acked-by: Anthony Liguori <aligu...@us.ibm.com> > > But I'd like to also see others agree with this.
OK for me too.