aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-09-20Compile ne2000 only onceBlue Swirl
2009-09-20ioports: remove unused env parameter and compile only onceBlue Swirl
2009-09-20Compile msix only onceBlue Swirl
2009-09-20Compile loader only onceBlue Swirl
2009-09-20Compile wdt_i6300esb only onceBlue Swirl
2009-09-19PPC: make system bus parent of PCI busBlue Swirl
2009-09-19ESP: convert to VMStateBlue Swirl
2009-09-18audio: use muldiv64 where it makes sensemalc
2009-09-16qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)Juergen Lock
2009-09-16escc: fix IRQ routing, broken by 6c319c82223a1766c5d64a20051e5c6ab7b53951Aurelien Jarno
2009-09-15ide/isa: convert to qdev.Gerd Hoffmann
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann
2009-09-15ide/pci: fix indentionGerd Hoffmann
2009-09-15ide/qdev: add ide bus.Gerd Hoffmann
2009-09-15split away drive init from ide_init2()Gerd Hoffmann
2009-09-15qdev/pci: add pci_create_noinit()Gerd Hoffmann
2009-09-15mips malta: ensure that the serial ports are associated with a deviceAurelien Jarno
2009-09-15hw/serial: don't create a char device if none is specifiedAurelien Jarno
2009-09-14unbreak ppc/prepGerd Hoffmann
2009-09-14Add an ISA bus version of m48t59Blue Swirl
2009-09-14Fix Linux task preemption on Versatile boardDaniel Jacobowitz
2009-09-14pflash_cfi01: Correct debug build, no functional changes.Edgar E. Iglesias
2009-09-14ne2000-isa: Do not free memory owned by qdevmalc
2009-09-13Sparc64: make system bus parent of PCI busBlue Swirl
2009-09-13x86: move a declaration to headerBlue Swirl
2009-09-13x86: add 'const'Blue Swirl
2009-09-12Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger
2009-09-12Fix xen build after sys-queue renamingJan Kiszka
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc
2009-09-12gus: Do not manually free the state, qdev does it for usmalc
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela