summary refs log tree commit diff stats
path: root/hw/intc/ioapic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-2/+2
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-2/+2
* | include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
|/
* hw/intc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE updateDavid Woodhouse2023-03-151-2/+1
* hw: Move ioapic*.h to intc/Bernhard Beschow2023-02-271-2/+2
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0
* 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/+0
* 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/+0
* ioapic: support "info irq"Peter Xu2018-06-281-0/+1
* ioapic: fix up includesMichael S. Tsirkin2018-06-011-2/+1
* ioapic/tracing: Remove last DPRINTFsDr. David Alan Gilbert2017-11-141-14/+3
* 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/+54
* 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/+1
* ioapic: coalesce level interruptsPaolo Bonzini2015-09-251-1/+3
* qemu: x86: ignore ioapic polarityGabriel L. Somlo2014-03-091-3/+0
* ioapic: QOM'ify ioapicxiaoqiang zhao2013-12-241-4/+7
* ioapic: Cleanup for QOM'ificationxiaoqiang zhao2013-12-241-1/+3