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
/
intel-hda.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-12-29
hw/audio: Constify VMState
Richard Henderson
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
2022-11-23
hw/audio/intel-hda: Drop unnecessary prototype
Peter Maydell
2022-11-23
hw/audio/intel-hda: don't reset codecs twice
Peter Maydell
2022-05-14
introduce -audio as a replacement for -soundhw
Paolo Bonzini
2022-03-22
Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)
Philippe Mathieu-Daudé
2022-03-21
hw/audio/intel-hda: Do not ignore DMA overrun errors
Philippe Mathieu-Daudé
2022-01-13
hw/audio/intel-hda: fix stream reset
Volker Rümelin
2021-12-31
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
2021-12-31
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
pci: Let pci_dma_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
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 hda
Gerd Hoffmann
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-03-16
hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
Philippe Mathieu-Daudé
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
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-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-11-27
audio/hda: fix guest triggerable assert
Gerd Hoffmann
2018-06-25
audio/hda: create millisecond timers that handle IO
Gerd Hoffmann
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-18
audio: intel-hda: do not use old_mmio accesses
Matt Parker
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2017-05-04
hw/audio: replace exit with unrealize in hda_codec_device_class_init
Zihan Yang
2016-10-26
audio: intel-hda: check stream entry count during transfer
Prasad J Pandit
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
intel-hda: change msi property type
Cao jin
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-03
hw/audio: QOM'ify intel-hda
xiaoqiang zhao
2016-06-03
hw/audio: QOM cleanup for intel-hda
xiaoqiang zhao
2016-02-02
audio: Clean up includes
Peter Maydell
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-14
hw/audio/intel-hda: Fix MSI capability address
Jan Kiszka
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-20
hw/audio/intel-hda: Avoid shift into sign bit
Peter Maydell
2014-05-20
audio/intel-hda: support FIFORDY
Stanislav Vorobiov
2013-12-23
misc: Use macro ARRAY_SIZE where possible
Stefan Weil
[next]