Re: [PATCH v2 03/21] tests/ptimer-test: Switch to transaction-based ptimer API

2019-10-08 Thread Richard Henderson
On 10/8/19 1:17 PM, Peter Maydell wrote: > Convert the ptimer test cases to the transaction-based ptimer API, > by changing to ptimer_init(), dropping the now-unused QEMUBH > variables, and surrounding each set of changes to the ptimer > state in ptimer_transaction_begin/commit calls. > > Signed-o

[PATCH v2 03/21] tests/ptimer-test: Switch to transaction-based ptimer API

2019-10-08 Thread Peter Maydell
Convert the ptimer test cases to the transaction-based ptimer API, by changing to ptimer_init(), dropping the now-unused QEMUBH variables, and surrounding each set of changes to the ptimer state in ptimer_transaction_begin/commit calls. Signed-off-by: Peter Maydell --- tests/ptimer-test.c | 106