aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/apic.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+1
2019-10-22hw/intc/apic: reject pic ints if isa_pic == NULLSergio Lopez1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell1-3/+4
2018-08-23hw/intc/apic: Switch away from old_mmioPeter Maydell1-24/+18
2017-12-22apic: add function to apic that will be used by hvfSergio Andres Gomez Del Real1-0/+12
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář1-2/+6
2016-09-15pc: apic: introduce APIC macroWanpeng Li1-11/+15
2016-07-20(kvm)apic: Add unrealize callbacksIgor Mammedov1-0/+10
2016-07-20apic: Drop APICCommonState.idx and use APIC ID as index in local_apics[]Igor Mammedov1-9/+7
2016-07-20apic: move MAX_APICS check to 'apic' classIgor Mammedov1-0/+10
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+2
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-09-25apic_internal.h: rename ESR_ILLEGAL_ADDRESS to APIC_ESR_ILLEGAL_ADDRESSPavel Butsykin1-2/+2
2015-09-25apic_internal.h: make some apic_get_* functions externally visiblePavel Butsykin1-17/+1
2015-06-02apic: convert ->busdev.qdev casts to C castsZhu Guihua1-3/+6
2014-11-24apic: fix incorrect handling of ExtINT interrupts wrt processor priorityPaolo Bonzini1-4/+4
2014-11-24apic: fix loss of IPI due to masked ExtINTPaolo Bonzini1-1/+3
2014-11-24apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini1-3/+5
2014-08-15apic: Fix reported DFR contentJan Kiszka1-1/+1
2014-05-07apic: use emulated lapic version 0x14 on pc machines >= 2.1Gabriel L. Somlo1-1/+1
2014-04-27misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil1-2/+2
2014-03-27hw/intc/apic.c: Use uint32_t for mask word in foreach_apicPeter Maydell1-3/+3
2014-02-11exec: Make cpu_physical_memory_write_rom input an ASEdgar E. Iglesias1-1/+2
2013-12-24apic: QOM'ify APICxiaoqiang zhao1-2/+4
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao1-21/+21
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-8/+8
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-02apic: rename apic specific bitoptsMichael S. Tsirkin1-21/+21
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-1/+1
2013-04-08hw: move interrupt controllers to hw/intc/, configure with default-configs/Paolo Bonzini1-0/+911