index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
audio
/
hda-codec.c
Age
Commit message (
Expand
)
Author
2023-12-29
hw/audio: Constify VMState
Richard Henderson
2023-12-02
hw/audio/hda-codec: reenable the audio mixer
Volker Rümelin
2023-12-02
hw/audio/hda-codec: fix multiplication overflow
Volker Rümelin
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
2023-02-27
hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
Philippe Mathieu-Daudé
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-02
hda-audio: Set instance_size at base class
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-06
hda-codec: fix recording rate control
Volker Rümelin
2020-01-06
hda-codec: fix playback rate control
Volker Rümelin
2019-08-21
audio: remove audio_MIN, audio_MAX
Kővágó, Zoltán
2019-08-21
audio: add audiodev properties to frontends
Kővágó, Zoltán
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-11
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2018-07-24
audio/hda: Fix migration
Dr. David Alan Gilbert
2018-07-03
audio/hda: fix CID 1393631
Gerd Hoffmann
2018-07-03
audio/hda: adjust larger gaps faster
Gerd Hoffmann
2018-07-02
audio/hda: drop atomics
Gerd Hoffmann
2018-06-25
audio/hda: enable new timer code by default.
Gerd Hoffmann
2018-06-25
audio/hda: detect output buffer overruns
Gerd Hoffmann
2018-06-25
audio/hda: tweak timer adjust logic
Gerd Hoffmann
2018-06-25
audio/hda: turn some dprintfs into trace points
Gerd Hoffmann
2018-06-25
audio/hda: create millisecond timers that handle IO
Gerd Hoffmann
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-05-04
hw/audio: convert exit callback in HDACodecDeviceClass to void
Zihan Yang
2016-02-02
audio: Clean up includes
Peter Maydell
2014-08-15
audio: don't use 'Yoda conditions'
Gonglei
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-04-29
hda-audio: fix non-mixer codecs
Gerd Hoffmann
2014-02-24
hda-audio: qom cleanups
Gerd Hoffmann
2014-01-20
hda-codec: disable streams on reset
Gerd Hoffmann
2013-09-24
audio: remove CONFIG_MIXEMU configure option
Bandan Das
2013-09-24
hda-codec: make mixemu selectable at runtime
Bandan Das
2013-09-24
hda-codec: refactor common definitions into a header file
Bandan Das
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini