aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/sb16.c
AgeCommit message (Expand)Author
2024-01-05hw/audio/sb16: Do not migrate qdev propertiesPhilippe Mathieu-Daudé
2023-12-29hw/audio: Constify VMStateRichard Henderson
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander
2023-02-27hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is availablePhilippe Mathieu-Daudé
2023-02-27hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()Philippe Mathieu-Daudé
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2021-06-24hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42hQiang Liu
2021-06-17hw/audio/sb16: Avoid assertion by restricting I/O sampling rate rangePhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-06audio: deprecate -soundhw sb16Gerd Hoffmann
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth
2018-02-02hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2016-09-08portio: keep references on portioMarc-André Lureau
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-03sb16: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-02audio: Clean up includesPeter Maydell
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde
2015-04-27sb16: remove useless mixer_write_indexwPaolo Bonzini
2015-01-22sb16: fix interrupt acknowledgementPaolo Bonzini
2014-08-15audio: don't use 'Yoda conditions'Gonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-29sb16: QOM'ifyAndreas Färber
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini