aboutsummaryrefslogtreecommitdiff
path: root/hw/gus.c
AgeCommit message (Expand)Author
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-12-03gus: port to vmstateJuan Quintela
2009-09-18audio: use muldiv64 where it makes sensemalc
2009-09-12gus: Do not manually free the state, qdev does it for usmalc
2009-09-10Fix formatting, get rid of conf and fix descriptionmalc
2009-09-10qdev/isa: convert gravis ultrasoundGerd Hoffmann
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-05-14Remove any pretense that there can be more than one AudioStatemalc
2009-05-12Push AUD_init down to devicesPaul Brook
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-11Add missing static qualifiermalc
2008-12-03Make audio violate POSIX lessmalc
2008-07-05Avoid signedness warningsmalc
2008-06-21Do not save dynamic fieldmalc
2008-06-21Add VM save/load supportmalc
2008-06-08Fix some signedness issues caught by gcc 4.3malc
2008-01-14Gravis Ultrasound GF1 sound card emulation (malc).balrog