aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-10-05vmstate: create VMSTATE_STRUCT_POINTERJuan Quintela1-0/+9
2009-10-05vmstate: port max7310 deviceJuan Quintela1-33/+18
2009-10-05vmstate: port wm8750 deviceJuan Quintela1-75/+45
2009-10-05vmstate: create VMSTATE_I2C_SLAVEJuan Quintela2-1/+12
2009-10-05vmstate: add uint8 arrayJuan Quintela1-0/+6
2009-10-05vmstate: port i2c_slave deviceJuan Quintela1-7/+26
2009-10-05vmstate: port i2c_bus deviceJuan Quintela1-12/+19
2009-10-05i2c: addresses are load/save as uint8_t values, change types to reflect thisJuan Quintela6-34/+35
2009-10-05qdev: Add support for uint8_tJuan Quintela2-0/+38
2009-10-05vmstate: Add support for sending partial arraysJuan Quintela1-0/+12
2009-10-05vmstate: remove ps2_kbd_load_old()Juan Quintela1-12/+4
2009-10-05vmstate: remove const from pre_save() functionsJuan Quintela4-8/+8
2009-10-05vmstate: add version_id argument to post_loadJuan Quintela11-11/+11
2009-10-05vmstate: remove const for put operationsJuan Quintela3-5/+5
2009-10-05vga: move back dirty_log functions to vga.cJuan Quintela2-12/+12
2009-10-05cirrus_vga: also assign gr0/1 when writting shadow_gr0/1Juan Quintela1-0/+2
2009-10-05Revert "eepro100: Remove unused device status entries"Aurelien Jarno1-16/+62
2009-10-04eepro100: Add more i825xx devicesStefan Weil1-8/+94
2009-10-04eepro100: Remove unused device status entriesStefan Weil1-62/+16
2009-10-04hw/omap_dma: add matching {} in if 0Michael S. Tsirkin1-60/+62
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori226-2225/+2225
2009-10-01Get rid of _t suffixmalc226-2225/+2225
2009-09-30escc: fix another coding style nitMichael S. Tsirkin1-2/+2
2009-09-30twl92230: fix old style increment/decrement usageMichael S. Tsirkin1-2/+2
2009-09-30omap_dma: fix unbalanced { in commented out codeMichael S. Tsirkin1-1/+3
2009-09-30escc: fix coding style nitMichael S. Tsirkin1-2/+2
2009-09-26eepro100: Fix format strings in debug messagesStefan Weil1-7/+7
2009-09-26eepro100: Replace sprintf by snprintfStefan Weil1-3/+3
2009-09-26eepro100: Remove unused codeStefan Weil1-4/+0
2009-09-26eepro100: Enhanced logging and commentsStefan Weil1-85/+130
2009-09-25Fix coding style issueMark McLoughlin1-1/+1
2009-09-25gcc wants 1st static and then constJuan Quintela1-1/+1
2009-09-25static and inline should came before the type of the functionsJuan Quintela5-6/+6
2009-09-25Use proper typedef syntaxJuan Quintela1-2/+2
2009-09-25Fix spelling in commentStefan Weil1-1/+1
2009-09-25Suppress some variants of English in commentsStefan Weil1-1/+1
2009-09-21Fix Sparse warning about invalid access past the end of 'mode'Blue Swirl1-1/+1
2009-09-21Fix Sparse warning about obsolete struct initializerBlue Swirl1-1/+1
2009-09-21Add 'static' to please SparseBlue Swirl1-1/+1
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl14-40/+40
2009-09-20Compile ne2000 only onceBlue Swirl1-1/+0
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl5-29/+27
2009-09-20Compile msix only onceBlue Swirl4-28/+36
2009-09-20Compile loader only onceBlue Swirl31-37/+1005
2009-09-20Compile wdt_i6300esb only onceBlue Swirl2-1/+2
2009-09-19PPC: make system bus parent of PCI busBlue Swirl2-2/+2
2009-09-19ESP: convert to VMStateBlue Swirl1-42/+22
2009-09-18audio: use muldiv64 where it makes sensemalc2-4/+4
2009-09-16qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock1-6/+4
2009-09-16escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno1-2/+2