On 10/25/19 10:24 AM, Peter Maydell wrote: > Now all the users of ptimers have converted to the transaction-based > API, we can remove ptimer_init_with_bh() and all the code paths > that are used only by bottom-half based ptimers, and tidy up the > documentation comments to consider the transaction-based API the > only possibility. > > The code changes result from: > * s->bh no longer exists > * s->callback is now always non-NULL > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/ptimer.h | 45 +++++++++++----------- > hw/core/ptimer.c | 91 ++++++++------------------------------------- > 2 files changed, 36 insertions(+), 100 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~