Re: [Qemu-devel] [PATCH] qemu-common.h: Document cutils.c string functions

2015-07-27 Thread Michael Tokarev
19.07.2015 23:34, Peter Maydell wrote: > Add documentation comments for various utility string functions > which we have implemented in util/cutils.c Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] qemu-common.h: Document cutils.c string functions

2015-07-20 Thread Eric Blake
On 07/19/2015 02:34 PM, Peter Maydell wrote: > Add documentation comments for various utility string functions > which we have implemented in util/cutils.c: > pstrcpy() > strpadcpy() > pstrcat() > strstart() > stristart() > qemu_strnlen() > qemu_strsep() > > Signed-off-by: Peter Maydell >

[Qemu-devel] [PATCH] qemu-common.h: Document cutils.c string functions

2015-07-19 Thread Peter Maydell
Add documentation comments for various utility string functions which we have implemented in util/cutils.c: pstrcpy() strpadcpy() pstrcat() strstart() stristart() qemu_strnlen() qemu_strsep() Signed-off-by: Peter Maydell --- We recommend pstrcpy() &c in HACKING but that's not very helpful