mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
68ea80cfdd
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. |
||
---|---|---|
.. | ||
0001-add-to-xml.patch | ||
0002-add-new-public-API.patch | ||
0003-define-internal-driver-API.patch | ||
0004-implement-the-public-APIs.patch | ||
0005-implement-the-remote-protocol.patch | ||
0006-make-old-API-trivially-wrap-to-new-API.patch | ||
0007-add-virsh-support.patch | ||
0008-support-new-xml.patch | ||
0009-support-all-flags-in-test-driver.patch | ||
0010-improve-vcpu-support-in-qemu-command-line.patch | ||
0011-complete-vcpu-support-in-qemu-driver.patch | ||
0012-improve-vcpu-support-in-xen-command-line.patch | ||
0013-improve-getting-xen-vcpu-counts.patch | ||
0014-improve-setting-xen-vcpu-counts.patch | ||
0015-remove-dead-xen-code.patch |