| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qom: Have class_init() take a const data argument | Philippe Mathieu-Daudé | 2025-04-25 | 1 | -1/+1 |
| * | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell | 2024-04-25 | 1 | -1/+1 |
| * | hw/timer: Constify VMState | Richard Henderson | 2023-12-30 | 1 | -4/+4 |
| * | hw/timer/npcm7xx_timer: Prevent timer from counting down past zero | Chris Rauer | 2023-10-19 | 1 | -0/+3 |
| * | hw/timer/npcm7xx_timer: Use new clock_ns_to_ticks() | Peter Maydell | 2021-03-08 | 1 | -2/+2 |
| * | clock: Add ClockEvent parameter to callbacks | Peter Maydell | 2021-03-08 | 1 | -1/+1 |
| * | hw/timer: Refactor NPCM7XX Timer to use CLK clock | Hao Wu | 2021-01-12 | 1 | -21/+18 |
| * | hw/timer: Adding watchdog for NPCM7XX Timer. | Hao Wu | 2020-10-27 | 1 | -46/+220 |
| * | Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause | Havard Skinnemoen | 2020-10-27 | 1 | -3/+3 |
| * | hw/timer: Add NPCM7xx Timer device model | Havard Skinnemoen | 2020-09-14 | 1 | -0/+543 |