qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
commit878a0ae0ab3eb8428626e67995c9efad8eb1ba80
authorLuiz Capitulino <lcapitulino@redhat.com>
Tue, 27 Nov 2012 13:02:02 +0000 (27 11:02 -0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 8 Jan 2013 22:38:11 +0000 (8 16:38 -0600)
tree2b5897c983b94be672deac046e218bd35336788e
parent071673b09021b60eab268653c6bcfba92eea7603
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()

Convert them to error_setg_errno().

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/commands-posix.c