Richard Henderson
|
5fcabe628b
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
|
8 months ago |
Richard Henderson
|
ed1e71dac9
hw/audio: Constify all Property
|
8 months ago |
Richard Henderson
|
856a6fe4f4
hw/audio: Constify VMState
|
1 year ago |
Martin Kletzander
|
cb94ff5f80
audio: propagate Error * out of audio_init
|
1 year ago |
Philippe Mathieu-Daudé
|
8e7db8ab51
hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available
|
2 years ago |
Philippe Mathieu-Daudé
|
dc8d6cf203
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
|
2 years ago |
Bernhard Beschow
|
215caca6bf
hw/isa: Inline and remove one-line isa_init_irq()
|
3 years ago |
Eduardo Habkost
|
8063396bf3
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
|
5 years ago |
Eduardo Habkost
|
8110fa1d94
Use DECLARE_*CHECKER* macros
|
5 years ago |
Eduardo Habkost
|
db1015e92e
Move QOM typedefs and add missing includes
|
5 years ago |
Gerd Hoffmann
|
ba541176f4
audio: deprecate -soundhw gus
|
5 years ago |
Philippe Mathieu-Daudé
|
2f097e1964
hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'
|
5 years ago |
Marc-André Lureau
|
4f67d30b5e
qdev: set properties with device_class_set_props()
|
5 years ago |
Kővágó, Zoltán
|
5893591503
audio: remove audio_MIN, audio_MAX
|
6 years ago |
Kővágó, Zoltán
|
88e47b9a45
audio: add audiodev properties to frontends
|
6 years ago |
Markus Armbruster
|
a27bd6c779
Include hw/qdev-properties.h less
|
6 years ago |
Markus Armbruster
|
650d103d3e
Include hw/hw.h exactly where needed
|
6 years ago |
Markus Armbruster
|
d645427057
Include migration/vmstate.h less
|
6 years ago |
Markus Armbruster
|
64552b6be4
Include hw/irq.h a lot less
|
6 years ago |
Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 years ago |
Kővágó, Zoltán
|
85bc58520c
audio: use qapi AudioFormat instead of audfmt_e
|
6 years ago |
Thomas Huth
|
c9073238fc
hw/audio: Fix crashes when devices are used on ISA bus without DMA
|
7 years ago |
Eduardo Habkost
|
8a824e4d74
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
|
8 years ago |
Juan Quintela
|
135f5ae197
audio: GUSsample is int16_t
|
8 years ago |
Marc-André Lureau
|
e305a16510
portio: keep references on portio
|
9 years ago |
Laurent Vivier
|
c00dc6750f
replace muldiv64(a, b, c) by (uint64_t)a * b / c
|
9 years ago |
Markus Armbruster
|
da34e65cb4
include/qemu/osdep.h: Don't include qapi/error.h
|
9 years ago |
Hervé Poussineau
|
467be5f2f0
gus: use IsaDma interface instead of global DMA_* functions
|
9 years ago |
Peter Maydell
|
6086a565b0
audio: Clean up includes
|
9 years ago |
Nutan Shinde
|
8307c294a3
Remove macros IO_READ_PROTO and IO_WRITE_PROTO
|
10 years ago |