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
/
include
/
hw
/
audio
Age
Commit message (
Expand
)
Author
2023-11-07
virtio-sound: implement audio output (TX)
Manos Pitsidianakis
2023-11-07
virtio-sound: handle control messages and streams
Manos Pitsidianakis
2023-11-07
Add virtio-sound device stub
Manos Pitsidianakis
2023-10-19
hw/audio/pcspk: Inline pcspk_init()
Philippe Mathieu-Daudé
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
2023-10-06
hw/audio/soundhw: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-06
asc: generate silence if FIFO empty but engine still running
Mark Cave-Ayland
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
2022-05-14
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2022-05-14
soundhw: extract soundhw help to a separate function
Paolo Bonzini
2022-05-07
pc: remove -soundhw pcspk
Paolo Bonzini
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-06
audio: set default value for pcspk.iobase property
Gerd Hoffmann
2020-07-06
audio: rework pcspk_init()
Gerd Hoffmann
2020-07-06
audio: add deprecated_register_soundhw
Gerd Hoffmann
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
2018-10-29
audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
Mao Zhongyi
2018-02-02
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2017-05-19
audio: Rename audio_init() to soundhw_init()
Eduardo Habkost
2017-05-19
audio: Move arch_init audio code to hw/audio/soundhw.c
Eduardo Habkost
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-06-29
pcspk: convert "pit" property type from ptr to link
Efimov Vasily
2013-06-07
isa: QOM'ify ISADevice
Andreas Färber
2013-04-29
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
2013-04-29
pcspk: QOM'ify
Andreas Färber
2013-04-08
hw: move headers to include/
Paolo Bonzini