From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xen, apic: Setup our own APIC driver and validator for APIC IDs. Date: Mon, 2 Mar 2015 12:32:57 -0500 Message-ID: <20150302173257.GQ3418@l.oracle.com> References: <1425071669-9290-1-git-send-email-konrad.wilk@oracle.com> <54F44854.5070006@citrix.com> <20150302142253.GA3418@l.oracle.com> <54F47646.1070707@citrix.com> <20150302170623.GN3418@l.oracle.com> <54F49D23.40200@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <54F49D23.40200@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel , boris.ostrovsky@oracle.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, Mar 02, 2015 at 05:25:55PM +0000, David Vrabel wrote: > On 02/03/15 17:06, Konrad Rzeszutek Wilk wrote: > > Subject: [PATCH] x86/xen: Provide a "Xen PV" APIC driver to support >255 VCPUs > > > > Instead of mangling the default APIC driver, provide a Xen PV guest > > specific one that explicitly provides appropriate methods. > > > > This allows use to report that all APIC IDs are valid, allowing dom0 > > to boot with more than 255 VCPUs. > > > > Since the probe order of APIC drivers is link dependent, we add in an > > late probe function to change to the Xen PV if it hadn't been done > > during bootup. > > Applied to devel/for-linus-4.1, thanks. Thank you. > > I've only given the briefest of smoke-tests. It would probably be a > good idea to queue this branch for some testing early. I did the 'perf' test which does use the IPI in an PV guest and in dom0 and it worked. And naturally bootup on an machine with an unholy amount of CPUs (x2APIC) - and also smaller ones. And then the smoke-test that Boris does as well (on a sister lab setup). But it would be good to make sure this patch does not blow anything up. > > David