]> xenbits.xensource.com Git - libvirt.git/commit
Convert virDomainVcpuPinDefArrayFree to virDomainPinDefArrayFree
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Mar 2015 00:19:35 +0000 (20:19 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 16 Mar 2015 15:54:57 +0000 (11:54 -0400)
commit24b15ea90dc2ef45222acfdf7a74ea027d289da9
tree44542e7c1f20e56cf42ae8bfec56975a5c2d5761
parent0a06a1812d7471d77b8c3c32f652f894f83067a9
Convert virDomainVcpuPinDefArrayFree to virDomainPinDefArrayFree

Since both Vcpu and IOThreads code use the same API's, alter the naming
of the API's to remove the "Vcpu" specific reference
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_driver.c