index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
audio
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/audio/gus: Fix registers 32-bit access
Allan Peramaki
2020-06-19
2
-2
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
Philippe Mathieu-Daudé
2020-05-25
1
-7
/
+1
*
es1370: check total frame count against current frame
Prasad J Pandit
2020-05-25
1
-2
/
+5
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
2
-2
/
+2
*
Compress lines for immediate return
Simran Singhal
2020-05-04
2
-7
/
+2
*
hw/audio/fmopl: fix segmentation fault
Volker Rümelin
2020-03-25
1
-2
/
+2
*
hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
Philippe Mathieu-Daudé
2020-03-16
1
-14
/
+10
*
hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+3
*
hw/audio/fmopl: Fix a typo twice
Philippe Mathieu-Daudé
2020-03-09
1
-2
/
+2
*
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-30
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
13
-14
/
+14
*
hda-codec: fix recording rate control
Volker Rümelin
2020-01-06
1
-2
/
+2
*
hda-codec: fix playback rate control
Volker Rümelin
2020-01-06
1
-2
/
+2
*
hw/audio: Remove the "use_broken_id" hack from the AC97 device
Thomas Huth
2019-12-18
1
-9
/
+0
*
audio: remove audio_MIN, audio_MAX
Kővágó, Zoltán
2019-08-21
10
-31
/
+31
*
audio: add audiodev properties to frontends
Kővágó, Zoltán
2019-08-21
11
-1
/
+26
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
10
-3
/
+10
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
11
-11
/
+0
*
Include exec/memory.h slightly less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
14
-0
/
+14
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
6
-0
/
+6
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
14
-0
/
+18
*
hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev
Philippe Mathieu-Daudé
2019-06-06
1
-1
/
+1
*
Revert "audio: fix pc speaker init"
Gerd Hoffmann
2019-04-01
1
-15
/
+21
*
trace-events: Shorten file names in comments
Markus Armbruster
2019-03-22
1
-3
/
+3
*
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2019-03-11
11
-32
/
+32
*
i2c: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+1
*
isa: express dependencies with kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+2
*
build: convert sound.mak to Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+8
*
build: convert pci.mak to Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+6
*
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+35
*
i2c: have I2C receive operation return uint8_t
Corey Minyard
2019-02-28
1
-1
/
+1
*
audio: fix pc speaker init
Gerd Hoffmann
2019-01-24
1
-20
/
+15
*
hw/audio/marvell: Don't include unnecessary i2c.h header file
Thomas Huth
2019-01-09
1
-1
/
+0
*
audio/hda: fix guest triggerable assert
Gerd Hoffmann
2018-11-27
1
-0
/
+6
*
fmops: fix off-by-one in AR_TABLE and DR_TABLE array size
Gerd Hoffmann
2018-11-26
1
-2
/
+2
*
audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
Mao Zhongyi
2018-10-29
1
-1
/
+0
*
audio: use object link instead of qdev property to pass wm8750 reference
Mao Zhongyi
2018-10-29
1
-7
/
+6
*
audio: use TYPE_WM8750 instead of a hardcoded string
Mao Zhongyi
2018-10-29
1
-1
/
+1
*
hw: AC97: make it more QOMconventional
Li Qiang
2018-10-29
1
-4
/
+8
*
es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
2018-10-19
1
-2
/
+8
*
es1370: fix ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
2018-10-02
1
-2
/
+8
*
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-08-23
3
-3
/
+10
*
es1370: simplify MemoryRegionOps
Paolo Bonzini
2018-08-23
1
-210
/
+25
*
audio/hda: Fix migration
Dr. David Alan Gilbert
2018-07-24
1
-1
/
+1
*
audio/hda: fix CID 1393631
Gerd Hoffmann
2018-07-03
1
-1
/
+1
*
audio/hda: adjust larger gaps faster
Gerd Hoffmann
2018-07-03
1
-0
/
+3
[next]