aboutsummaryrefslogtreecommitdiff
path: root/hw/i8259.c
AgeCommit message (Expand)Author
2011-10-16i8259: Fix coding styleJan Kiszka
2011-10-16i8259: Convert to qdevJan Kiszka
2011-10-16i8259: Eliminate PicState2Jan Kiszka
2011-10-16i8259: Replace PicState::pics_state with master flagJan Kiszka
2011-10-16i8259: PREP: Replace pic_intack_read with pic_read_irqJan Kiszka
2011-10-16i8259: Clean up pic_ioport_readJan Kiszka
2011-10-16i8259: Fix poll commandJan Kiszka
2011-10-16i8259: Switch to per-PIC IRQ updateJan Kiszka
2011-10-16i8259: Clear ELCR on resetJan Kiszka
2011-10-16i8259: Update IRQ state after resetJan Kiszka
2011-10-16i8259: Reorder intack in pic_read_irqJan Kiszka
2011-10-16i8259: Do not update IRQ output after spurious pic_poll_readJan Kiszka
2011-10-16i8239: Introduce per-PIC output interruptJan Kiszka
2011-10-16i8259: Move pic_set_irq1 after pic_update_irqJan Kiszka
2011-10-16i8259: Remove premature inline function attributesJan Kiszka
2011-10-16pc: Fix and clean up PIC-to-APIC IRQ pathJan Kiszka
2011-09-25i8259: Convert to MemoryRegionRichard Henderson
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-05-29i8259: improve debuggingBlue Swirl
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-09move two variable declarations out of vl.cPaolo Bonzini
2009-09-11vmstate: port i8259 deviceJuan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-05-22Introduce reset notifier orderJan Kiszka
2009-04-15target-alpha: lower parent irq when irq is lowered.aurel32
2009-03-05monitor: Rework API (Jan Kiszka)aliguori
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-07-19Special Mask Mode for i8259 PIC (Sebastian Reichelt).balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-10-20Avoid PreP target kernel freeze waiting for IRQs.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-31Fix i8259 initialization, by Bernhard Kauer.ths
2007-04-07Unify IRQ handling.pbrook
2007-04-01Single mode for PIC i8259, by Bernhard Kauer.ths
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths
2006-06-25C99 64 bit printfbellard
2006-04-29ELCR is not reset by PIC reset (bug report by malc)bellard
2005-07-23IOAPIC support (initial patch by Filip Navara)bellard
2005-07-02more generic i8259 supportbellard
2005-06-05more generic IRQ supportbellard
2005-01-03initial APIC support (only for x86_64 target now)bellard
2004-09-29level triggered IRQ fix (Steve Wormley)bellard
2004-06-20new reset APIbellard