summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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
* Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl2009-09-2114-40/+40
* Compile ne2000 only onceBlue Swirl2009-09-201-1/+0Star
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-205-29/+27Star
* Compile msix only onceBlue Swirl2009-09-204-28/+36
* Compile loader only onceBlue Swirl2009-09-2031-37/+1005
* Compile wdt_i6300esb only onceBlue Swirl2009-09-202-1/+2
* PPC: make system bus parent of PCI busBlue Swirl2009-09-192-2/+2
* ESP: convert to VMStateBlue Swirl2009-09-191-42/+22Star
* audio: use muldiv64 where it makes sensemalc2009-09-182-4/+4
* qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock2009-09-161-6/+4Star
* escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno2009-09-161-2/+2
* ide/isa: convert to qdev.Gerd Hoffmann2009-09-155-14/+58
* ide/pci: convert to qdev.Gerd Hoffmann2009-09-151-69/+117
* ide/pci: fix indentionGerd Hoffmann2009-09-151-6/+6
* ide/qdev: add ide bus.Gerd Hoffmann2009-09-152-1/+147
* split away drive init from ide_init2()Gerd Hoffmann2009-09-152-32/+40
* qdev/pci: add pci_create_noinit()Gerd Hoffmann2009-09-152-3/+9
* mips malta: ensure that the serial ports are associated with a deviceAurelien Jarno2009-09-151-0/+9
* hw/serial: don't create a char device if none is specifiedAurelien Jarno2009-09-151-1/+6
* unbreak ppc/prepGerd Hoffmann2009-09-141-1/+4
* Add an ISA bus version of m48t59Blue Swirl2009-09-143-17/+80
* Fix Linux task preemption on Versatile boardDaniel Jacobowitz2009-09-141-2/+3
* pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias2009-09-141-11/+12
* ne2000-isa: Do not free memory owned by qdevmalc2009-09-141-2/+0Star
* Sparc64: make system bus parent of PCI busBlue Swirl2009-09-131-1/+1
* x86: move a declaration to headerBlue Swirl2009-09-131-2/+0Star
* x86: add 'const'Blue Swirl2009-09-131-6/+7
* Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger2009-09-121-3/+3
* Fix xen build after sys-queue renamingJan Kiszka2009-09-121-1/+1
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-1215-92/+92
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-2/+3