summaryrefslogtreecommitdiffstats
path: root/hw/apic.c
Commit message (Expand)AuthorAgeFilesLines
* Move x86 specific PC declarations to a separate fileBlue Swirl2010-03-211-0/+1
* KVM: Rework VCPU state writeback APIJan Kiszka2010-03-041-2/+0
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* set correct CS seg limit and flags on sipiGleb Natapov2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-7/+7
* Get rid of _t suffixmalc2009-10-011-7/+7
* Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori2009-09-111-0/+2
* don't call cpu_sychronize_state from reset handlersGlauber Costa2009-09-091-2/+0
* kvm: Simplify cpu_synchronize_state()Avi Kivity2009-08-271-3/+4
* Port apic to new VMState designJuan Quintela2009-08-271-34/+33
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* kvm: Rework VCPU synchronizationJan Kiszka2009-06-291-0/+3
* qemu/apic: minimal MSI/MSI-X implementation for PCMichael S. Tsirkin2009-06-241-4/+39
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-11/+26
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Don't use cpu_index as apic_id.Gleb Natapov2009-06-131-13/+33
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* apic: Fix access to non-existent APICaurel322009-04-081-3/+8
* From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001aliguori2009-03-121-222/+13
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+0
* Add -rtc-td-hack option to fix time drift with RTC on Windows (Gleb Natapov)aliguori2009-01-151-0/+22
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Add HPET emulation to qemu (Beth Kon)aliguori2008-12-171-0/+7
* Revert "hw/apic.c: use fls() from host-utils"aurel322008-12-061-1/+7
* hw/apic.c: use fls() from host-utilsaurel322008-12-041-7/+1
* 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
OpenPOWER on IntegriCloud