aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ssd0303.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-8/+15
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-5/+5
2011-12-14hw: Fix spelling in commentsStefan Weil1-1/+1
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-05-08Fix typo in comment (colum -> column)Stefan Weil1-1/+1
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-10-05vmstate: port ssd0303 deviceJuan Quintela1-43/+22
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann1-1/+3
2009-05-14SSD0303 qdev conversionPaul Brook1-7/+16
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-7/+7
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori1-7/+5
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-2/+2
2008-07-07Eliminate spurous screen updates.pbrook1-46/+48
2008-07-02Save/restore for stellaris boards.pbrook1-0/+44
2008-07-01Implement resolution switching in common console code.pbrook1-3/+5
2008-02-10Add an ncurses UI.balrog1-1/+1
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-11ARMv7 support.pbrook1-0/+273