summaryrefslogtreecommitdiffstats
path: root/hw/apic.c
Commit message (Expand)AuthorAgeFilesLines
* apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber2010-12-201-1/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* apic: Don't iterate past last used apicAlex Williamson2010-11-161-0/+4
* apic: convert debug printf statements to tracepointsBlue Swirl2010-10-201-30/+18
* apic: qdev conversion cleanupBlue Swirl2010-06-191-48/+38
* apic: convert to qdevBlue Swirl2010-06-191-28/+60
* apic: avoid using CPUState internalsBlue Swirl2010-06-191-25/+14
* apic: avoid passing CPUState from CPU codeBlue Swirl2010-06-191-23/+16
* apic: avoid passing CPUState from devicesBlue Swirl2010-06-191-18/+14
* apic: improve debuggingBlue Swirl2010-05-291-13/+30
* 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
OpenPOWER on IntegriCloud