From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755637AbbBQR7Z (ORCPT ); Tue, 17 Feb 2015 12:59:25 -0500 Received: from www.linutronix.de ([62.245.132.108]:44568 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751905AbbBQR7Y (ORCPT ); Tue, 17 Feb 2015 12:59:24 -0500 Date: Tue, 17 Feb 2015 18:59:22 +0100 From: Sebastian Andrzej Siewior To: Purcareata Bogdan Cc: linux-rt-users@vger.kernel.org, scottwood@freescale.com, Mihai Caraman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] KVM: PPC: Convert openpic lock to raw_spinlock Message-ID: <20150217175922.GC26177@linutronix.de> References: <1421919555-11631-1-git-send-email-bogdan.purcareata@freescale.com> <54CF44EC.3050007@freescale.com> <54E333C0.5000908@freescale.com> <20150217175317.GB26177@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150217175317.GB26177@linutronix.de> X-Key-Id: 97C4700B X-Key-Fingerprint: 09E2 D1F3 9A3A FF13 C3D3 961C 0688 1C1E 97C4 700B User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Andrzej Siewior | 2015-02-17 18:53:17 [+0100]: >* Purcareata Bogdan | 2015-02-17 14:27:44 [+0200]: > >>Ping? >> >>On 02.02.2015 11:35, Purcareata Bogdan wrote: >>>Ping? > >No body? bah! That mutt thing is too fast. The raw conversation looks sane and could go upstream. This other chunk: |+#if defined(CONFIG_PREEMPT_RT_FULL) && defined(CONFIG_KVM_MPIC) |+/* Limit the number of vcpus due to in-kernel mpic concurrency */ |+#define KVM_MAX_VCPUS 4 |+#define KVM_MAX_VCORES 4 |+#else | #define KVM_MAX_VCPUS NR_CPUS | #define KVM_MAX_VCORES NR_CPUS |+#endif should be a separate patch. Please repost including ppc ml. This remains of my multiple-MSI patch which someone other posted a while ago. What happend to it? Sebatian