summaryrefslogtreecommitdiffstats
path: root/hw/intc/apic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: deprecate -M kernel-irqchip=off except for -M isapcPaolo Bonzini2021-03-061-0/+6
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost2020-09-091-2/+3
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* apic: Report current_count via 'info lapic'Jan Kiszka2020-07-111-18/+0Star
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+1
* hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez2019-10-221-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell2018-12-141-3/+4
* hw/intc/apic: Switch away from old_mmioPeter Maydell2018-08-231-24/+18Star
* apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real2017-12-221-0/+12
* apic: add send_msi() to APICCommonClassRadim Krčmář2016-10-171-2/+6
* pc: apic: introduce APIC macroWanpeng Li2016-09-151-11/+15
* (kvm)apic: Add unrealize callbacksIgor Mammedov2016-07-201-0/+10
* apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov2016-07-201-9/+7Star
* apic: move MAX_APICS check to 'apic' classIgor Mammedov2016-07-201-0/+10
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-191-0/+2
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin2015-09-251-2/+2
* apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin2015-09-251-17/+1Star
* apic: convert ->busdev.qdev casts to C castsZhu Guihua2015-06-021-3/+6
* apic: fix incorrect handling of ExtINT interrupts wrt processor priorityPaolo Bonzini2014-11-241-4/+4
* apic: fix loss of IPI due to masked ExtINTPaolo Bonzini2014-11-241-1/+3
* apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini2014-11-241-3/+5
* apic: Fix reported DFR contentJan Kiszka2014-08-151-1/+1
* apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo2014-05-071-1/+1
* misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil2014-04-271-2/+2
* hw/intc/apic.c: Use uint32_t for mask word in foreach_apicPeter Maydell2014-03-271-3/+3
* exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias2014-02-111-1/+2
* apic: QOM'ify APICxiaoqiang zhao2013-12-241-2/+4
* apic: Cleanup for QOM'ificationxiaoqiang zhao2013-12-241-21/+21
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-8/+8
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* apic: rename apic specific bitoptsMichael S. Tsirkin2013-06-021-21/+21
* target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov2013-05-011-1/+1
* hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini2013-04-081-0/+911