]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Convert virDomainVcpuPinDefPtr to virDomainPinDefPtr
authorJohn Ferlan <jferlan@redhat.com>
Sat, 14 Mar 2015 02:50:26 +0000 (22:50 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 16 Mar 2015 15:54:56 +0000 (11:54 -0400)
commit59ba70237acfe2cbe30930845759ef8f77b934cb
tree7883310e7b4e42280652f1a684e09e49c520bc35
parentffa9f8a19b416d3e174afd24fd8368ad8daf20ea
Convert virDomainVcpuPinDefPtr to virDomainPinDefPtr

As pointed out by jtomko in his review of the IOThreads pinning code:

http://www.redhat.com/archives/libvir-list/2015-March/msg00495.html

there are some comments sprinkled in indicating IOThreads were using
the same structure as the VcpuPin code...

This is the first patch of a few that will change the virDomainVcpuPin*
structures and code to just virDomainPin* - starting with the data
structure naming...
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libxl/libxl_driver.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_cgroup.h
src/qemu/qemu_driver.c
src/qemu/qemu_process.c