> On Fri, Feb 9, 2024 at 3:58 PM Andrew Cooper
> wrote:
>
> On 08/02/2024 9:20 pm, Petr Beneš wrote:
> > From: Petr Beneš
> >
> > This patch addresses an issue where the fast singlestep setting would
> > persist
> > despite xc_domain_debug_control being called with
> > XEN_DOMCTL_DEBUG_OP_SING
On 08/02/2024 9:20 pm, Petr Beneš wrote:
> From: Petr Beneš
>
> This patch addresses an issue where the fast singlestep setting would persist
> despite xc_domain_debug_control being called with
> XEN_DOMCTL_DEBUG_OP_SINGLE_STEP_OFF.
> Specifically, if fast singlestep was enabled in a VMI session
On Thu, Feb 8, 2024 at 4:20 PM Petr Beneš wrote:
>
> From: Petr Beneš
>
> This patch addresses an issue where the fast singlestep setting would persist
> despite xc_domain_debug_control being called with
> XEN_DOMCTL_DEBUG_OP_SINGLE_STEP_OFF.
> Specifically, if fast singlestep was enabled in a V
From: Petr Beneš
This patch addresses an issue where the fast singlestep setting would persist
despite xc_domain_debug_control being called with
XEN_DOMCTL_DEBUG_OP_SINGLE_STEP_OFF.
Specifically, if fast singlestep was enabled in a VMI session and that session
stopped before the MTF trap occurre