From nobody Thu Apr 2 20:19:15 2026 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=reject dis=none) header.from=unpredictable.fr ARC-Seal: i=1; a=rsa-sha256; t=1774550233; cv=none; d=zohomail.com; s=zohoarc; b=NqMFm8HKtT2vcK6o2fxWUsYFM8Y5lcZOxHAD4nfZskUYWxaLYpliNfTHeXPrJx/9ihjY3/o2Isxj0DhZtUNZ/MG0DIpwxYW/XWpemfpI9Lye9FRJ2Li1feIeAjFIrcOb9HV9yTszpmXwU+l0zkGxQRwjEMpDi85DKi96kSCrgFA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1774550233; h=Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=BWXVl5hshoDLx3IxT68wEG5h/cj5C7u/FRFXb/g3yxU=; b=mCqmLT3fyXb/ebQ9csPBGtobpPXw0Q5zodCQt47AZ174QR1etK9peWJwBvbQBJ+6NFG7+XdOl17oN44sebmGF1ThSs4Z4PtF1gatMZHjZcfYy7W1UOBXo9wN08FRFazooHl12SmH/Hwn1mhZoHgyQkF52hebQNvQ6p7CMmt4Qqc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=reject dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1774550232676439.47590472041054; Thu, 26 Mar 2026 11:37:12 -0700 (PDT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1w5pZW-0001NR-N6; Thu, 26 Mar 2026 14:36:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w5pZS-0001Mi-QH for qemu-devel@nongnu.org; Thu, 26 Mar 2026 14:36:43 -0400 Received: from ci-2003f-snip4-5.eps.apple.com ([57.103.91.186] helo=outbound.ci.icloud.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1w5pZR-0008T4-CL for qemu-devel@nongnu.org; Thu, 26 Mar 2026 14:36:42 -0400 Received: from outbound.ci.icloud.com (unknown [127.0.0.2]) by p00-icloudmta-asmtp-us-central-1k-100-percent-5 (Postfix) with ESMTPS id 064291800309; Thu, 26 Mar 2026 18:36:37 +0000 (UTC) Received: from localhost.localdomain (unknown [17.57.156.36]) by p00-icloudmta-asmtp-us-central-1k-100-percent-5 (Postfix) with ESMTPSA id EAEAE1800171; Thu, 26 Mar 2026 18:36:35 +0000 (UTC) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unpredictable.fr; s=sig1; t=1774550200; x=1777142200; bh=BWXVl5hshoDLx3IxT68wEG5h/cj5C7u/FRFXb/g3yxU=; h=From:To:Subject:Date:Message-ID:MIME-Version:x-icloud-hme; b=BZcmN0Htqp5y5msyTEcEkojl8YeNx294cwKA6RZee4OZi1Dw6Cm4Mj9GgjpXD/KoFYjTQY0SmW46nOhTiT4HJAKVZr5AA2Jm3I6bcisoY7uXwJeJEQP8fBmh+SEYzHxFqf443UGGo5aay4Mk8AMmUvRT91ogpXo6ljCf6D2HYVZKcUTld5mpZqI4pMnIFnGDPfhFn8TYMtP6nyY7dtO6gONyjzbbZDCb86QCg5NtL/jtn59rRnxXl7N7so7gWhQpoak/mLN3T5ilSFwX5XtStYYGtDS8oZ0i9We+ajHbt6qg6G8M8sOXrpm0vpCpfKrlrcFC3I0RO51BIu+4bcFTmA== mail-alias-created-date: 1752046281608 From: Mohamed Mediouni To: qemu-devel@nongnu.org Cc: Mohamed Mediouni , Wei Liu , =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Pierrick Bouvier , Roman Bolshakov , =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= , Pedro Barbuda , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Paolo Bonzini , Phil Dennis-Jordan Subject: [PATCH v3 3/3] whpx: i386: trace unsupported MSR accesses Date: Thu, 26 Mar 2026 19:36:28 +0100 Message-ID: <20260326183628.79281-4-mohamed@unpredictable.fr> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20260326183628.79281-1-mohamed@unpredictable.fr> References: <20260326183628.79281-1-mohamed@unpredictable.fr> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Proofpoint-GUID: 7gwZN35MP819GSmGliL5_DqRnSo5c6DX X-Authority-Info-Out: v=2.4 cv=YdqwJgRf c=1 sm=1 tr=0 ts=69c57cb6 cx=c_apl:c_pps:t_out a=2G65uMN5HjSv0sBfM2Yj2w==:117 a=2G65uMN5HjSv0sBfM2Yj2w==:17 a=Yq5XynenixoA:10 a=VkNPw1HP01LnGYTKEx00:22 a=F72lU19CLR8JNLOIDOYA:9 X-Proofpoint-ORIG-GUID: 7gwZN35MP819GSmGliL5_DqRnSo5c6DX X-Proofpoint-Spam-Details-Enc: AW1haW4tMjYwMzI2MDEzMyBTYWx0ZWRfX9Y06tU5rTQ0+ v1a06iRYxAjoAcMgX92W8r5RNOteqEWIJyIlD3RHjXmI+uhe7GzY5HIYr4WkZa0VUnrzI9DVXSc +QaTI9drTE3hMOdI6Higo6qoAFTpIsyU+y+dKwnQFhoInZ6FUoBzQrpgHNCiLbhY0Fsh6c+90VG 84hrd9CRKkvAkpMTSnHB58ff1QT11PKkGc7pCfIPWaaBQADuxYsjAOD+uHBNXkO0ma6y3Zff48U CYq7EXmfxPixZdrsPEjXAhDiiEiTrf6DWtNJ5QoCwxp267OAdWlpNgSIjoRaIdopdot5PoPq8G1 FdIXXNc8APoIpghk89WdXVo8p+uIS9C9fD2pkXaXHMxqG/E6SuutEJrfaZt/8k= X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1143,Hydra:6.1.51,FMLib:17.12.100.49 definitions=2026-03-26_03,2026-03-26_01,2025-10-01_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 adultscore=0 mlxscore=0 bulkscore=0 clxscore=1030 suspectscore=0 phishscore=0 lowpriorityscore=0 mlxlogscore=357 malwarescore=0 spamscore=0 classifier=spam authscore=0 adjust=0 reason=mlx scancount=1 engine=8.22.0-2601150000 definitions=main-2603260133 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=57.103.91.186; envelope-from=mohamed@unpredictable.fr; helo=outbound.ci.icloud.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, 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+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @unpredictable.fr) X-ZM-MESSAGEID: 1774550235109158501 Content-Type: text/plain; charset="utf-8" Not actionable information for users, so stop having it displayed unconditionally. Signed-off-by: Mohamed Mediouni Reviewed-by: Pierrick Bouvier --- meson.build | 1 + target/i386/whpx/trace-events | 1 + target/i386/whpx/trace.h | 2 ++ target/i386/whpx/whpx-all.c | 5 +++-- 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 target/i386/whpx/trace-events create mode 100644 target/i386/whpx/trace.h diff --git a/meson.build b/meson.build index 5a2e7a491d..3f167c6efa 100644 --- a/meson.build +++ b/meson.build @@ -3693,6 +3693,7 @@ if have_system or have_user 'target/i386', 'target/i386/emulate', 'target/i386/kvm', + 'target/i386/whpx', 'target/loongarch', 'target/mips/tcg', 'target/ppc', diff --git a/target/i386/whpx/trace-events b/target/i386/whpx/trace-events new file mode 100644 index 0000000000..ebdfa34b28 --- /dev/null +++ b/target/i386/whpx/trace-events @@ -0,0 +1 @@ +whpx_unsupported_msr_access(uint32_t msr, int is_write) "WHPX: Unsupported= MSR access (0x%x), IsWrite=3D%i" diff --git a/target/i386/whpx/trace.h b/target/i386/whpx/trace.h new file mode 100644 index 0000000000..b7c090deff --- /dev/null +++ b/target/i386/whpx/trace.h @@ -0,0 +1,2 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +#include "trace/trace-target_i386_whpx.h" diff --git a/target/i386/whpx/whpx-all.c b/target/i386/whpx/whpx-all.c index acae61e089..e56ae2b343 100644 --- a/target/i386/whpx/whpx-all.c +++ b/target/i386/whpx/whpx-all.c @@ -41,6 +41,7 @@ #include "emulate/x86_emu.h" #include "emulate/x86_flags.h" #include "emulate/x86_mmu.h" +#include "trace.h" =20 #include =20 @@ -1921,8 +1922,8 @@ int whpx_vcpu_run(CPUState *cpu) 1 : 3; =20 if (!is_known_msr) { - warn_report("WHPX: Unsupported MSR access (0x%x), IsWrite= =3D%i",=20 - vcpu->exit_ctx.MsrAccess.MsrNumber, vcpu->exit_ctx.MsrAcce= ss.AccessInfo.IsWrite); + trace_whpx_unsupported_msr_access(vcpu->exit_ctx.MsrAccess= .MsrNumber, + vcpu->exit_ctx.MsrAccess.AccessInfo.IsWrite); } =20 hr =3D whp_dispatch.WHvSetVirtualProcessorRegisters( --=20 2.50.1 (Apple Git-155)