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 lists1p.gnu.org (lists1p.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BACA5CCFA13 for ; Thu, 30 Apr 2026 11:27:47 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists1p.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wIPY1-0000Ax-IO; Thu, 30 Apr 2026 07:27:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wIPY0-0000Ag-7n for qemu-devel@nongnu.org; Thu, 30 Apr 2026 07:27:12 -0400 Received: from linux.microsoft.com ([13.77.154.182]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wIPXy-0002Yw-TD for qemu-devel@nongnu.org; Thu, 30 Apr 2026 07:27:12 -0400 Received: from linux.microsoft.com (unknown [167.220.197.153]) by linux.microsoft.com (Postfix) with ESMTPSA id 40C4020B7175; Thu, 30 Apr 2026 04:27:07 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 40C4020B7175 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1777548428; bh=iroow4GLzzNdGG2ZMEZIaSrTL3YHUJP+3h3SL+p/AFk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aI1UK66HcCdn9eXGQ+d0VoMPu3ErVEPiLTdpQZANfpijCvcm463J/Kt3EY62FDu40 d+dOGLQ8LmWEWnyAeZ+lIKOQyanvNR9Pmh4JTE8W/9QkoWFR+b93NmtO/W0+P6sy6W +qfjpkXny7SSOL9kANV2pM/iOk6dFv/eLOFkfiQ0= Date: Thu, 30 Apr 2026 14:27:04 +0300 From: Doru =?iso-8859-1?Q?Bl=E2nzeanu?= To: Magnus Kulke Cc: qemu-devel@nongnu.org, Wei Liu , Zhao Liu , Paolo Bonzini , Wei Liu , Magnus Kulke Subject: Re: [PATCH v6 4/9] target/i386/mshv: change cpuid mask to UINT32_MAX Message-ID: References: <20260416121116.527927-1-magnuskulke@linux.microsoft.com> <20260416121116.527927-5-magnuskulke@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260416121116.527927-5-magnuskulke@linux.microsoft.com> Received-SPF: pass client-ip=13.77.154.182; envelope-from=dblanzeanu@linux.microsoft.com; helo=linux.microsoft.com X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Thu, Apr 16, 2026 at 02:11:11PM +0200, Magnus Kulke wrote: > The current implementation would only override the feature bits that are > enabled, however we also want to consider disabled features, hence all > bits are set on the masks in the hypercall argument. > > Signed-off-by: Magnus Kulke > Acked-by: Wei Liu > --- > target/i386/mshv/mshv-cpu.c | 17 ++++++----------- > 1 file changed, 6 insertions(+), 11 deletions(-) > Reviewed-by: Doru Blânzeanu