aboutsummaryrefslogtreecommitdiff
path: root/hw/ssd0303.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2011-12-14hw: Fix spelling in commentsStefan Weil
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-05-08Fix typo in comment (colum -> column)Stefan Weil
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-10-05vmstate: port ssd0303 deviceJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-14SSD0303 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-17Break up vl.h.pbrook
2007-11-11ARMv7 support.pbrook