aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/ioapic.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-15hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE updateDavid Woodhouse1-2/+1
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-2/+2
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu1-0/+19
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+2
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini1-1/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-07-25ioapic: kvm: Skip route updates for masked pinsJan Kiszka1-3/+5
2019-07-05ioapic: use irq number instead of vector in ioapic_eoi_broadcastLi Qiang1-5/+5
2019-07-05ioapic: clear irq_eoi when updating the ioapic redirect table entryLi Qiang1-0/+1
2019-05-17ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov1-5/+52
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-1/+1
2018-10-19ioapic: Fix error handling in realize()Markus Armbruster1-4/+4
2018-07-06ioapic: remove useless lower bounds checkPaolo Bonzini1-1/+1
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-11/+0
2018-06-28ioapic: support "info irq"Peter Xu1-0/+1
2018-06-01ioapic: fix up includesMichael S. Tsirkin1-2/+1
2017-11-14ioapic/tracing: Remove last DPRINTFsDr. David Alan Gilbert1-14/+3
2017-02-16ioapic: fix error report value of def versionPeter Xu1-2/+4
2017-01-16x86: ioapic: fix fail migration when irqchip=splitPeter Xu1-0/+5
2017-01-16x86: ioapic: add traces for ioapicPeter Xu1-2/+15
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-09-27x86: ioapic: boost default version to 0x20Peter Xu1-1/+1
2016-08-03x86: ioapic: add support for explicit EOIPeter Xu1-1/+21
2016-08-03x86: ioapic: ignore level irq during processingPeter Xu1-5/+9
2016-07-21ioapic: register IOMMU IEC notifier for ioapicPeter Xu1-0/+31
2016-07-21ioapic: introduce ioapic_entry_parse() helperPeter Xu1-56/+54
2016-07-21q35: ioapic: add support for emulated IOAPIC IRPeter Xu1-4/+24
2016-05-23ioapic: clear remote irr bit for edge-triggered interruptsPeter Xu1-0/+29
2016-05-23ioapic: keep RO bits for IOAPIC entryPeter Xu1-0/+4
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini1-2/+66
2015-09-25hmp: implemented io apic dump state for TCGPavel Butsykin1-0/+12
2015-09-25ioapic: fix contents of arbitration registerPaolo Bonzini1-3/+1
2015-09-25ioapic: coalesce level interruptsPaolo Bonzini1-1/+3
2014-03-09qemu: x86: ignore ioapic polarityGabriel L. Somlo1-3/+0
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao1-4/+7
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao1-1/+3
2013-07-29ioapic: QOM cast cleanupAndreas Färber1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+258