summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* vmstate: remove i2c_slave_load/saveJuan Quintela2009-10-052-13/+0
* vmstate: port lm832x deviceJuan Quintela2009-10-051-70/+37
* lm832x: make fields to have the same types that they are saved/loadedJuan Quintela2009-10-051-19/+22
* vmstate: add support for arrays of pointersJuan Quintela2009-10-051-0/+15
* vmstate: port twl92230 deviceJuan Quintela2009-10-051-110/+88
* twl92230: change pwrbtn_state to uint8_tJuan Quintela2009-10-051-1/+1
* vmstate: port tmp105 deviceJuan Quintela2009-10-051-31/+25
* tmp105: change len and alorm to uint8_tJuan Quintela2009-10-051-2/+2
* vmstate: create VMSTATE_INT16_ARRAYJuan Quintela2009-10-051-0/+6
* vmstate: port ssd0303 deviceJuan Quintela2009-10-051-43/+22
* vmstate: port pxa2xx_i2c deviceJuan Quintela2009-10-051-28/+26
* vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela2009-10-051-0/+9
* vmstate: port max7310 deviceJuan Quintela2009-10-051-33/+18
* vmstate: port wm8750 deviceJuan Quintela2009-10-051-75/+45
* vmstate: create VMSTATE_I2C_SLAVEJuan Quintela2009-10-052-1/+12
* vmstate: add uint8 arrayJuan Quintela2009-10-051-0/+6
* vmstate: port i2c_slave deviceJuan Quintela2009-10-051-7/+26
* vmstate: port i2c_bus deviceJuan Quintela2009-10-051-12/+19
* i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela2009-10-056-34/+35
* qdev: Add support for uint8_tJuan Quintela2009-10-052-0/+38
* vmstate: Add support for sending partial arraysJuan Quintela2009-10-051-0/+12
* vmstate: remove ps2_kbd_load_old()Juan Quintela2009-10-051-12/+4
* vmstate: remove const from pre_save() functionsJuan Quintela2009-10-054-8/+8
* vmstate: add version_id argument to post_loadJuan Quintela2009-10-0511-11/+11
* vmstate: remove const for put operationsJuan Quintela2009-10-053-5/+5
* vga: move back dirty_log functions to vga.cJuan Quintela2009-10-052-12/+12
* cirrus_vga: also assign gr0/1 when writting shadow_gr0/1Juan Quintela2009-10-051-0/+2
* Revert "eepro100: Remove unused device status entries"Aurelien Jarno2009-10-051-16/+62
* eepro100: Add more i825xx devicesStefan Weil2009-10-041-8/+94
* eepro100: Remove unused device status entriesStefan Weil2009-10-041-62/+16
* hw/omap_dma: add matching {} in if 0Michael S. Tsirkin2009-10-041-60/+62
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-01226-2225/+2225
* Get rid of _t suffixmalc2009-10-01226-2225/+2225
* escc: fix another coding style nitMichael S. Tsirkin2009-09-301-2/+2
* twl92230: fix old style increment/decrement usageMichael S. Tsirkin2009-09-301-2/+2
* omap_dma: fix unbalanced { in commented out codeMichael S. Tsirkin2009-09-301-1/+3
* escc: fix coding style nitMichael S. Tsirkin2009-09-301-2/+2
* eepro100: Fix format strings in debug messagesStefan Weil2009-09-261-7/+7
* eepro100: Replace sprintf by snprintfStefan Weil2009-09-261-3/+3
* eepro100: Remove unused codeStefan Weil2009-09-261-4/+0
* eepro100: Enhanced logging and commentsStefan Weil2009-09-261-85/+130
* Fix coding style issueMark McLoughlin2009-09-251-1/+1
* gcc wants 1st static and then constJuan Quintela2009-09-251-1/+1
* static and inline should came before the type of the functionsJuan Quintela2009-09-255-6/+6
* Use proper typedef syntaxJuan Quintela2009-09-251-2/+2
* Fix spelling in commentStefan Weil2009-09-251-1/+1
* Suppress some variants of English in commentsStefan Weil2009-09-251-1/+1
* Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl2009-09-211-1/+1
* Fix Sparse warning about obsolete struct initializerBlue Swirl2009-09-211-1/+1
* Add 'static' to please SparseBlue Swirl2009-09-211-1/+1
OpenPOWER on IntegriCloud