aboutsummaryrefslogtreecommitdiff
path: root/hw/apic.c
AgeCommit message (Expand)Author
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-15Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori
2008-12-06Revert "hw/apic.c: use fls() from host-utils"aurel32
2008-12-04hw/apic.c: use fls() from host-utilsaurel32
2008-10-12hw/apic.c: use functions from host-utils.haurel32
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel32
2008-10-12Only use __builtin_* with GCC >= 3.4aurel32
2008-10-12hw/apic.c: use __builtin funtions instead of assembly codeaurel32
2008-10-01Reset CPU on INIT IPIaurel32
2008-10-01hw/apic.c: use bsr and bsf on x86_64aurel32
2008-09-02Reset I32_APIC_BASE on system RESETaurel32
2008-08-21De-assert PIC IRQs properly at APIC levelaurel32
2008-08-18APIC: Do not start zero-period timers (Jan Kiszka)aliguori
2008-05-28moved halted field to CPU_COMMONbellard
2008-04-13x86: Rework local IRQ delivery for APICsaurel32
2008-04-13x86: Raise inter-processor NMI and SMIaurel32
2008-03-28ignore reads to the EOI registeraurel32
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-11-17Break up vl.h.pbrook
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26Set apic instance number for savevm, by Ari Kivity.ths
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths
2007-01-31Upgrade the apic version_id, by Don Laor.ths
2006-10-08APIC init fix + APIC get_irq fix (Juergen Keil)bellard
2006-08-17save apic timerbellard
2006-06-25C99 64 bit printfbellard
2005-12-17initial support for up to 255 CPUsbellard
2005-11-23fummy DM_LOWPRI handlingbellard
2005-11-21APIC fixes - SIPI supportbellard
2005-07-24do not export fls_bitbellard
2005-07-23EXTINT delivery mode support for I/O APIC (Filip Navara)bellard
2005-07-23IOAPIC support (initial patch by Filip Navara)bellard
2005-01-23CR8 supportbellard
2005-01-03initial APIC supportbellard