summaryrefslogtreecommitdiff
path: root/hw/apic.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-10apic: Defer interrupt updates to VCPU threadJan Kiszka1-1/+4
2012-07-10apic: Reevaluate pending interrupts on LVT_LINT0 changesJan Kiszka1-4/+14
2012-07-10apic: Resolve potential endless loop around apic_update_irqJan Kiszka1-3/+7
2012-06-21Introduce apic-msidef.hAnthony PERARD1-10/+1
2012-05-16pc: Enable MSI support at APIC levelJan Kiszka1-0/+3
2012-02-18kvmvapic: Introduce TPR access optimization for Windows guestsJan Kiszka1-11/+115
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-4/+6
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-7/+14
2012-01-19apic: Open-code timer save/restoreJan Kiszka1-18/+12
2012-01-19apic: Factor out base class for KVM reuseJan Kiszka1-297/+41
2012-01-19apic: Introduce apic_report_irq_deliveredJan Kiszka1-3/+8
2012-01-19apic: Inject external NMI events via LINT1Jan Kiszka1-0/+7
2012-01-19apic: Stop timer on resetJan Kiszka1-0/+2
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-10-16pc: Fix and clean up PIC-to-APIC IRQ pathJan Kiszka1-0/+4
2011-08-22target-i386: Remove unused polarity arguments from APIC APIJan Kiszka1-13/+9
2011-08-22apic: convert to memory APIAvi Kivity1-15/+10
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-4/+4
2011-02-14correctly check ppr priority during interrupt injection]Gleb Natapov1-12/+30
2011-02-04ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka1-3/+6
2010-12-20apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-11-16apic: Don't iterate past last used apicAlex Williamson1-0/+4
2010-10-20apic: convert debug printf statements to tracepointsBlue Swirl1-30/+18
2010-06-19apic: qdev conversion cleanupBlue Swirl1-48/+38
2010-06-19apic: convert to qdevBlue Swirl1-28/+60
2010-06-19apic: avoid using CPUState internalsBlue Swirl1-25/+14
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl1-23/+16
2010-06-19apic: avoid passing CPUState from devicesBlue Swirl1-18/+14
2010-05-29apic: improve debuggingBlue Swirl1-13/+30
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