Re: [Qemu-devel] [PATCH v2 06/14] qapi: Add qstring_append_format()

2015-12-23 Thread Fam Zheng
On Mon, 12/21 17:31, Eric Blake wrote: > 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 buf

[Qemu-devel] [PATCH v2 06/14] qapi: Add qstring_append_format()

2015-12-21 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