Home
last modified time | relevance | path

Searched hist:"5 c99fa375da1c7cc4a42a93e002e98b9fb34754b" (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dcutils.h5c99fa375da1c7cc4a42a93e002e98b9fb34754b Fri Jun 29 05:32:10 CDT 2018 Keno Fischer <keno@juliacomputing.com> cutils: Provide strchrnul

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 <keno@juliacomputing.com>
Acked-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
/openbmc/qemu/hw/9pfs/
H A D9p-local.c5c99fa375da1c7cc4a42a93e002e98b9fb34754b Fri Jun 29 05:32:10 CDT 2018 Keno Fischer <keno@juliacomputing.com> cutils: Provide strchrnul

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 <keno@juliacomputing.com>
Acked-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
/openbmc/qemu/util/
H A Dqemu-option.c5c99fa375da1c7cc4a42a93e002e98b9fb34754b Fri Jun 29 05:32:10 CDT 2018 Keno Fischer <keno@juliacomputing.com> cutils: Provide strchrnul

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 <keno@juliacomputing.com>
Acked-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
H A Dcutils.c5c99fa375da1c7cc4a42a93e002e98b9fb34754b Fri Jun 29 05:32:10 CDT 2018 Keno Fischer <keno@juliacomputing.com> cutils: Provide strchrnul

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 <keno@juliacomputing.com>
Acked-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
/openbmc/qemu/
H A Dconfigure5c99fa375da1c7cc4a42a93e002e98b9fb34754b Fri Jun 29 05:32:10 CDT 2018 Keno Fischer <keno@juliacomputing.com> cutils: Provide strchrnul

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 <keno@juliacomputing.com>
Acked-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>