summaryrefslogtreecommitdiffstats
path: root/hw/ioapic.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* ioapic: fix build with DEBUG_IOAPICJason Wang2012-03-191-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-6/+8
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* ioapic: Factor out base class for KVM reuseJan Kiszka2012-01-191-114/+16
* ioapic: Drop post-load irr initializationJan Kiszka2012-01-191-12/+0
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* ioapic: Convert to memory APIJan Kiszka2011-11-241-17/+11
* ioapic: Reject non-dword accesses to IOWIN registerJan Kiszka2011-11-241-0/+6
* ioapic: Implement polarityJan Kiszka2011-08-221-0/+3
* target-i386: Remove unused polarity arguments from APIC APIJan Kiszka2011-08-221-3/+1
* ioapic: Do not set irr for masked edge IRQsJan Kiszka2011-04-271-2/+3
* Revert "ioapic: when switches to level trigger mode, interrupts raised repeat...Aurelien Jarno2011-04-041-1/+0
* ioapic: when switches to level trigger mode, interrupts raised repeatedly.Isaku Yamahata2011-04-031-0/+1
* ioapic: Style & magics cleanupJan Kiszka2011-02-041-70/+107
* ioapic: Add support for qemu-kvm's vmstate v2Jan Kiszka2011-02-041-1/+2
* ioapic: Save/restore irrJan Kiszka2011-02-041-1/+14
* ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka2011-02-041-2/+41
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* ioapic: convert to qdevBlue Swirl2010-06-191-15/+30
* ioapic: unexport ioapic_set_irqBlue Swirl2010-06-171-1/+1
* ioapic: improve debuggingBlue Swirl2010-05-311-6/+10
* Move x86 specific PC declarations to a separate fileBlue Swirl2010-03-211-0/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* vmstate: port ioapic deviceJuan Quintela2009-09-111-27/+12
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Route IOAPIC interrupts via ISA busAvi Kivity2009-08-241-2/+4
* 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
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001aliguori2009-03-121-0/+261
OpenPOWER on IntegriCloud