[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[XTF PATCH v2 0/2] Remove Xen as a hard requirement to run XTF
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>
- Date: Thu, 2 Oct 2025 15:55:32 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=GZZjg8CLPgWKggZ2fiDjSjV35SJ4VIqrgwJM1we3E4k=; b=rZCqKuqp6jUrp9pebHoJq8Gn+EizQD+WYDbiP27eT4U7UN5ICvFtFXPG3rj7oShOL8YP6+MCF1yW86SS4hAWYn4XcWrqG0WhBChGPfBg69rwBAvplFyR38zkCifefReHifllZB+LWl+LeleTjGH/qXinQrSvrQrCk2l+fN4l91P0+EC2Mscciag01/Fbyw0PPQcvMdPjNulS1b/6GgICq9PqsuDOLn2WA/bF/lWknKX2LZPg7GSKApRw/67WbuHAQXuwG66yRQQ8iS8QEkeYF8KE4vWLkk9z4EmowGV8geOdkg5aLiEVdJfYhBJHCbvQ4y3/zfMrpGRrerrxn+1+0A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=UXYcxkBU4qIz9gnVeOMy+c5/PweCigCFR2//Ohe/BTv5dCyI1h+U/P5QJYyrB+tnFR9cTzmfFOrEPYFpSP1/WxgM05bbmk1jFEc5nGcRX8oOq5PxEHBcE/KnLa6lGRjVkU6Sm5ueHn9MtSSwY2Sj0k9f755+DiDDo+fGWXSPpd4LJB2+RnRDAJFjbIsb5cIFVqhWRn1QcaYAYVklP2GTxLFzx9drPuKLejnnGyLNqF1BAaTBSBe9Gx2RmiWD9sp07wD8LCHzfNEGN19kPZXxzv33CfBdJvMSe8TCuOQhLQpD34YQI/K45rCI0rCk9V2+hk0MyHfaqRdYrtGd9Q3qEQ==
- Cc: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Delivery-date: Thu, 02 Oct 2025 13:56:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi,
I've included logic to exit QEMU using the ISA debug exit device. See patch 2.
Cheers,
Alejandro
Alejandro Vallejo (2):
x86: Remove Xen as a hard requirement to run XTF.
x86: Allow exiting QEMU in TCG/QEMU
arch/x86/hvm/traps.c | 16 ++++++++++++-
arch/x86/pv/traps.c | 5 ++++
arch/x86/setup.c | 53 +++++++++++++++++++++++++++++------------
common/lib.c | 2 +-
common/report.c | 8 ++++---
include/xtf/framework.h | 3 +++
6 files changed, 67 insertions(+), 20 deletions(-)
base-commit: 11b552a416d1164c63be4da670f16cf8a5a9044d
--
2.43.0
|