configure: change "found" to "find"
[qemu] / hw / pl110.c
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-31 Blue SwirlFix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea61...
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-14 Paul BrookPL110 qdev conversion
2009-05-08 Paul BrookReplace cpu_abort with hw_error
2009-04-01 pbrookImplement and use shared memory framebuffer device...
2009-04-01 pbrookUse pixel_ops.h
2009-01-16 aliguorigraphical_console_init change (Stefano Stabellini)
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-11-24 aliguoriIntroduce accessors for DisplayState (Stefano Stabellini)
2008-07-01 pbrookImplement resolution switching in common console code.
2008-02-10 balrogAdd an ncurses UI.
2007-11-17 pbrookBreak up vl.h.
2007-11-10 pbrookFix 64-bit host printf format mismatches.
2007-10-04 balrogImplement PL110 byte order config bit (original patch...
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-06-30 pbrookPL110 versatile register hack fix (Adam Lackorzynski).
2007-06-03 pbrookFix off-by-one memory region sizes.
2007-04-07 pbrookUnify IRQ handling.
2006-10-22 pbrookColdFire target.
2006-04-18 pbrookFix display resize bug.
2006-04-09 pbrookARM Versatile Platform Baseboard emulation.
2006-04-09 pbrookAllow multiple graphics devices.
2006-03-02 pbrookAdd missing return statement.
2006-02-06 pbrookFix -nographic on Arm.
2006-02-06 pbrookArm display emulation.