aboutsummaryrefslogtreecommitdiffstats
path: root/hw/apic.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl1-0/+1
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-2/+0
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-05set correct CS seg limit and flags on sipiGleb Natapov1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-7/+7
2009-10-01Get rid of _t suffixmalc1-7/+7
2009-09-11Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori1-0/+2
2009-09-09don't call cpu_sychronize_state from reset handlersGlauber Costa1-2/+0
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-3/+4
2009-08-27Port apic to new VMState designJuan Quintela1-34/+33
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-29kvm: Rework VCPU synchronizationJan Kiszka1-0/+3
2009-06-24qemu/apic: minimal MSI/MSI-X implementation for PCMichael S. Tsirkin1-4/+39
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov1-11/+26
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov1-13/+33
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-08apic: Fix access to non-existent APICaurel321-3/+8
2009-03-12From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001aliguori1-222/+13
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2009-01-15Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori1-0/+22
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori1-0/+7
2008-12-06Revert "hw/apic.c: use fls() from host-utils"aurel321-1/+7
2008-12-04hw/apic.c: use fls() from host-utilsaurel321-7/+1
2008-10-12hw/apic.c: use functions from host-utils.haurel321-35/+3
2008-10-12Define macro QEMU_GNUC_PREREQ and use itaurel321-2/+3
2008-10-12Only use __builtin_* with GCC >= 3.4aurel321-2/+2
2008-10-12hw/apic.c: use __builtin funtions instead of assembly codeaurel321-10/+8
2008-10-01Reset CPU on INIT IPIaurel321-0/+5
2008-10-01hw/apic.c: use bsr and bsf on x86_64aurel321-2/+2
2008-09-02Reset I32_APIC_BASE on system RESETaurel321-2/+4
2008-08-21De-assert PIC IRQs properly at APIC levelaurel321-1/+22
2008-08-18APIC: Do not start zero-period timers (Jan Kiszka)aliguori1-0/+2
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