From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen, apic: Setup our own APIC driver and validator for APIC IDs. Date: Mon, 2 Mar 2015 17:25:55 +0000 Message-ID: <54F49D23.40200@citrix.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150302170623.GN3418@l.oracle.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: Konrad Rzeszutek Wilk , David Vrabel Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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. I've only given the briefest of smoke-tests. It would probably be a good idea to queue this branch for some testing early. David