summaryrefslogtreecommitdiffstats
path: root/hw/i8259.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Special Mask Mode for i8259 PIC (Sebastian Reichelt).balrog2008-07-191-0/+2
* Add statics and missing #includes for prototypes.pbrook2007-11-181-1/+1
* Break up vl.h.pbrook2007-11-171-1/+4
* Avoid PreP target kernel freeze waiting for IRQs.j_mayer2007-10-201-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-14/+14
* Fix i8259 initialization, by Bernhard Kauer.ths2007-07-311-1/+1
* Unify IRQ handling.pbrook2007-04-071-16/+11
* Single mode for PIC i8259, by Bernhard Kauer.ths2007-04-011-3/+6
* Reworking MIPS interrupt handling, by Aurelien Jarno.ths2007-01-241-0/+7
* C99 64 bit printfbellard2006-06-251-1/+1
* ELCR is not reset by PIC reset (bug report by malc)bellard2006-04-291-1/+1
* IOAPIC support (initial patch by Filip Navara)bellard2005-07-231-0/+13
* more generic i8259 supportbellard2005-07-021-62/+83
* more generic IRQ supportbellard2005-06-051-0/+6
* initial APIC support (only for x86_64 target now)bellard2005-01-031-0/+9
* level triggered IRQ fix (Steve Wormley)bellard2004-09-291-1/+3
* new reset APIbellard2004-06-201-4/+13
OpenPOWER on IntegriCloud