aboutsummaryrefslogtreecommitdiffstats
path: root/hw/gus.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-07Restore consistent formattingmalc1-14/+14
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-14/+18
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-7/+13
2011-12-20audio: remove unused parameter isa_picHervé Poussineau1-1/+1
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-2/+2
2011-10-11gus: Convert to isa_register_portio_listRichard Henderson1-19/+19
2011-10-09Restore consistent formattingmalc1-6/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+4
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-12-03gus: port to vmstateJuan Quintela1-30/+17
2009-09-18audio: use muldiv64 where it makes sensemalc1-2/+2
2009-09-12gus: Do not manually free the state, qdev does it for usmalc1-1/+0
2009-09-10Fix formatting, get rid of conf and fix descriptionmalc1-14/+7
2009-09-10qdev/isa: convert gravis ultrasoundGerd Hoffmann1-26/+49
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-2/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-6/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-11/+0
2008-12-11Add missing static qualifiermalc1-3/+3
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2008-07-05Avoid signedness warningsmalc1-14/+12
2008-06-21Do not save dynamic fieldmalc1-4/+2
2008-06-21Add VM save/load supportmalc1-0/+36
2008-06-08Fix some signedness issues caught by gcc 4.3malc1-2/+2
2008-01-14Gravis Ultrasound GF1 sound card emulation (malc).balrog1-0/+300