]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Don't remove vcpu pin definition in libxlDomainCleanup
authorPeter Krempa <pkrempa@redhat.com>
Thu, 28 May 2015 13:31:09 +0000 (15:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jun 2015 08:52:31 +0000 (10:52 +0200)
commit8db0f438c43bcfdb27bd10656ea109392c7ec4ce
tree8cc053e768fb294c413bbf7027c7a9f84794db77
parent5ce28b6d3b82b0909e4772dd4252c5f985a3270a
libxl: Don't remove vcpu pin definition in libxlDomainCleanup

The vCPU pinning definition gets removed when the domain definition is
being freed later. If there is no next configuration it would remove the
configured pinning.
src/libxl/libxl_domain.c