aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i8259.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-05-29i8259: improve debuggingBlue Swirl1-12/+11
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl1-0/+2
2010-04-09move two variable declarations out of vl.cPaolo Bonzini1-0/+1
2009-09-11vmstate: port i8259 deviceJuan Quintela1-48/+26
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-1/+2
2009-08-24Route IOAPIC interrupts via ISA busAvi Kivity1-13/+0
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-0/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-15target-alpha: lower parent irq when irq is lowered.aurel321-1/+1
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-10/+11
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-07-19Special Mask Mode for i8259 PIC (Sebastian Reichelt).balrog1-0/+2
2007-11-18Add statics and missing #includes for prototypes.pbrook1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+4
2007-10-20Avoid PreP target kernel freeze waiting for IRQs.j_mayer1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-14/+14
2007-07-31Fix i8259 initialization, by Bernhard Kauer.ths1-1/+1
2007-04-07Unify IRQ handling.pbrook1-16/+11
2007-04-01Single mode for PIC i8259, by Bernhard Kauer.ths1-3/+6
2007-01-24Reworking MIPS interrupt handling, by Aurelien Jarno.ths1-0/+7
2006-06-25C99 64 bit printfbellard1-1/+1
2006-04-29ELCR is not reset by PIC reset (bug report by malc)bellard1-1/+1
2005-07-23IOAPIC support (initial patch by Filip Navara)bellard1-0/+13
2005-07-02more generic i8259 supportbellard1-62/+83
2005-06-05more generic IRQ supportbellard1-0/+6
2005-01-03initial APIC support (only for x86_64 target now)bellard1-0/+9
2004-09-29level triggered IRQ fix (Steve Wormley)bellard1-1/+3
2004-06-20new reset APIbellard1-4/+13
2004-05-26trace fixesbellard1-3/+3
2004-05-21irq statistics code (initial patch by Jocelyn Mayer)bellard1-4/+31
2004-05-20PIC spurious irq support (aka Solaris install bug)bellard1-23/+28
2004-05-20PIC reset fix (initial patch by Hidemi KAWAI)bellard1-0/+2
2004-05-20PIIX ELCR register supportbellard1-11/+48
2004-04-25fixed very unlikely irq bugbellard1-2/+16
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-1/+1
2004-03-31win32 port (initial patch by kazu)bellard1-20/+0
2004-03-31use new timer APIbellard1-6/+56
2004-03-14io port API changebellard1-12/+10
2004-03-14separated more devices from emulatorbellard1-0/+388