summaryrefslogtreecommitdiffstats
path: root/hw/apic.c
Commit message (Expand)AuthorAgeFilesLines
* hw/apic.c: use functions from host-utils.haurel322008-10-121-35/+3
* Define macro QEMU_GNUC_PREREQ and use itaurel322008-10-121-2/+3
* Only use __builtin_* with GCC >= 3.4aurel322008-10-121-2/+2
* hw/apic.c: use __builtin funtions instead of assembly codeaurel322008-10-121-10/+8
* Reset CPU on INIT IPIaurel322008-10-011-0/+5
* hw/apic.c: use bsr and bsf on x86_64aurel322008-10-011-2/+2
* Reset I32_APIC_BASE on system RESETaurel322008-09-021-2/+4
* De-assert PIC IRQs properly at APIC levelaurel322008-08-211-1/+22
* APIC: Do not start zero-period timers (Jan Kiszka)aliguori2008-08-181-0/+2
* moved halted field to CPU_COMMONbellard2008-05-281-2/+2
* x86: Rework local IRQ delivery for APICsaurel322008-04-131-20/+43
* x86: Raise inter-processor NMI and SMIaurel322008-04-131-1/+7
* ignore reads to the EOI registeraurel322008-03-281-0/+3
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-6/+6
* Break up vl.h.pbrook2007-11-171-1/+3
* Don't route PIC interrupts through the local APIC if the local APICths2007-10-091-0/+33
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-20/+20
* Set apic instance number for savevm, by Ari Kivity.ths2007-08-261-1/+1
* i386 return APIC ID with cpuid, by Bernhard Kauer.ths2007-04-031-0/+1
* Upgrade the apic version_id, by Don Laor.ths2007-01-311-1/+1
* APIC init fix + APIC get_irq fix (Juergen Keil)bellard2006-10-081-4/+3
* save apic timerbellard2006-08-171-1/+6
* C99 64 bit printfbellard2006-06-251-2/+2
* initial support for up to 255 CPUsbellard2005-12-171-98/+156
* fummy DM_LOWPRI handlingbellard2005-11-231-8/+11
* APIC fixes - SIPI supportbellard2005-11-211-23/+48
* do not export fls_bitbellard2005-07-241-1/+1
* EXTINT delivery mode support for I/O APIC (Filip Navara)bellard2005-07-231-11/+19
* IOAPIC support (initial patch by Filip Navara)bellard2005-07-231-25/+520
* CR8 supportbellard2005-01-231-0/+12
* initial APIC supportbellard2005-01-031-0/+441
OpenPOWER on IntegriCloud