[XTF PATCH v2 0/2] Remove Xen as a hard requirement to run XTF

Alejandro Vallejo posted 2 patches 4 months, 1 week ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[XTF PATCH v2 0/2] Remove Xen as a hard requirement to run XTF
Posted by Alejandro Vallejo 4 months, 1 week ago
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
Re: [XTF PATCH v2 0/2] Remove Xen as a hard requirement to run XTF
Posted by Alejandro Vallejo 2 months, 3 weeks ago
On Thu Oct 2, 2025 at 3:55 PM CEST, Alejandro Vallejo wrote:
> 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

Ping