aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/apic.c
AgeCommit message (Expand)Author
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-09-09Use DECLARE_*CHECKER* when possible (--force mode)Eduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-10-22hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell
2018-08-23hw/intc/apic: Switch away from old_mmioPeter Maydell
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář
2016-09-15pc: apic: introduce APIC macroWanpeng Li
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov
2016-07-20apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-01-29x86: Clean up includesPeter Maydell
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin
2015-06-02apic: convert ->busdev.qdev casts to C castsZhu Guihua
2014-11-24apic: fix incorrect handling of ExtINT interrupts wrt processor priorityPaolo Bonzini
2014-11-24apic: fix loss of IPI due to masked ExtINTPaolo Bonzini
2014-11-24apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini
2014-08-15apic: Fix reported DFR contentJan Kiszka
2014-05-07apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo
2014-04-27misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil
2014-03-27hw/intc/apic.c: Use uint32_t for mask word in foreach_apicPeter Maydell
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias
2013-12-24apic: QOM'ify APICxiaoqiang zhao
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-02apic: rename apic specific bitoptsMichael S. Tsirkin
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini