Age | Commit message (Expand) | Author | Files | Lines |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -2/+2 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -2/+2 |
2009-08-31 | Sparc32: port timers to VMState design | Blue Swirl | 1 | -37/+25 |
2009-08-31 | Sparc32: timer field is never NULL | Blue Swirl | 1 | -30/+12 |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann | 1 | -1/+2 |
2009-08-25 | Make CPURead/WriteFunc structure 'const' | Blue Swirl | 1 | -2/+2 |
2009-08-10 | qdev/prop: convert slavio_timer.c to helper macros. | Gerd Hoffmann | 1 | -6/+2 |
2009-08-08 | Sparc32: move device instantiation to sun4m.c | Blue Swirl | 1 | -23/+0 |
2009-08-08 | Sparc32: Refactor slavio timer | Blue Swirl | 1 | -181/+209 |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl | 1 | -4/+4 |
2009-07-16 | qdev: rework device properties. | Gerd Hoffmann | 1 | -11/+20 |
2009-07-15 | Sparc32: convert slavio timers to qdev | Blue Swirl | 1 | -24/+64 |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka | 1 | -1/+1 |
2009-06-17 | Don't set IRQs on device reset and loadvm/savevm | Blue Swirl | 1 | -1/+0 |
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity | 1 | -1/+1 |
2009-05-22 | Introduce reset notifier order | Jan Kiszka | 1 | -1/+1 |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl | 1 | -3/+3 |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 1 | -2/+0 |
2008-12-02 | Remove address masking | blueswir1 | 1 | -3/+2 |
2008-05-12 | Wrap long lines | blueswir1 | 1 | -3/+6 |
2008-05-10 | Fix compiler warnings | blueswir1 | 1 | -5/+5 |
2008-03-04 | Remove unneeded qemu_irq_lower (Robert Reif) | blueswir1 | 1 | -2/+0 |
2008-01-26 | Fix user timer mode change (Robert Reif) | blueswir1 | 1 | -20/+33 |
2008-01-25 | User timer limit fixes (Robert Reif) | blueswir1 | 1 | -11/+26 |
2008-01-01 | Register only valid register access widths | blueswir1 | 1 | -4/+4 |
2007-12-29 | Fix CPU timer interrupts | blueswir1 | 1 | -0/+2 |
2007-12-27 | Remove unused timers | blueswir1 | 1 | -27/+40 |
2007-12-19 | All registers are set to 0 on reset (Robert Reif) | blueswir1 | 1 | -5/+3 |
2007-12-19 | Fix count calculation when counter limit set to 0 (Robert Reif) | blueswir1 | 1 | -2/+7 |
2007-12-17 | Fix setting counter limit to 0 (Robert Reif) | blueswir1 | 1 | -7/+8 |
2007-12-17 | Only create as many per CPU timers as there are CPUs. (Robert Reif) | blueswir1 | 1 | -3/+6 |
2007-12-01 | Name the magic constants, wrap long lines | blueswir1 | 1 | -38/+62 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -1/+3 |
2007-11-11 | fixed invalid constant | bellard | 1 | -1/+1 |
2007-10-07 | More user timer fixes (Robert Reif) | blueswir1 | 1 | -68/+86 |
2007-10-06 | More detabification | blueswir1 | 1 | -34/+34 |
2007-10-06 | Implement user mode for timers | blueswir1 | 1 | -13/+72 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -1/+1 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -3/+3 |
2007-05-27 | Use qemu_irq between interrupt controller and timers | blueswir1 | 1 | -14/+10 |
2007-05-26 | Split DMA controller in two | blueswir1 | 1 | -1/+2 |
2007-05-24 | Change ptimer API to use 64-bit values, add save and load methods | blueswir1 | 1 | -80/+59 |
2007-05-19 | Use full 36-bit physical address space on SS10 | blueswir1 | 1 | -2/+2 |
2007-05-17 | Fix Qemu division by zero triggered by NetBSD | blueswir1 | 1 | -6/+4 |
2007-05-17 | Force the primary CPU to run and other CPUs to halt, recalculate timers | blueswir1 | 1 | -1/+1 |
2007-04-07 | Unify IRQ handling. | pbrook | 1 | -3/+0 |
2007-04-01 | Change Sparc uses of pic_set_irq to pic_set_irq_new | blueswir1 | 1 | -3/+9 |
2007-03-20 | SlavIO Counter-Timers fix, by Aurelien Jarno. | ths | 1 | -1/+0 |
2006-06-25 | C99 64 bit printf | bellard | 1 | -1/+1 |
2005-12-05 | Initial SPARC SMP support (Blue Swirl) | bellard | 1 | -16/+9 |