summary refs log tree commit diff stats
path: root/hw/audio/es1370.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/audio: Constify VMStateRichard Henderson2023-12-291-2/+2
* hw/audio/es1370: Clean up commentPeter Maydell2023-11-131-2/+7
* hw/audio/es1370: trace lost interruptsVolker Rümelin2023-10-101-4/+10
* hw/audio/es1370: change variable type and nameVolker Rümelin2023-10-101-7/+8
* hw/audio/es1370: block structure coding style fixesVolker Rümelin2023-10-101-20/+16
* hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rotVolker Rümelin2023-10-101-12/+13
* hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rotVolker Rümelin2023-10-101-69/+66
* hw/audio/es1370: remove unused dolog macroVolker Rümelin2023-10-101-7/+0
* hw/audio/es1370: replace bit-rotted code with tracepointsVolker Rümelin2023-10-101-37/+18
* hw/audio/es1370: reset current sample counterVolker Rümelin2023-10-101-1/+1
* audio: propagate Error * out of audio_initMartin Kletzander2023-10-031-1/+4
* hw/audio/es1370: Replace container_of() by ES1370() QOM cast macroPhilippe Mathieu-Daudé2023-02-271-1/+2
* hw/audio/es1370: Avoid forward-declaring ES1370StatePhilippe Mathieu-Daudé2023-02-271-4/+3
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-081-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-2/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* audio: deprecate -soundhw es1370Gerd Hoffmann2020-07-061-7/+2
* es1370: check total frame count against current framePrasad J Pandit2020-05-251-2/+5
* 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-3/+3
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-1/+6
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-2/+2
* es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini2018-10-191-2/+8
* es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini2018-10-021-2/+8
* es1370: simplify MemoryRegionOpsPaolo Bonzini2018-08-231-210/+25
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost2017-05-191-1/+1
* es1370: wire up reset via DeviceClassGerd Hoffmann2017-01-111-3/+3
* audio: es1370: add exit functionLi Qiang2017-01-111-0/+14
* ES1370: QOMifyCao jin2016-02-111-3/+7
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde2015-10-191-11/+6
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+2
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-2/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2013-04-291-1/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1089