libvirt/src/xen
Eric Blake 68ea80cfdd maint: rename virBufferVSprintf to virBufferAsprintf
We already have virAsprintf, so picking a similar name helps for
seeing a similar purpose.  Furthermore, the prefix V before printf
generally implies 'va_list', even though this variant was '...', and
the old name got in the way of adding a new va_list version.

global rename performed with:

$ git grep -l virBufferVSprintf \
  | xargs -L1 sed -i 's/virBufferVSprintf/virBufferAsprintf/g'

then revert the changes in ChangeLog-old.
2011-05-05 13:47:40 -06:00
..
block_stats.c xen: Replace statsErrorFunc with a macro 2011-04-17 07:53:26 +02:00
block_stats.h Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
xen_driver.c xen: check if device is assigned to guest before reattaching 2011-04-28 14:45:31 -06:00
xen_driver.h xen-proxy: Remove it entirely and use libvirtd instead 2010-11-08 22:00:35 +01:00
xen_hypervisor.c Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
xen_hypervisor.h xen-proxy: Remove it entirely and use libvirtd instead 2010-11-08 22:00:35 +01:00
xen_inotify.c Move call to virReportOOMError into virFileBuildPath 2011-04-27 09:18:53 +02:00
xen_inotify.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
xend_internal.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
xend_internal.h Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00
xm_internal.c maint: rename virBufferVSprintf to virBufferAsprintf 2011-05-05 13:47:40 -06:00
xm_internal.h Moved XM formatting functions to xenxs 2011-02-21 11:14:52 -07:00
xs_internal.c Remove virConnectPtr from virRaiseErrorFull 2011-04-17 07:22:23 +02:00
xs_internal.h maint: avoid space-tab 2010-12-21 13:21:25 -07:00