aboutsummaryrefslogtreecommitdiff
path: root/hw/ssd0323.c
AgeCommit message (Expand)Author
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-10-10stellaris: Removed SSI muxPeter A. G. Crosthwaite
2012-10-10ssi: Implemented CS behaviourPeter A. G. Crosthwaite
2012-08-13ssd0323: abort() instead of exit(1) on error.Peter A. G. Crosthwaite
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori
2011-07-23Correct spelling of licensedMatthew Fernandez
2010-07-06savevm: Add DeviceState paramAlex Williamson
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-14Stellaris SSI qdev conversionPaul Brook
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-07-07Eliminate spurous screen updates.pbrook
2008-07-02Save/restore for stellaris boards.pbrook
2008-07-01Implement resolution switching in common console code.pbrook
2008-02-10Add an ncurses UI.balrog
2007-11-24Partial SD card SPI mode support.pbrook
2007-11-18SSD0323 vertical incrememnt mode.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-11ARMv7 support.pbrook