aboutsummaryrefslogtreecommitdiffstats
path: root/hw/jazz_led.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-31jazz led: Fix debug printsHervé Poussineau1-6/+15
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-10/+10
2009-10-01Get rid of _t suffixmalc1-10/+10
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-9/+7
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-7/+3
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-14/+14
2008-07-01Implement resolution switching in common console code.pbrook1-4/+7
2008-02-10Add an ncurses UI.balrog1-1/+19
2007-11-17Break up vl.h.pbrook1-1/+3
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-06-25Add a 7 segments + led display, by Herve Poussineau.ths1-0/+303