summaryrefslogtreecommitdiffstats
path: root/hw/i8259.c
Commit message (Expand)AuthorAgeFilesLines
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-4/+4
* HMP: add QDict to info callback handlerWenchao Xia2013-01-171-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-4/+4
* Revert "fix some debug printf format strings"malc2012-08-271-2/+1
* Revert "i8259: add -no-spurious-interrupt-hack option"malc2012-08-271-18/+0
* i8259: add -no-spurious-interrupt-hack optionMatthew Ogilvie2012-08-241-0/+18
* fix some debug printf format stringsMatthew Ogilvie2012-08-241-1/+2
* i8259: Do not clear level-triggered lines in IRR on initJan Kiszka2012-02-171-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-4/+7
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-4/+11
* i8259: Factor out base class for KVM reuseJan Kiszka2012-01-191-128/+30
* i8259: Completely privatize PicStateJan Kiszka2012-01-191-6/+11
* i8259: give ISA device to isa_register_ioport()Hervé Poussineau2011-12-201-2/+2
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-201-3/+3
* i8259: Fix coding styleJan Kiszka2011-10-161-20/+34
* i8259: Convert to qdevJan Kiszka2011-10-161-57/+100
* i8259: Eliminate PicState2Jan Kiszka2011-10-161-31/+30
* i8259: Replace PicState::pics_state with master flagJan Kiszka2011-10-161-9/+9
* i8259: PREP: Replace pic_intack_read with pic_read_irqJan Kiszka2011-10-161-39/+0
* i8259: Clean up pic_ioport_readJan Kiszka2011-10-161-2/+1
* i8259: Fix poll commandJan Kiszka2011-10-161-1/+7
* i8259: Switch to per-PIC IRQ updateJan Kiszka2011-10-161-40/+21
* i8259: Clear ELCR on resetJan Kiszka2011-10-161-5/+10
* i8259: Update IRQ state after resetJan Kiszka2011-10-161-2/+1
* i8259: Reorder intack in pic_read_irqJan Kiszka2011-10-161-4/+6
* i8259: Do not update IRQ output after spurious pic_poll_readJan Kiszka2011-10-161-1/+0
* i8239: Introduce per-PIC output interruptJan Kiszka2011-10-161-9/+12
* i8259: Move pic_set_irq1 after pic_update_irqJan Kiszka2011-10-161-26/+29
* i8259: Remove premature inline function attributesJan Kiszka2011-10-161-3/+3
* pc: Fix and clean up PIC-to-APIC IRQ pathJan Kiszka2011-10-161-8/+7
* i8259: Convert to MemoryRegionRichard Henderson2011-09-251-19/+46
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* i8259: improve debuggingBlue Swirl2010-05-291-12/+11
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-0/+2
* move two variable declarations out of vl.cPaolo Bonzini2010-04-091-0/+1
* vmstate: port i8259 deviceJuan Quintela2009-09-111-48/+26
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+2
* Route IOAPIC interrupts via ISA busAvi Kivity2009-08-241-13/+0
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-0/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* target-alpha: lower parent irq when irq is lowered.aurel322009-04-151-1/+1
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-10/+11
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
OpenPOWER on IntegriCloud