summaryrefslogtreecommitdiffstats
path: root/hw/gus.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* Restore consistent formattingmalc2012-02-071-14/+14
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-14/+18
* isa: pic: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+13
* audio: remove unused parameter isa_picHervé Poussineau2011-12-201-1/+1
* isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-201-2/+2
* gus: Convert to isa_register_portio_listRichard Henderson2011-10-111-19/+19
* Restore consistent formattingmalc2011-10-091-6/+5
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+4
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* gus: port to vmstateJuan Quintela2009-12-031-30/+17
* audio: use muldiv64 where it makes sensemalc2009-09-181-2/+2
* gus: Do not manually free the state, qdev does it for usmalc2009-09-121-1/+0
* Fix formatting, get rid of conf and fix descriptionmalc2009-09-101-14/+7
* qdev/isa: convert gravis ultrasoundGerd Hoffmann2009-09-101-26/+49
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-2/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-6/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-11/+0
* Add missing static qualifiermalc2008-12-111-3/+3
* Make audio violate POSIX lessmalc2008-12-031-1/+1
* Avoid signedness warningsmalc2008-07-051-14/+12
* Do not save dynamic fieldmalc2008-06-211-4/+2
* Add VM save/load supportmalc2008-06-211-0/+36
* Fix some signedness issues caught by gcc 4.3malc2008-06-081-2/+2
* Gravis Ultrasound GF1 sound card emulation (malc).balrog2008-01-141-0/+300
OpenPOWER on IntegriCloud