summaryrefslogtreecommitdiffstats
path: root/hw/gus.c
Commit message (Expand)AuthorAgeFilesLines
* 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