summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-09-13Sparc64: make system bus parent of PCI busBlue Swirl1-1/+1
2009-09-13x86: move a declaration to headerBlue Swirl1-2/+0
2009-09-13x86: add 'const'Blue Swirl1-6/+7
2009-09-12Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is ...Reimar Döffinger1-3/+3
2009-09-12Fix xen build after sys-queue renamingJan Kiszka1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl15-92/+92
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc1-2/+3
2009-09-12gus: Do not manually free the state, qdev does it for usmalc1-1/+0
2009-09-11vmstate: port cirrus_vga deviceJuan Quintela2-98/+63
2009-09-11vmstate: port serial deviceJuan Quintela1-36/+37
2009-09-11vmstate: port hpet deviceJuan Quintela1-35/+38
2009-09-11hpet: it is imposible that qemu_timer field is NULL at this pointJuan Quintela1-6/+2
2009-09-11vmstate: port ioapic deviceJuan Quintela1-27/+12
2009-09-11vmstate: add uint64 array supportJuan Quintela1-0/+6
2009-09-11vmstate: port pckbd deviceJuan Quintela1-24/+15
2009-09-11vmstate: port vmmouse deviceJuan Quintela1-28/+20
2009-09-11vmstate: port dma deviceJuan Quintela1-51/+34
2009-09-11vmstate: add support for arrays of uint16_tJuan Quintela1-0/+6
2009-09-11vmstate: port fdc deviceJuan Quintela1-92/+62
2009-09-11vmstate: add support for uint8_t equalJuan Quintela1-0/+4
2009-09-11vmstate: port i8259 deviceJuan Quintela1-48/+26
2009-09-11vmstate: port fw_cfg deviceJuan Quintela1-21/+12
2009-09-11vmstate: Add pre/post_save() hooksJuan Quintela1-0/+2
2009-09-11vmstate: Add pre_load() hookJuan Quintela1-0/+1
2009-09-11vmstate: rename run_after_load() -> post_load()Juan Quintela5-9/+9
2009-09-11vmstate: add sensible arguments to vmstate_unregister()Juan Quintela1-1/+1
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela36-98/+110
2009-09-11qdev: add parser for chardev propertiesGerd Hoffmann1-0/+11
2009-09-11convert braille chardev to QemuOpts.Gerd Hoffmann2-2/+2
2009-09-11convert msmouse chardev to QemuOpts.Gerd Hoffmann2-2/+2
2009-09-11qdev: Fix i6300 upcastMarkus Armbruster1-4/+4
2009-09-11VirtIO: Fix QEMU crash during Windows PNP testsYan Vugenfirer1-2/+12
2009-09-11virtio-blk: add volatile writecache featureChristoph Hellwig2-1/+27
2009-09-11ide: use bdrv_aio_flushChristoph Hellwig1-3/+13
2009-09-11block: add enable_write_cache flagChristoph Hellwig2-3/+8
2009-09-11qemu: init all queues to NO_VECTOR valueMichael S. Tsirkin1-0/+3
2009-09-11qemu: make virtio-blk PCI compliant by defaultMichael S. Tsirkin1-4/+8
2009-09-11virtio-blk: Use bdrv_aio_multiwriteKevin Wolf1-8/+42
2009-09-11Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori1-0/+2
2009-09-10Fix formattingmalc1-5/+5
2009-09-10Fix formatting, get rid of conf and fix descriptionmalc1-14/+7
2009-09-10Fix formatting and and description fieldmalc1-4/+5
2009-09-10qdev/isa: convert real time clockGerd Hoffmann7-18/+38
2009-09-10qdev/isa: finish pckbd conversionGerd Hoffmann3-24/+4
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann7-91/+167
2009-09-10qdev/isa: convert gravis ultrasoundGerd Hoffmann2-28/+51
2009-09-10qdev/isa: convert cs4231a sound cardGerd Hoffmann1-13/+33
2009-09-10qdev/isa: convert soundblasterGerd Hoffmann1-24/+39
2009-09-10qdev: add isa_create() functionGerd Hoffmann2-2/+14
2009-09-10qdev: tag isabus-bridge as no-userGerd Hoffmann1-0/+1