]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert virDomainVcpuPinDefCopy into virDomainPinDefCopy
authorJohn Ferlan <jferlan@redhat.com>
Wed, 11 Mar 2015 00:24:04 +0000 (20:24 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 16 Mar 2015 15:54:57 +0000 (11:54 -0400)
commitc16723f606c4fc3af4de9af96949e2e03d45926c
treed55c4fa50623457dc4affb4adeed81401e26b22c
parent24b15ea90dc2ef45222acfdf7a74ea027d289da9
Convert virDomainVcpuPinDefCopy into virDomainPinDefCopy

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