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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45214E7C4EB for ; Wed, 4 Oct 2023 16:53:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243547AbjJDQxe (ORCPT ); Wed, 4 Oct 2023 12:53:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243508AbjJDQxb (ORCPT ); Wed, 4 Oct 2023 12:53:31 -0400 Received: from out-190.mta0.migadu.com (out-190.mta0.migadu.com [91.218.175.190]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E787CE5 for ; Wed, 4 Oct 2023 09:53:22 -0700 (PDT) Date: Wed, 4 Oct 2023 16:53:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1696438400; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3x/C3uN5n0ecJ753anGN387LclKbafyhiu3iWfcPQOk=; b=qv2CfXgUqzzcISXuh8De8e2oB88njrk6/igWX7smSRtFN+QKjjH3Bzc+hHdVmug+0EP/qQ 8P0Q0iia1COY0c2Rr41HVVOy6Ia/8cjKDQzh8d/PMA6y9JTaxPJEmXxuuq/qGKm/GTCgch D0IYfpzU/pcWAkJcQe9rlZyJ3NwjjnA= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, James Morse , Suzuki K Poulose , Zenghui Yu , Jing Zhang , Cornelia Huck Subject: Re: [PATCH v11 00/12] KVM: arm64: Enable 'writable' ID registers Message-ID: References: <20231003230408.3405722-1-oliver.upton@linux.dev> <86mswyohcy.wl-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86mswyohcy.wl-maz@kernel.org> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Wed, Oct 04, 2023 at 10:40:45AM +0100, Marc Zyngier wrote: > On Wed, 04 Oct 2023 00:03:56 +0100, > Oliver Upton wrote: > > > > Few more fixes that I threw on top: > > > > v10 -> v11: > > - Drop the custom handling of FEAT_BC as it is now fixed on the arm64 > > side (Kristina) > > - Bikeshed on the naming of the masks ioctl to keep things in the KVM_ > > namespace > > - Apply more bikeshedding to the ioctl documentation, spinning off > > separate blocks for the 'generic' description and the Feature ID > > documentation > > - Fix referencing in the vCPU features doc > > - Fix use of uninitialized data in selftest > > We'll probably need another bit on top to deal with Kirstina's > FEAT_MOPS series and make that field writable. Yep, I was planning on a one-liner to unmask MOPS once I get Kristina's patches applied. > The minor nitpicks I had notwithstanding: > > Reviewed-by: Marc Zyngier Appreciated! -- Thanks, Oliver