commit | 779b5b04fd00c424ec181f3a7fa3ff61015ad7dc | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Wed Nov 02 12:57:15 2011 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Nov 02 12:57:15 2011 +0530 |
tree | 6778870c9ef69b3d0923ff6e9135f0dc1680bc3d | |
parent | e072ea2fd8fdceef64159b9596d3c15ce01bea91 [diff] |
hw/9pfs: use g_vasprintf() instead of rolling our own Markus Armbruster <armbru@redhat.com> sent fixes for va_list vararg issues in v9fs_string_alloc_printf(). It turns out the function duplicates g_vasprintf() and can therefore be eliminated entirely. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>