From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: [RESUBMIT] [PATCH] xen, tools: pincpu use vcpu and cpumap_t Date: Fri, 13 May 2005 16:20:46 +0100 Message-ID: <4284C5CE.5020505@hp.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Pratt Cc: Ryan Harper , xen-devel@lists.xensource.com, Christian.Limpach@cl.cam.ac.uk List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: > > > >>I'll update it against current unstable and resubmit. Thanks. > >>>> >>>>Updated against 2005-05-10 nightly unstable snapshot. >>>> >>> >>>Thanks, I'll apply it. >> >>I've applied this already -- but it needs some more changes >>like moving the vcpu_to_cpu and cpumap arrays out of >>getdomaininfo into the new getvcpucontext, allowing this to >>scale beyond MAX_VIRT_CPUS. >>Also, I think sparse vcpu allocations aren't handled right >>for these two arrays, which moving them to getvcpucontext >>will also fix. >>Patches for this would be highly appreciated! > > > As I recall, I think Mike's tree has some improvements for this patch > too, in particular moving the conversion from the processor list into a > bitmap from xm into xend. Steve's been working to get Mike's stuff > fully tested and integrated. Hopefully we can get this all merged > tomorrow. Yes, I had some fixes, but unstable won't boot for me at the moment so I'm unable to test them. Mike