aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2009-10-05vmstate: remove i2c_slave_load/saveJuan Quintela
2009-10-05vmstate: port lm832x deviceJuan Quintela
2009-10-05lm832x: make fields to have the same types that they are saved/loadedJuan Quintela
2009-10-05vmstate: add support for arrays of pointersJuan Quintela
2009-10-05vmstate: port twl92230 deviceJuan Quintela
2009-10-05twl92230: change pwrbtn_state to uint8_tJuan Quintela
2009-10-05vmstate: port tmp105 deviceJuan Quintela
2009-10-05tmp105: change len and alorm to uint8_tJuan Quintela
2009-10-05vmstate: create VMSTATE_INT16_ARRAYJuan Quintela
2009-10-05vmstate: port ssd0303 deviceJuan Quintela
2009-10-05vmstate: port pxa2xx_i2c deviceJuan Quintela
2009-10-05vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela
2009-10-05vmstate: port max7310 deviceJuan Quintela
2009-10-05vmstate: port wm8750 deviceJuan Quintela
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela
2009-10-05vmstate: add uint8 arrayJuan Quintela
2009-10-05vmstate: port i2c_slave deviceJuan Quintela
2009-10-05vmstate: port i2c_bus deviceJuan Quintela
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela
2009-10-05qdev: Add support for uint8_tJuan Quintela
2009-10-05vmstate: Add support for sending partial arraysJuan Quintela
2009-10-05vmstate: remove ps2_kbd_load_old()Juan Quintela
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela
2009-10-05vmstate: remove const for put operationsJuan Quintela
2009-10-05vga: move back dirty_log functions to vga.cJuan Quintela
2009-10-05cirrus_vga: also assign gr0/1 when writting shadow_gr0/1Juan Quintela
2009-10-05Revert "eepro100: Remove unused device status entries"Aurelien Jarno
2009-10-04eepro100: Add more i825xx devicesStefan Weil
2009-10-04eepro100: Remove unused device status entriesStefan Weil
2009-10-04hw/omap_dma: add matching {} in if 0Michael S. Tsirkin
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30escc: fix another coding style nitMichael S. Tsirkin
2009-09-30twl92230: fix old style increment/decrement usageMichael S. Tsirkin
2009-09-30omap_dma: fix unbalanced { in commented out codeMichael S. Tsirkin
2009-09-30escc: fix coding style nitMichael S. Tsirkin
2009-09-26eepro100: Fix format strings in debug messagesStefan Weil
2009-09-26eepro100: Replace sprintf by snprintfStefan Weil
2009-09-26eepro100: Remove unused codeStefan Weil
2009-09-26eepro100: Enhanced logging and commentsStefan Weil
2009-09-25Fix coding style issueMark McLoughlin
2009-09-25gcc wants 1st static and then constJuan Quintela
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-25Use proper typedef syntaxJuan Quintela
2009-09-25Fix spelling in commentStefan Weil
2009-09-25Suppress some variants of English in commentsStefan Weil
2009-09-21Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl
2009-09-21Fix Sparse warning about obsolete struct initializerBlue Swirl
2009-09-21Add 'static' to please SparseBlue Swirl