aboutsummaryrefslogtreecommitdiff
path: root/hw/apic.c
AgeCommit message (Expand)Author
2011-10-16pc: Fix and clean up PIC-to-APIC IRQ pathJan Kiszka
2011-08-22target-i386: Remove unused polarity arguments from APIC APIJan Kiszka
2011-08-22apic: convert to memory APIAvi Kivity
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-02-14correctly check ppr priority during interrupt injection]Gleb Natapov
2011-02-04ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka
2010-12-20apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-16apic: Don't iterate past last used apicAlex Williamson
2010-10-20apic: convert debug printf statements to tracepointsBlue Swirl
2010-06-19apic: qdev conversion cleanupBlue Swirl
2010-06-19apic: convert to qdevBlue Swirl
2010-06-19apic: avoid using CPUState internalsBlue Swirl
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl
2010-06-19apic: avoid passing CPUState from devicesBlue Swirl
2010-05-29apic: improve debuggingBlue Swirl
2010-03-21Move x86 specific PC declarations to a separate fileBlue Swirl
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-05set correct CS seg limit and flags on sipiGleb Natapov
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori
2009-09-09don't call cpu_sychronize_state from reset handlersGlauber Costa
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity
2009-08-27Port apic to new VMState designJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-29kvm: Rework VCPU synchronizationJan Kiszka
2009-06-24qemu/apic: minimal MSI/MSI-X implementation for PCMichael S. Tsirkin
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-06-13Don't use cpu_index as apic_id.Gleb Natapov
2009-05-22Introduce reset notifier orderJan Kiszka
2009-04-08apic: Fix access to non-existent APICaurel32
2009-03-12From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001aliguori
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