From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4297FC49EA2 for ; Tue, 22 Jun 2021 07:57:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A0D860234 for ; Tue, 22 Jun 2021 07:57:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229807AbhFVIAN (ORCPT ); Tue, 22 Jun 2021 04:00:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:40686 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229789AbhFVIAI (ORCPT ); Tue, 22 Jun 2021 04:00:08 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 348B560234; Tue, 22 Jun 2021 07:57:53 +0000 (UTC) Received: from sofa.misterjones.org ([185.219.108.64] helo=hot-poop.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lvbI6-0092om-8b; Tue, 22 Jun 2021 08:57:50 +0100 From: Marc Zyngier To: kvm@vger.kernel.org, Andrew Jones , kvmarm@lists.cs.columbia.edu Cc: ricarkol@google.com, alexandru.elisei@arm.com, pbonzini@redhat.com, eric.auger@redhat.com Subject: Re: [PATCH v3 0/5] KVM: arm64: selftests: Fix get-reg-list Date: Tue, 22 Jun 2021 08:57:43 +0100 Message-Id: <162434848561.3797427.13959402137362865018.b4-ty@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210531103344.29325-1-drjones@redhat.com> References: <20210531103344.29325-1-drjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: kvm@vger.kernel.org, drjones@redhat.com, kvmarm@lists.cs.columbia.edu, ricarkol@google.com, alexandru.elisei@arm.com, pbonzini@redhat.com, eric.auger@redhat.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 31 May 2021 12:33:39 +0200, Andrew Jones wrote: > v3: > - Took Ricardo's suggestions in order to avoid needing to update > prepare_vcpu_init, finalize_vcpu, and check_supported when adding > new register sublists by better associating the sublists with their > vcpu feature bits and caps [Ricardo] > - We now dynamically generate the vcpu config name by creating them > from its sublist names [drew] > > [...] Applied to next, thanks! [1/5] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs commit: 2f9ace5d4557f8ceea07969d6214c320f5e50c0c [2/5] KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once commit: 94e9223c06bece9165a36f0f56bac3552a45cbfc [3/5] KVM: arm64: selftests: get-reg-list: Provide config selection option commit: f3032fcc9cf065733ce9a50057aaeffd6c464e2e [4/5] KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve commit: 32edd2290889d0cd0751dd11853e5a368188066d [5/5] KVM: arm64: selftests: get-reg-list: Split base and pmu registers commit: 313673bad871750c0c829def53d037868af75b67 I have also queued an additional patch adding the arm64 selftests to the list of KVM/arm64 files: https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git/commit/?h=next&id=b356a831088730a3ef36848cd9f2d62dcac392bf Cheers, M. -- Without deviation from the norm, progress is not possible.