summaryrefslogtreecommitdiffstats
path: root/hw/sb16.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* Restore consistent formattingmalc2012-02-071-54/+54
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-15/+19
* 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
* sb16: Convert to isa_register_portio_listRichard Henderson2011-10-111-19/+13
* Restore consistent formattingmalc2011-10-091-4/+4
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* Keep track of ISA ports ISA device is using in qdev.Gleb Natapov2010-12-111-0/+4
* dma/sb16: make clang analyzer not complainmalc2010-01-121-1/+3
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* sb16: port to vmstateJuan Quintela2009-12-031-107/+61
* sb16: remove highspeed reset codemalc2009-11-181-8/+1
* audio: use muldiv64 where it makes sensemalc2009-09-181-2/+2
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-2/+3
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Fix formattingmalc2009-09-101-5/+5
* qdev/isa: convert soundblasterGerd Hoffmann2009-09-101-24/+39
* Fix sb16 breakage due to unassigned s->irqmalc2009-08-281-0/+1
* Fix formattingmalc2009-08-281-1/+1
* Add isa_reserve_irq().Jes Sorensen2009-08-271-13/+12
* Restore consistent formatting of audio devicesmalc2009-06-201-4/+4
* 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-5/+0
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-4/+2
* Make audio violate POSIX lessmalc2008-12-031-4/+4
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-141-0/+6
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-60/+60
* Break up vl.h.pbrook2007-11-171-1/+5
* Unify IRQ handling.pbrook2007-04-071-11/+13
* audio endianness API changes (malc)bellard2006-07-041-8/+8
* sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)bellard2006-07-041-24/+60
* C99 64 bit printfbellard2006-06-251-1/+1
* pcm endianness is now explicit (malc)bellard2005-11-201-3/+6
* spelling fix (malc)bellard2005-11-101-1/+1
* audio merge (malc)bellard2005-11-051-23/+55
* merged 15a_aqemu.patch audio patch (malc)bellard2005-10-301-77/+189
* commentbellard2005-08-211-1/+1
* audio fix (malc)bellard2004-11-141-20/+45
* audio fixes (malc)bellard2004-11-111-2/+2
* audio clean up (initial patch by malc)bellard2004-11-091-7/+13
* audio merge (malc)bellard2004-11-071-591/+821
* SDL Audio support and SB16 fixes (malc)bellard2004-10-091-60/+305
* audip fixes (malc)bellard2004-06-071-8/+42
* safer sb16 codebellard2004-04-161-12/+22
OpenPOWER on IntegriCloud