From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: [RESUBMIT] [PATCH] xen, tools: pincpu use vcpu and cpumap_t Date: Wed, 11 May 2005 21:30:54 +0100 Message-ID: <3d8eece20505111330385b95aa@mail.gmail.com> References: <20050426223109.GC14932@us.ibm.com> <4277AC20.7060804@hp.com> <20050503235807.GB11696@us.ibm.com> <4280BE49.1050102@hp.com> <20050510145952.GB7305@us.ibm.com> <20050510155500.GD7305@us.ibm.com> <428221C7.3020708@hp.com> Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <428221C7.3020708@hp.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mike Wray Cc: Ian Pratt , Ryan Harper , xen-devel@lists.xensource.com, Kip Macy List-Id: xen-devel@lists.xenproject.org On 5/11/05, Mike Wray wrote: > Ryan Harper wrote: > > * Ryan Harper [2005-05-10 10:01]: > > > >>* Mike Wray [2005-05-10 09:08]: > >> > >>>So it looks like we need to try again. > >>>Apologies if this is because of changes after > >>>you submitted the patch. > >>> > >>>I also had two failed hunks, which I fixed manually: > >>> > >>>1 out of 1 hunk FAILED -- saving rejects to file xen/arch/x86/domain.c= .rej > >>>1 out of 5 hunks FAILED -- saving rejects to file xen/common/dom0_ops.= c.rej > >> > >> > >>I'll update it against current unstable and resubmit. Thanks. > > > > > > Updated against 2005-05-10 nightly unstable snapshot. > > >=20 > 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.=20 Also, I think sparse vcpu allocations aren't handled right for these two arrays, which moving them to getvcpucontext will also fix.=20 Patches for this would be highly appreciated! christian