aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/i8259.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-4/+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-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini1-2/+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-21kvm-i8259: support "info pic" and "info irq"Peter Xu1-0/+8
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers1-1/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber1-2/+24
2013-06-07kvm/i8259: QOM'ify some moreAndreas Färber1-3/+5
2013-04-29i8259: QOM cleanupsAndreas Färber1-1/+1
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini1-0/+138