From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 6/9] arm64: KVM: check ordering of all system register tables Date: Sun, 25 May 2014 16:35:15 +0100 Message-ID: <20140525153515.GG3866@lvm> References: <1400604945-25247-1-git-send-email-marc.zyngier@arm.com> <1400604945-25247-7-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Will Deacon , Catalin Marinas , Ian Campbell , Anup Patel , Peter Maydell To: Marc Zyngier Return-path: Received: from mail-lb0-f172.google.com ([209.85.217.172]:46287 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751472AbaEYPfU (ORCPT ); Sun, 25 May 2014 11:35:20 -0400 Received: by mail-lb0-f172.google.com with SMTP id l4so3770311lbv.3 for ; Sun, 25 May 2014 08:35:18 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1400604945-25247-7-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 20, 2014 at 05:55:42PM +0100, Marc Zyngier wrote: > We now have multiple tables for the various system registers > we trap. Make sure we check the order of all of them, as it is > critical that we get the order right (been there, done that...). > > Reviewed-by: Anup Patel > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall