On Sun, Apr 14, 2024 at 2:21 PM Petr Beneš <w1be...@gmail.com> wrote: > > From: Petr Beneš <w1be...@gmail.com> > > Reorder the condition checks within the HVM_MONITOR_SINGLESTEP_BREAKPOINT > case to enable fast singlestepping independently of the singlestep monitor > being enabled. Previously, fast singlestepping required the singlestep > monitor to be explicitly enabled through xc_monitor_singlestep, even though > it operates entirely within Xen and does not generate external events. > > Signed-off-by: Petr Beneš <w1be...@gmail.com>
Acked-by: Tamas K Lengyel <ta...@tklengyel.com>