Re: [Qemu-devel] [PATCH v3 06/18] qapi: Add qstring_append_format()

2016-04-29 Thread Markus Armbruster
Eric Blake writes: > Back in commit 764c1ca (Nov 2009), we added qstring_append_int(). > However, it did not see any use until commit 190c882 (Jan 2015). > Furthermore, it has a rather limited use case - to print anything > else, callers still have to format into a temporary buffer, unless > we w

[Qemu-devel] [PATCH v3 06/18] qapi: Add qstring_append_format()

2016-04-28 Thread Eric Blake
Back in commit 764c1ca (Nov 2009), we added qstring_append_int(). However, it did not see any use until commit 190c882 (Jan 2015). Furthermore, it has a rather limited use case - to print anything else, callers still have to format into a temporary buffer, unless we want to introduce an explosion o