]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert virDomainVcpuPinFindByVcpu into virDomainPinFindByVcpu
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Mar 2015 00:31:44 +0000 (20:31 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 16 Mar 2015 15:54:57 +0000 (11:54 -0400)
commita8a89270ef3db48ebad3fb61611bc8f89865ca1e
treec1a7009f54add07e179aeb22cdd86485deb4edf5
parent8cf80b517e470907200b0743fdc838db58a8e6c2
Convert virDomainVcpuPinFindByVcpu into virDomainPinFindByVcpu

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
src/qemu/qemu_process.c