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
/
sb16.c
Age
Commit message (
Expand
)
Author
2024-01-05
hw/audio/sb16: Do not migrate qdev properties
Philippe Mathieu-Daudé
2023-12-29
hw/audio: Constify VMState
Richard Henderson
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
2023-02-27
hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available
Philippe Mathieu-Daudé
2023-02-27
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2021-06-24
hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h
Qiang Liu
2021-06-17
hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
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-07-06
audio: deprecate -soundhw sb16
Gerd Hoffmann
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
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-08-16
Include hw/irq.h a lot 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-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
2018-03-26
hw/audio: Fix crashes when devices are used on ISA bus without DMA
Thomas Huth
2018-02-02
hw/audio/sb16.c: change dolog() to qemu_log_mask()
John Arbuckle
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2016-09-08
portio: keep references on portio
Marc-André Lureau
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-02-03
sb16: use IsaDma interface instead of global DMA_* functions
Hervé Poussineau
2016-02-02
audio: Clean up includes
Peter Maydell
2015-10-19
Remove macros IO_READ_PROTO and IO_WRITE_PROTO
Nutan Shinde
2015-04-27
sb16: remove useless mixer_write_indexw
Paolo Bonzini
2015-01-22
sb16: fix interrupt acknowledgement
Paolo Bonzini
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-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-06-07
isa: Use realizefn for ISADevice
Andreas Färber
2013-04-29
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
2013-04-29
sb16: QOM'ify
Andreas Färber
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini