aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/gus.c
AgeCommit message (Expand)Author
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
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 gusGerd Hoffmann
2020-05-25hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé
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-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-04audio: GUSsample is int16_tJuan Quintela
2016-09-08portio: keep references on portioMarc-André Lureau
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-03gus: 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-27gus: clean up MemoryRegionPortioPaolo 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-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-06-06gus: QOM'ify some moreAndreas Färber
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini