On Fri, 3 Sept 2021 at 13:01, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > This new software reset function is to be called when the appropriate channel > software reset bit is written to register WR9. Its initial implementation is > the same as the existing escc_reset_chn() function used for device reset. > > Add a new trace event when the guest initiates a soft reset via the WR9 > register > to help diagnose guest reset issues. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/char/escc.c | 40 ++++++++++++++++++++++++++++++++++++++-- > hw/char/trace-events | 1 + > 2 files changed, 39 insertions(+), 2 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM