On 10/17/19 6:21 AM, Peter Maydell wrote: > Switch the fsl_etsec code away from bottom-half based ptimers to > the new transaction-based ptimer API. This just requires adding > begin/commit calls around the various places that modify the ptimer > state, and using the new ptimer_init() function to create the timer. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > hw/net/fsl_etsec/etsec.h | 1 - > hw/net/fsl_etsec/etsec.c | 9 +++++---- > 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~