summaryrefslogtreecommitdiffstats
path: root/hw/intc/apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Clean up includesPeter Maydell2019-11-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/+1
* 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
OpenPOWER on IntegriCloud