aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sb16.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3
2012-02-07Restore consistent formattingmalc1-54/+54
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-15/+19
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-11sb16: Convert to isa_register_portio_listRichard Henderson1-19/+13
2011-10-09Restore consistent formattingmalc1-4/+4
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+4
2010-01-12dma/sb16: make clang analyzer not complainmalc1-1/+3
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+1
2009-12-03sb16: port to vmstateJuan Quintela1-107/+61
2009-11-18sb16: remove highspeed reset codemalc1-8/+1
2009-09-18audio: use muldiv64 where it makes sensemalc1-2/+2
2009-09-12audio: remove lsbindex/popcount in favour of host-utils's ctz32malc1-2/+3
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-2/+2
2009-09-10Fix formattingmalc1-5/+5
2009-09-10qdev/isa: convert soundblasterGerd Hoffmann1-24/+39
2009-08-28Fix sb16 breakage due to unassigned s->irqmalc1-0/+1
2009-08-28Fix formattingmalc1-1/+1
2009-08-27Add isa_reserve_irq().Jes Sorensen1-13/+12
2009-06-20Restore consistent formatting of audio devicesmalc1-4/+4
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-5/+0
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-4/+2
2008-12-03Make audio violate POSIX lessmalc1-4/+4
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-0/+6
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-60/+60
2007-11-17Break up vl.h.pbrook1-1/+5
2007-04-07Unify IRQ handling.pbrook1-11/+13
2006-07-04audio endianness API changes (malc)bellard1-8/+8
2006-07-04sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)bellard1-24/+60
2006-06-25C99 64 bit printfbellard1-1/+1
2005-11-20pcm endianness is now explicit (malc)bellard1-3/+6
2005-11-10spelling fix (malc)bellard1-1/+1
2005-11-05audio merge (malc)bellard1-23/+55
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-77/+189
2005-08-21commentbellard1-1/+1
2004-11-14audio fix (malc)bellard1-20/+45
2004-11-11audio fixes (malc)bellard1-2/+2
2004-11-09audio clean up (initial patch by malc)bellard1-7/+13
2004-11-07audio merge (malc)bellard1-591/+821
2004-10-09SDL Audio support and SB16 fixes (malc)bellard1-60/+305
2004-06-07audip fixes (malc)bellard1-8/+42
2004-04-16safer sb16 codebellard1-12/+22
2004-03-31win32 port (initial patch by kazu)bellard1-5/+0
2004-03-23removed most of global context uses - removed unneeded abort() which cause pr...bellard1-150/+138
2004-03-14io port API changebellard1-10/+10