On 16/09/2015 18:02, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> Not only it makes sense, but it gets rid of checkpatch warning:
> WARNING: consider using qemu_strtosz in preference to strtosz
Oops. :)
However, we also need something like this:
--- 8< ---
On 09/16/2015 10:02 AM, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> Not only it makes sense, but it gets rid of checkpatch warning:
> WARNING: consider using qemu_strtosz in preference to strtosz
Indeed, POSIX reserves the entire str*() namespace for future extension,
so avo
- Original Message -
> On 09/16/2015 10:02 AM, marcandre.lur...@redhat.com wrote:
> > From: Marc-André Lureau
> >
> > Not only it makes sense, but it gets rid of checkpatch warning:
> > WARNING: consider using qemu_strtosz in preference to strtosz
>
> Indeed, POSIX reserves the entire
From: Marc-André Lureau
Not only it makes sense, but it gets rid of checkpatch warning:
WARNING: consider using qemu_strtosz in preference to strtosz
Also remove get rid of tabs to please checkpatch.
Signed-off-by: Marc-André Lureau
---
include/qemu-common.h | 27 ++-