index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
audio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-11
hw/audio/cs4231a: Const'ify global tables
Bernhard Beschow
1
-4
/
+4
2022-05-25
hw/audio/ac97: Remove unneeded local variables
BALATON Zoltan
1
-53
/
+49
2022-05-25
hw/audio/ac97: Remove unimplemented reset functions
BALATON Zoltan
1
-16
/
+1
2022-05-25
hw/audio/ac97: Coding style fixes to avoid checkpatch errors
BALATON Zoltan
1
-373
/
+360
2022-05-14
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2
-7
/
+10
2022-05-14
soundhw: move help handling to vl.c
Paolo Bonzini
1
-15
/
+9
2022-05-14
soundhw: unify initialization for ISA and PCI soundhw
Paolo Bonzini
1
-9
/
+14
2022-05-14
soundhw: extract soundhw help to a separate function
Paolo Bonzini
1
-14
/
+19
2022-05-14
soundhw: remove ability to create multiple soundcards
Paolo Bonzini
1
-56
/
+32
2022-05-07
pc: remove -soundhw pcspk
Paolo Bonzini
2
-33
/
+4
2022-03-22
Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-3
/
+8
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-21
hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
Philippe Mathieu-Daudé
1
-1
/
+1
2022-03-21
hw/audio/intel-hda: Do not ignore DMA overrun errors
Philippe Mathieu-Daudé
1
-2
/
+7
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
3
-3
/
+3
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-1
/
+0
2022-01-20
hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/
Philippe Mathieu-Daudé
1
-3
/
+0
2022-01-13
hw/audio/intel-hda: fix stream reset
Volker Rümelin
1
-1
/
+1
2021-12-31
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-4
/
+6
2021-12-31
pci: Let pci_dma_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+2
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-1
/
+1
2021-07-26
hw/audio/adlib: Remove unused variable in adlib_callback
Richard Henderson
1
-2
/
+1
2021-06-24
hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h
Qiang Liu
1
-12
/
+19
2021-06-17
hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range
Philippe Mathieu-Daudé
1
-0
/
+14
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-12
Drop the deprecated lm32 target
Markus Armbruster
3
-373
/
+0
2021-03-19
hw: Replace anti-social QOM type names
Markus Armbruster
1
-1
/
+1
2021-01-04
audio/via-ac97: Simplify code and set user_creatable to false
BALATON Zoltan
1
-32
/
+19
2021-01-04
vt82c686: Split off via-[am]c97 into separate file in hw/audio
BALATON Zoltan
2
-0
/
+107
2020-12-15
cs4231: Get rid of empty property array
Eduardo Habkost
1
-5
/
+0
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
12
-34
/
+12
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
1
-1
/
+1
2020-09-09
Use OBJECT_DECLARE_TYPE where possible
Eduardo Habkost
1
-4
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
15
-27
/
+32
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
15
-28
/
+54
2020-09-02
hda-audio: Set instance_size at base class
Eduardo Habkost
1
-3
/
+1
2020-08-21
meson: convert hw/audio
Marc-André Lureau
2
-18
/
+14
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-07-06
audio: set default value for pcspk.iobase property
Gerd Hoffmann
1
-1
/
+1
2020-07-06
audio: deprecate -soundhw pcspk
Gerd Hoffmann
1
-3
/
+21
2020-07-06
audio: deprecate -soundhw hda
Gerd Hoffmann
1
-0
/
+3
2020-07-06
audio: deprecate -soundhw sb16
Gerd Hoffmann
1
-7
/
+2
2020-07-06
audio: deprecate -soundhw gus
Gerd Hoffmann
1
-7
/
+1
2020-07-06
audio: deprecate -soundhw cs4231a
Gerd Hoffmann
1
-7
/
+1
2020-07-06
audio: deprecate -soundhw adlib
Gerd Hoffmann
1
-7
/
+1
2020-07-06
audio: deprecate -soundhw es1370
Gerd Hoffmann
1
-7
/
+2
2020-07-06
audio: deprecate -soundhw ac97
Gerd Hoffmann
1
-7
/
+2
[next]