qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] hw/m68k/mcf5206.c: Switch to transaction-based ptimer API


From: Peter Maydell
Subject: Re: [PATCH v2] hw/m68k/mcf5206.c: Switch to transaction-based ptimer API
Date: Thu, 24 Oct 2019 13:20:01 +0100

On Tue, 22 Oct 2019 at 12:40, Thomas Huth <address@hidden> wrote:
>
> On 21/10/2019 16.06, Peter Maydell wrote:
> > Switch the mcf5206 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 <address@hidden>
> > ---
> > Changes v1->v2:
> >  * turn the early-exit in m5206_timer_recalibrate() into a goto-exit
> >    so we can end the ptimer transaction
>
> Reviewed-by: Thomas Huth <address@hidden>




Applied to target-arm.next, thanks.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]