From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752643AbbBWUiV (ORCPT ); Mon, 23 Feb 2015 15:38:21 -0500 Received: from mail-lb0-f174.google.com ([209.85.217.174]:43341 "EHLO mail-lb0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751249AbbBWUiT (ORCPT ); Mon, 23 Feb 2015 15:38:19 -0500 Date: Mon, 23 Feb 2015 21:38:45 +0100 From: Christoffer Dall To: Eric Auger Cc: eric.auger@st.com, marc.zyngier@arm.com, andre.przywara@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, gleb@kernel.org, pbonzini@redhat.com, linux-kernel@vger.kernel.org, patches@linaro.org Subject: Re: [PATCH v8 4/5] KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate Message-ID: <20150223203845.GE5609@cbox> References: <1421685793-3547-1-git-send-email-eric.auger@linaro.org> <1421685793-3547-5-git-send-email-eric.auger@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421685793-3547-5-git-send-email-eric.auger@linaro.org> 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 On Mon, Jan 19, 2015 at 05:43:12PM +0100, Eric Auger wrote: > To prepare for irqfd addition, coarse grain locking is removed at > kvm_vgic_sync_hwstate level and finer grain locking is introduced in > vgic_process_maintenance only. > > Signed-off-by: Eric Auger Acked-by: Christoffer Dall