aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/ioapic_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé1-28/+29
2024-03-12hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()Zhao Liu1-0/+4
2023-12-29hw/intc: Constify VMStateRichard Henderson1-1/+1
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-2/+2
2022-01-27intc: Unexport InterruptStatsProviderClass-related functionsBernhard Beschow1-1/+1
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-06-28ioapic: support "info irq"Peter Xu1-0/+23
2018-06-28ioapic: some proper indents when dump infoPeter Xu1-4/+4
2018-06-28ioapic: support "info pic"Peter Xu1-0/+16
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-01-16x86: ioapic: dump version for "info ioapic"Peter Xu1-1/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-09-25hmp: added io apic dump statePavel Butsykin1-0/+55
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-1/+0
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao1-2/+9
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao1-2/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-07-23ioapic: Use QOM realize for ioapicHu Tao1-7/+5
2013-04-16ioapic: Replace FROM_SYSBUS() with QOM type castIgor Mammedov1-1/+1
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+120