summaryrefslogtreecommitdiffstats
path: root/hw/intc/ioapic.c
Commit message (Expand)AuthorAgeFilesLines
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* KVM: Kick resamplefd for split kernel irqchipPeter Xu2020-06-101-0/+19
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+2
* hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2019-10-221-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* ioapic: kvm: Skip route updates for masked pinsJan Kiszka2019-07-251-3/+5
* ioapic: use irq number instead of vector in ioapic_eoi_broadcastLi Qiang2019-07-051-5/+5
* ioapic: clear irq_eoi when updating the ioapic redirect table entryLi Qiang2019-07-051-0/+1
* ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov2019-05-171-5/+52
* ioapic: use TYPE_FOO MACRO than constant stringLi Qiang2019-01-091-1/+1
* ioapic: Fix error handling in realize()Markus Armbruster2018-10-191-4/+4
* ioapic: remove useless lower bounds checkPaolo Bonzini2018-07-061-1/+1
* hmp: obsolete "info ioapic"Peter Xu2018-06-281-11/+0Star
* ioapic: support "info irq"Peter Xu2018-06-281-0/+1
* ioapic: fix up includesMichael S. Tsirkin2018-06-011-2/+1Star
* ioapic/tracing: Remove last DPRINTFsDr. David Alan Gilbert2017-11-141-14/+3Star
* ioapic: fix error report value of def versionPeter Xu2017-02-161-2/+4
* x86: ioapic: fix fail migration when irqchip=splitPeter Xu2017-01-161-0/+5
* x86: ioapic: add traces for ioapicPeter Xu2017-01-161-2/+15
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
* x86: ioapic: boost default version to 0x20Peter Xu2016-09-271-1/+1
* x86: ioapic: add support for explicit EOIPeter Xu2016-08-031-1/+21
* x86: ioapic: ignore level irq during processingPeter Xu2016-08-031-5/+9
* ioapic: register IOMMU IEC notifier for ioapicPeter Xu2016-07-211-0/+31
* ioapic: introduce ioapic_entry_parse() helperPeter Xu2016-07-211-56/+54Star
* q35: ioapic: add support for emulated IOAPIC IRPeter Xu2016-07-211-4/+24
* ioapic: clear remote irr bit for edge-triggered interruptsPeter Xu2016-05-231-0/+29
* ioapic: keep RO bits for IOAPIC entryPeter Xu2016-05-231-0/+4
* apic: move target-dependent definitions to cpu.hPaolo Bonzini2016-05-191-0/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2015-12-171-2/+66
* hmp: implemented io apic dump state for TCGPavel Butsykin2015-09-251-0/+12
* ioapic: fix contents of arbitration registerPaolo Bonzini2015-09-251-3/+1Star
* ioapic: coalesce level interruptsPaolo Bonzini2015-09-251-1/+3
* qemu: x86: ignore ioapic polarityGabriel L. Somlo2014-03-091-3/+0Star
* ioapic: QOM'ify ioapicxiaoqiang zhao2013-12-241-4/+7
* ioapic: Cleanup for QOM'ificationxiaoqiang zhao2013-12-241-1/+3
* ioapic: QOM cast cleanupAndreas Färber2013-07-291-1/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+258