]> git.proxmox.com Git - qemu.git/history - hw/i8259.c
report serial devices created with -device in the PIIX4 config space
[qemu.git] / hw / i8259.c
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Blue Swirli8259: improve debugging
2010-04-25 Blue Swirlx86: remove dead assignments, spotted by clang analyzer
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Paolo Bonzinimove two variable declarations out of vl.c
2009-09-11 Juan Quintelavmstate: port i8259 device
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-08-24 Avi KivityRoute IOAPIC interrupts via ISA bus
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-04-15 aurel32target-alpha: lower parent irq when irq is lowered.
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2008-07-19 balrogSpecial Mask Mode for i8259 PIC (Sebastian Reichelt).
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-10-20 j_mayerAvoid PreP target kernel freeze waiting for IRQs.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-07-31 thsFix i8259 initialization, by Bernhard Kauer.
2007-04-07 pbrookUnify IRQ handling.
2007-04-01 thsSingle mode for PIC i8259, by Bernhard Kauer.
2007-01-24 thsReworking MIPS interrupt handling, by Aurelien Jarno.
2006-06-25 bellardC99 64 bit printf
2006-04-29 bellardELCR is not reset by PIC reset (bug report by malc)
2005-07-23 bellardIOAPIC support (initial patch by Filip Navara)
2005-07-02 bellardmore generic i8259 support
2005-06-05 bellardmore generic IRQ support
2005-01-03 bellardinitial APIC support (only for x86_64 target now)
2004-09-29 bellardlevel triggered IRQ fix (Steve Wormley)
2004-06-20 bellardnew reset API
2004-05-26 bellardtrace fixes
2004-05-21 bellardirq statistics code (initial patch by Jocelyn Mayer)
2004-05-20 bellardPIC spurious irq support (aka Solaris install bug)
2004-05-20 bellardPIC reset fix (initial patch by Hidemi KAWAI)
2004-05-20 bellardPIIX ELCR register support
2004-04-25 bellardfixed very unlikely irq bug
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-31 bellarduse new timer API
2004-03-14 bellardio port API change
2004-03-14 bellardseparated more devices from emulator