summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-3/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Fix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea6100160c2156688f22f)Blue Swirl2009-07-311-0/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* PL110 qdev conversionPaul Brook2009-05-141-10/+23
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-2/+2
* Implement and use shared memory framebuffer device rendering reoutine.pbrook2009-04-011-49/+12
* Use pixel_ops.hpbrook2009-04-011-24/+1
* graphical_console_init change (Stefano Stabellini)aliguori2009-01-161-9/+6
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-3/+3
* Implement resolution switching in common console code.pbrook2008-07-011-4/+7
* Add an ncurses UI.balrog2008-02-101-1/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
* Implement PL110 byte order config bit (original patch by Richard Purdie).balrog2007-10-041-3/+10
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* PL110 versatile register hack fix (Adam Lackorzynski).pbrook2007-06-301-0/+4
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Unify IRQ handling.pbrook2007-04-071-4/+2
* ColdFire target.pbrook2006-10-221-2/+3
* Fix display resize bug.pbrook2006-04-181-1/+1
* ARM Versatile Platform Baseboard emulation.pbrook2006-04-091-3/+24
* Allow multiple graphics devices.pbrook2006-04-091-4/+7
* Add missing return statement.pbrook2006-03-021-0/+1
* Fix -nographic on Arm.pbrook2006-02-061-1/+3
* Arm display emulation.pbrook2006-02-061-0/+393