aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/ioapic.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-2/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth1-2/+2
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy1-2/+2
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth1-1/+0
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost1-17/+16
2020-09-01hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé1-12/+0
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-1/+1
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-9/+0
2018-06-28ioapic: support "info irq"Peter Xu1-0/+2
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini1-1/+1
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu1-0/+5
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu1-4/+4
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-09-25hmp: added io apic dump statePavel Butsykin1-0/+10
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao1-3/+3
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao1-1/+3
2013-07-29kvm/ioapic: QOM cast cleanupAndreas Färber1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-01KVM: PIC: Only commit irq routing when necessaryAlexander Graf1-0/+1
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini1-0/+165