Searched hist:"5 c99fa375da1c7cc4a42a93e002e98b9fb34754b" (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | cutils.h | 5c99fa375da1c7cc4a42a93e002e98b9fb34754b 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 D | 9p-local.c | 5c99fa375da1c7cc4a42a93e002e98b9fb34754b 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 D | qemu-option.c | 5c99fa375da1c7cc4a42a93e002e98b9fb34754b 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 D | cutils.c | 5c99fa375da1c7cc4a42a93e002e98b9fb34754b 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 D | configure | 5c99fa375da1c7cc4a42a93e002e98b9fb34754b 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>
|