Age | Commit message (Expand) | Author |
2023-03-08 | hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select | David Woodhouse |
2023-02-27 | hw/intc/i8259: Document i8259_init() | Philippe Mathieu-Daudé |
2023-01-13 | hw/intc/i8259: Make using the isa_pic singleton more type-safe | Bernhard Beschow |
2021-03-19 | hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variable | Philippe Mathieu-Daudé |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2019-12-17 | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2017-12-21 | i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper | Peter Xu |
2017-12-21 | i8259: generalize statistics into common code | Peter Xu |
2017-12-21 | i8259: use DEBUG_IRQ_COUNT always | Peter Xu |
2017-12-21 | i8259: convert DPRINTFs into trace | Peter Xu |
2016-10-04 | intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ... | Hervé Poussineau |
2016-10-04 | intc/i8259: implement InterruptStatsProvider interface | Hervé Poussineau |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-01-29 | hw/intc: Clean up includes | Peter Maydell |
2015-02-18 | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() | Markus Armbruster |
2014-09-02 | Fix debug print warning | Gonglei |
2014-08-15 | intc: i8259: Convert Array allocation to g_new0 | Peter Crosthwaite |
2014-05-07 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-05-07 | i8259: don't abort when trying to use level sensitive irqs | Hervé Poussineau |
2014-05-05 | hw: Consistently name Error ** objects errp, and not err | Markus Armbruster |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-07-04 | hw/i*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-06-07 | i8259: Convert PICCommonState to use QOM realizefn | Andreas Färber |
2013-06-07 | i8259: QOM'ify some more | Andreas Färber |
2013-04-29 | i8259: QOM cleanups | Andreas Färber |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini |