aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/i8259.c
AgeCommit message (Expand)Author
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers
2016-01-29x86: Clean up includesPeter Maydell
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07i8259: Convert PICCommonState to use QOM realizefnAndreas Färber
2013-06-07kvm/i8259: QOM'ify some moreAndreas Färber
2013-04-29i8259: QOM cleanupsAndreas Färber
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini