]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace virDomainVcpuPinDel with virDomainPinDel
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Mar 2015 20:42:44 +0000 (16:42 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 16 Mar 2015 15:54:57 +0000 (11:54 -0400)
commit4985dde0f58f26e35eefa1aac2730f6be85ee5a7
tree09a87cbdf0891d421f82064dcbf3b205772a033a
parent01c8f66275e2125d5b71bb8e5bab49d0551c6d78
Replace virDomainVcpuPinDel with virDomainPinDel

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/libxl/libxl_driver.c
src/qemu/qemu_driver.c