On Wed, 13 Jun 2018 07:42:57 +0200
Markus Armbruster <arm...@redhat.com> wrote:

> Keno Fischer <k...@juliacomputing.com> writes:
> 
> > strchrnul is a GNU extension and thus unavailable on a number of targets.
> > In the review for a commit removing strchrnul from 9p, I was asked to
> > create a qemu_strchrnul helper to factor out this functionality.
> > Do so, and use it in a number of other places in the code base that inlined
> > the replacement pattern in a place where strchrnul could be used.
> >
> > Signed-off-by: Keno Fischer <k...@juliacomputing.com>
> > Acked-by: Greg Kurz <gr...@kaod.org>  
> 
> Reviewed-by: Markus Armbruster <arm...@redhat.com>

Maybe I can take this through my 9p-next tree since it is a pre-requisite
for the Darwin support series ?

Keno,

BTW, if you want Darwin support to go in the next QEMU release, please
pay attention that I have to send a pull req for it before 2018-07-03.

https://wiki.qemu.org/Planning/3.0

Cheers,

--
Greg

Reply via email to