]> xenbits.xensource.com Git - libvirt.git/commit
xen: eliminate remaining uses of virDomainCpuSetParse
authorLaine Stump <laine@laine.org>
Mon, 17 Sep 2012 18:38:20 +0000 (14:38 -0400)
committerLaine Stump <laine@laine.org>
Mon, 17 Sep 2012 18:59:37 +0000 (14:59 -0400)
commit58d372d441e8321a53f44d5a55f883afe3ba3792
treea714491557d5cac91283d5493965712322c6e025
parentfe2a0b027bd08231c1c75e1bf0ec09e57e31afb1
xen: eliminate remaining uses of virDomainCpuSetParse

The final patch in Hu Tao's series to enhance virBitmap actually
removes virDomainCpuSetParse and virDomainCpuSetFormat as "no longer
used", and the rest of the series hadn't taken care of two uses of
virDomainCpuSetParse in the xen code.

This patch replaces those with appropriate virBitmap functions. It
should be pushed prior to the patch removing virDomainCpuSetParse.
src/xen/xen_driver.c
src/xen/xend_internal.c