summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* ioports: remove unused env parameter and compile only onceBlue Swirl2009-09-205-29/+27
* 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/+22
* 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/+4
* 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/+0
* Sparc64: make system bus parent of PCI busBlue Swirl2009-09-131-1/+1
* x86: move a declaration to headerBlue Swirl2009-09-131-2/+0
* 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
* gus: Do not manually free the state, qdev does it for usmalc2009-09-121-1/+0
* vmstate: port cirrus_vga deviceJuan Quintela2009-09-112-98/+63
* vmstate: port serial deviceJuan Quintela2009-09-111-36/+37
* vmstate: port hpet deviceJuan Quintela2009-09-111-35/+38
* hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela2009-09-111-6/+2
* vmstate: port ioapic deviceJuan Quintela2009-09-111-27/+12
* vmstate: add uint64 array supportJuan Quintela2009-09-111-0/+6
* vmstate: port pckbd deviceJuan Quintela2009-09-111-24/+15
* vmstate: port vmmouse deviceJuan Quintela2009-09-111-28/+20
* vmstate: port dma deviceJuan Quintela2009-09-111-51/+34
OpenPOWER on IntegriCloud