aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/sb16.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán1-1/+1
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+2
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-7/+7
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-3/+8
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth1-2/+7
2018-02-02hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle1-36/+43
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost1-1/+1
2016-09-08portio: keep references on portioMarc-André Lureau1-1/+3
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-02-03sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-5/+18
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde1-10/+5
2015-04-27sb16: remove useless mixer_write_indexwPaolo Bonzini1-7/+0
2015-01-22sb16: fix interrupt acknowledgementPaolo Bonzini1-2/+2
2014-08-15audio: don't use 'Yoda conditions'Gonglei1-3/+3
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-2/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-7/+14
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini1-1/+2
2013-04-29sb16: QOM'ifyAndreas Färber1-6/+8
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1424