Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / hw / apic.c
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-04-08 aurel32apic: Fix access to non-existent APIC
2009-03-12 aliguoriFrom 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-15 aliguoriAdd -rtc-td-hack option to fix time drift with RTC...
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-17 aliguoriAdd HPET emulation to qemu (Beth Kon)
2008-12-06 aurel32Revert "hw/apic.c: use fls() from host-utils"
2008-12-04 aurel32hw/apic.c: use fls() from host-utils
2008-10-12 aurel32hw/apic.c: use functions from host-utils.h
2008-10-12 aurel32Define macro QEMU_GNUC_PREREQ and use it
2008-10-12 aurel32Only use __builtin_* with GCC >= 3.4
2008-10-12 aurel32hw/apic.c: use __builtin funtions instead of assembly...
2008-10-01 aurel32Reset CPU on INIT IPI
2008-10-01 aurel32hw/apic.c: use bsr and bsf on x86_64
2008-09-02 aurel32Reset I32_APIC_BASE on system RESET
2008-08-21 aurel32De-assert PIC IRQs properly at APIC level
2008-08-18 aliguoriAPIC: Do not start zero-period timers (Jan Kiszka)
2008-05-28 bellardmoved halted field to CPU_COMMON
2008-04-13 aurel32x86: Rework local IRQ delivery for APICs
2008-04-13 aurel32x86: Raise inter-processor NMI and SMI
2008-03-28 aurel32ignore reads to the EOI register
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-11-17 pbrookBreak up vl.h.
2007-10-09 thsDon't route PIC interrupts through the local APIC if...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-26 thsSet apic instance number for savevm, by Ari Kivity.
2007-04-03 thsi386 return APIC ID with cpuid, by Bernhard Kauer.
2007-01-31 thsUpgrade the apic version_id, by Don Laor.
2006-10-08 bellardAPIC init fix + APIC get_irq fix (Juergen Keil)
2006-08-17 bellardsave apic timer
2006-06-25 bellardC99 64 bit printf
2005-12-17 bellardinitial support for up to 255 CPUs
2005-11-23 bellardfummy DM_LOWPRI handling
2005-11-21 bellardAPIC fixes - SIPI support
2005-07-24 bellarddo not export fls_bit
2005-07-23 bellardEXTINT delivery mode support for I/O APIC (Filip Navara)
2005-07-23 bellardIOAPIC support (initial patch by Filip Navara)
2005-01-23 bellardCR8 support
2005-01-03 bellardinitial APIC support