aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/ioapic.c
AgeCommit message (Expand)Author
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-02-20hw/i386/kvm/ioapic: Replace magic '24' value by proper definitionPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost
2020-09-01hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-06-28ioapic: support "info irq"Peter Xu
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu
2016-01-29x86: Clean up includesPeter Maydell
2015-09-25hmp: added io apic dump statePavel Butsykin
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao
2013-07-29kvm/ioapic: QOM cast cleanupAndreas Färber
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-01KVM: PIC: Only commit irq routing when necessaryAlexander Graf
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini