aboutsummaryrefslogtreecommitdiff
path: root/hw/gus.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-07Restore consistent formattingmalc
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2011-12-20audio: remove unused parameter isa_picHervé Poussineau
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-10-11gus: Convert to isa_register_portio_listRichard Henderson
2011-10-09Restore consistent formattingmalc
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
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