]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Extract code filling data for virDomainGetVcpuPinInfo
authorPeter Krempa <pkrempa@redhat.com>
Mon, 22 Feb 2016 14:29:25 +0000 (15:29 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Mar 2016 09:09:16 +0000 (10:09 +0100)
commite498e904691bcc61fee2a01b3679fa0223c07886
treecf8923d12acc3549977856938504fbc46d3ccadd
parente7e6980dd83e233fb46fa310dcebbbaa0fde7bfd
conf: Extract code filling data for virDomainGetVcpuPinInfo

The implementation of the inner guts of the function is similar for all
drivers, so we can add a helper and not have to reimplement it three
times.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/libxl/libxl_driver.c
src/qemu/qemu_driver.c
src/test/test_driver.c