Fix OpenSolaris build breaking typos
[qemu] / hw / slavio_timer.c
2009-08-31 Blue SwirlSparc32: port timers to VMState design
2009-08-31 Blue SwirlSparc32: timer field is never NULL
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-08-10 Gerd Hoffmannqdev/prop: convert slavio_timer.c to helper macros.
2009-08-08 Blue SwirlSparc32: move device instantiation to sun4m.c
2009-08-08 Blue SwirlSparc32: Refactor slavio timer
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Gerd Hoffmannqdev: rework device properties.
2009-07-15 Blue SwirlSparc32: convert slavio timers to qdev
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-17 Blue SwirlDon't set IRQs on device reset and loadvm/savevm
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2008-12-02 blueswir1Remove address masking
2008-05-12 blueswir1Wrap long lines
2008-05-10 blueswir1Fix compiler warnings
2008-03-04 blueswir1 Remove unneeded qemu_irq_lower (Robert Reif)
2008-01-26 blueswir1 Fix user timer mode change (Robert Reif)
2008-01-25 blueswir1 User timer limit fixes (Robert Reif)
2008-01-01 blueswir1 Register only valid register access widths
2007-12-29 blueswir1 Fix CPU timer interrupts
2007-12-27 blueswir1 Remove unused timers
2007-12-19 blueswir1 All registers are set to 0 on reset (Robert Reif)
2007-12-19 blueswir1 Fix count calculation when counter limit set to 0...
2007-12-17 blueswir1 Fix setting counter limit to 0 (Robert Reif)
2007-12-17 blueswir1 Only create as many per CPU timers as there are CPUs...
2007-12-01 blueswir1 Name the magic constants, wrap long lines
2007-11-17 pbrookBreak up vl.h.
2007-11-11 bellardfixed invalid constant
2007-10-07 blueswir1 More user timer fixes (Robert Reif)
2007-10-06 blueswir1 More detabification
2007-10-06 blueswir1 Implement user mode for timers
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-05-27 blueswir1Use qemu_irq between interrupt controller and timers
2007-05-26 blueswir1Split DMA controller in two
2007-05-24 blueswir1Change ptimer API to use 64-bit values, add save and...
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2007-05-17 blueswir1Fix Qemu division by zero triggered by NetBSD
2007-05-17 blueswir1Force the primary CPU to run and other CPUs to halt...
2007-04-07 pbrookUnify IRQ handling.
2007-04-01 blueswir1Change Sparc uses of pic_set_irq to pic_set_irq_new
2007-03-20 thsSlavIO Counter-Timers fix, by Aurelien Jarno.
2006-06-25 bellardC99 64 bit printf
2005-12-05 bellardInitial SPARC SMP support (Blue Swirl)
2005-04-06 bellardsparc update (Blue Swirl)
2004-12-19 bellardSPARC merge