aboutsummaryrefslogtreecommitdiffstats
path: root/hw/apic.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-28moved halted field to CPU_COMMONbellard1-2/+2
2008-04-13x86: Rework local IRQ delivery for APICsaurel321-20/+43
2008-04-13x86: Raise inter-processor NMI and SMIaurel321-1/+7
2008-03-28ignore reads to the EOI registeraurel321-0/+3
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-6/+6
2007-11-17Break up vl.h.pbrook1-1/+3
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths1-0/+33
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-20/+20
2007-08-26Set apic instance number for savevm, by Ari Kivity.ths1-1/+1
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths1-0/+1
2007-01-31Upgrade the apic version_id, by Don Laor.ths1-1/+1
2006-10-08APIC init fix + APIC get_irq fix (Juergen Keil)bellard1-4/+3
2006-08-17save apic timerbellard1-1/+6
2006-06-25C99 64 bit printfbellard1-2/+2
2005-12-17initial support for up to 255 CPUsbellard1-98/+156
2005-11-23fummy DM_LOWPRI handlingbellard1-8/+11
2005-11-21APIC fixes - SIPI supportbellard1-23/+48
2005-07-24do not export fls_bitbellard1-1/+1
2005-07-23EXTINT delivery mode support for I/O APIC (Filip Navara)bellard1-11/+19
2005-07-23IOAPIC support (initial patch by Filip Navara)bellard1-25/+520
2005-01-23CR8 supportbellard1-0/+12
2005-01-03initial APIC supportbellard1-0/+441