[libvirt] [PATCH] Fix the style of argument("cpumap") in op_pincpu()

Daniel Veillard veillard at redhat.com
Wed May 6 14:33:31 UTC 2009


On Wed, May 06, 2009 at 09:53:46AM +0100, Daniel P. Berrange wrote:
> On Thu, Apr 30, 2009 at 04:00:54PM +0900, Tatsuro Enokura wrote:
> > Hi all,
> > 
> > The form of cpumap argument in op_pincpu method on xend change
> > by following a patch.
> >   http://xenbits.xensource.com/xen-unstable.hg?rev/a63d20d7a941
> > 
> > xenDaemonDomainPinCpu() sends the string for cpumap argument
> > like python's list style now.
> > This patch is following the change of cpumap argument.
> >   "[0,1,2]"    --->   "0,1,2"
> 
> If we switch to the new format, does that still work with older
> XenD ?

  Yup I had the same question when reading the description, if not
we need to make that conditional on xen version.

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list