aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/i8259.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-19hw/intc/i8259: Refactor pic_read_irq() to avoid uninitialized variablePhilippe Mathieu-Daudé1-6/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+2
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+1
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu1-7/+0
2017-12-21i8259: generalize statistics into common codePeter Xu1-36/+1
2017-12-21i8259: use DEBUG_IRQ_COUNT alwaysPeter Xu1-17/+1
2017-12-21i8259: convert DPRINTFs into tracePeter Xu1-15/+11
2016-10-04intc: make HMP 'info irq' and 'info pic' commands use InterruptStatsProvider ...Hervé Poussineau1-36/+0
2016-10-04intc/i8259: implement InterruptStatsProvider interfaceHervé Poussineau1-0/+37
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-1/+1
2016-01-29hw/intc: Clean up includesPeter Maydell1-0/+1
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-2/+2
2014-09-02Fix debug print warningGonglei1-1/+1
2014-08-15intc: i8259: Convert Array allocation to g_new0Peter Crosthwaite1-1/+1
2014-05-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+2
2014-05-07i8259: don't abort when trying to use level sensitive irqsHervé Poussineau1-1/+2
2014-05-05hw: Consistently name Error ** objects errp, and not errMarkus Armbruster1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-2/+2
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber1-4/+21
2013-06-07i8259: QOM'ify some moreAndreas Färber1-9/+14
2013-04-29i8259: QOM cleanupsAndreas Färber1-7/+9
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+496