Age | Commit message (Expand) | Author | Files | Lines |
2020-01-12 | tests/ptimer: Remove unnecessary inclusion of libqtest.h | Thomas Huth | 1 | -1/+0 |
2019-10-15 | tests/ptimer-test: Switch to transaction-based ptimer API | Peter Maydell | 1 | -22/+84 |
2019-10-15 | ptimer: Rename ptimer_init() to ptimer_init_with_bh() | Peter Maydell | 1 | -11/+11 |
2019-08-20 | util/qemu-timer: refactor deadline calculation for external timers | Pavel Dovgalyuk | 1 | -2/+4 |
2018-07-09 | ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy option | Peter Maydell | 1 | -6/+19 |
2018-02-09 | Clean up includes | Markus Armbruster | 1 | -1/+1 |
2017-03-01 | tests: fix ptimer leaks | Marc-André Lureau | 1 | -47/+75 |
2016-10-24 | tests: ptimer: Replace 10000 with 1 | Dmitry Osipenko | 1 | -28/+28 |
2016-10-24 | tests: ptimer: Change the copyright comment | Dmitry Osipenko | 1 | -1/+1 |
2016-10-24 | tests: ptimer: Add tests for "no counter round down" policy | Dmitry Osipenko | 1 | -41/+76 |
2016-10-24 | tests: ptimer: Add tests for "no immediate reload" policy | Dmitry Osipenko | 1 | -16/+57 |
2016-10-24 | tests: ptimer: Add tests for "no immediate trigger" policy | Dmitry Osipenko | 1 | -8/+56 |
2016-10-24 | tests: ptimer: Add tests for "continuous trigger" policy | Dmitry Osipenko | 1 | -3/+18 |
2016-10-24 | tests: ptimer: Add tests for "wraparound after one period" policy | Dmitry Osipenko | 1 | -23/+104 |
2016-10-17 | tests: cleanup ptimer-test | Paolo Bonzini | 1 | -11/+11 |
2016-09-22 | tests: Add ptimer tests | Dmitry Osipenko | 1 | -0/+568 |