summaryrefslogtreecommitdiffstats
path: root/hw/audio/sb16.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* audio: deprecate -soundhw sb16Gerd Hoffmann2020-07-061-7/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* audio: remove audio_MIN, audio_MAXKővágó, Zoltán2019-08-211-1/+1
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-7/+7
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-231-3/+8
* hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth2018-03-261-2/+7
* hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle2018-02-021-36/+43
* audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost2017-05-191-1/+1
* portio: keep references on portioMarc-André Lureau2016-09-081-1/+3
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-5/+18
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde2015-10-191-10/+5Star
* sb16: remove useless mixer_write_indexwPaolo Bonzini2015-04-271-7/+0Star
* sb16: fix interrupt acknowledgementPaolo Bonzini2015-01-221-2/+2
* audio: don't use 'Yoda conditions'Gonglei2014-08-151-3/+3
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+1Star
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-2/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-7/+14
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-291-1/+2
* sb16: QOM'ifyAndreas Färber2013-04-291-6/+8
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1424