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
2023-10-10
hw/audio/es1370: trace lost interrupts
Volker Rümelin
2
-5
/
+12
2023-10-10
hw/audio/es1370: change variable type and name
Volker Rümelin
1
-7
/
+8
2023-10-10
hw/audio/es1370: block structure coding style fixes
Volker Rümelin
1
-20
/
+16
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
Volker Rümelin
1
-12
/
+13
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
Volker Rümelin
1
-69
/
+66
2023-10-10
hw/audio/es1370: remove unused dolog macro
Volker Rümelin
1
-7
/
+0
2023-10-10
hw/audio/es1370: replace bit-rotted code with tracepoints
Volker Rümelin
2
-37
/
+28
2023-10-10
hw/audio/es1370: reset current sample counter
Volker Rümelin
1
-1
/
+1
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
4
-0
/
+741
2023-10-06
hw/audio/soundhw: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+3
2023-10-06
asc: generate silence if FIFO empty but engine still running
Mark Cave-Ayland
1
-0
/
+19
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
4
-0
/
+722
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
11
-20
/
+43
2023-09-22
hw/audio/lm4549: Add errp error reporting to init function
Martin Kletzander
3
-3
/
+5
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
3
-18
/
+20
2023-09-08
audio: spelling fixes
Michael Tokarev
4
-9
/
+9
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-14
/
+14
2023-03-08
hw/audio/via-ac97: Basic implementation of audio playback
BALATON Zoltan
2
-6
/
+455
2023-02-27
hw/audio/ac97: Split off some definitions to a header
BALATON Zoltan
2
-42
/
+66
2023-02-27
hw/audio/ac97: Replace container_of() by AC97() QOM cast macro
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
Philippe Mathieu-Daudé
1
-1
/
+2
2023-02-27
hw/audio/es1370: Avoid forward-declaring ES1370State
Philippe Mathieu-Daudé
1
-4
/
+3
2023-02-27
hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
Philippe Mathieu-Daudé
1
-4
/
+3
2023-02-27
hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available
Philippe Mathieu-Daudé
3
-7
/
+10
2023-02-27
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
3
-4
/
+4
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
3
-3
/
+3
2022-11-23
hw/audio/intel-hda: Drop unnecessary prototype
Peter Maydell
1
-2
/
+0
2022-11-23
hw/audio/intel-hda: don't reset codecs twice
Peter Maydell
1
-3
/
+1
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
[next]