aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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
2009-09-11vmstate: port serial deviceJuan Quintela
2009-09-11vmstate: port hpet deviceJuan Quintela
2009-09-11hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela
2009-09-11vmstate: port ioapic deviceJuan Quintela
2009-09-11vmstate: add uint64 array supportJuan Quintela
2009-09-11vmstate: port pckbd deviceJuan Quintela
2009-09-11vmstate: port vmmouse deviceJuan Quintela
2009-09-11vmstate: port dma deviceJuan Quintela
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela
2009-09-11vmstate: port fdc deviceJuan Quintela
2009-09-11vmstate: add support for uint8_t equalJuan Quintela
2009-09-11vmstate: port i8259 deviceJuan Quintela
2009-09-11vmstate: port fw_cfg deviceJuan Quintela
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela
2009-09-11vmstate: Add pre_load() hookJuan Quintela
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela