summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* vmstate: add support for arrays of uint16_tJuan Quintela2009-09-111-0/+6
* vmstate: port fdc deviceJuan Quintela2009-09-111-92/+62
* vmstate: add support for uint8_t equalJuan Quintela2009-09-111-0/+4
* vmstate: port i8259 deviceJuan Quintela2009-09-111-48/+26
* vmstate: port fw_cfg deviceJuan Quintela2009-09-111-21/+12
* vmstate: Add pre/post_save() hooksJuan Quintela2009-09-111-0/+2
* vmstate: Add pre_load() hookJuan Quintela2009-09-111-0/+1
* vmstate: rename run_after_load() -> post_load()Juan Quintela2009-09-115-9/+9
* vmstate: add sensible arguments to vmstate_unregister()Juan Quintela2009-09-111-1/+1
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-1136-98/+110
* qdev: add parser for chardev propertiesGerd Hoffmann2009-09-111-0/+11
* convert braille chardev to QemuOpts.Gerd Hoffmann2009-09-112-2/+2
* convert msmouse chardev to QemuOpts.Gerd Hoffmann2009-09-112-2/+2
* qdev: Fix i6300 upcastMarkus Armbruster2009-09-111-4/+4
* VirtIO: Fix QEMU crash during Windows PNP testsYan Vugenfirer2009-09-111-2/+12
* virtio-blk: add volatile writecache featureChristoph Hellwig2009-09-112-1/+27
* ide: use bdrv_aio_flushChristoph Hellwig2009-09-111-3/+13
* block: add enable_write_cache flagChristoph Hellwig2009-09-112-3/+8
* qemu: init all queues to NO_VECTOR valueMichael S. Tsirkin2009-09-111-0/+3
* qemu: make virtio-blk PCI compliant by defaultMichael S. Tsirkin2009-09-111-4/+8
* virtio-blk: Use bdrv_aio_multiwriteKevin Wolf2009-09-111-8/+42
* Revert "don't call cpu_sychronize_state from reset handlers"Anthony Liguori2009-09-111-0/+2
* Fix formattingmalc2009-09-101-5/+5
* Fix formatting, get rid of conf and fix descriptionmalc2009-09-101-14/+7
* Fix formatting and and description fieldmalc2009-09-101-4/+5
* qdev/isa: convert real time clockGerd Hoffmann2009-09-107-18/+38
* qdev/isa: finish pckbd conversionGerd Hoffmann2009-09-103-24/+4
* qdev/isa: convert ne2000Gerd Hoffmann2009-09-107-91/+167
* qdev/isa: convert gravis ultrasoundGerd Hoffmann2009-09-102-28/+51
* qdev/isa: convert cs4231a sound cardGerd Hoffmann2009-09-101-13/+33
* qdev/isa: convert soundblasterGerd Hoffmann2009-09-101-24/+39
* qdev: add isa_create() functionGerd Hoffmann2009-09-102-2/+14
* qdev: tag isabus-bridge as no-userGerd Hoffmann2009-09-101-0/+1
* qdev: simplify isa irq assignmentsGerd Hoffmann2009-09-107-39/+21
* qdev: drop iobase properties from isa busGerd Hoffmann2009-09-109-34/+23
* qdev: add property type for 32bit signed integers.Gerd Hoffmann2009-09-102-0/+33
* isapc: pick a more sane default cpu for such old hardware.Gerd Hoffmann2009-09-101-0/+2
* isapc: Fix irq routingGerd Hoffmann2009-09-101-1/+2
* Fix VMSTATE_PCI_DEVICE versionJuan Quintela2009-09-091-1/+0
OpenPOWER on IntegriCloud