Age | Commit message (Expand) | Author | Files | Lines |
2022-05-14 | introduce -audio as a replacement for -soundhw | Paolo Bonzini | 1 | -3/+2 |
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-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 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -2/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -0/+1 |
2020-07-06 | audio: deprecate -soundhw hda | Gerd Hoffmann | 1 | -0/+3 |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 1 | -2/+2 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -1/+1 |
2020-03-16 | hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB | Philippe Mathieu-Daudé | 1 | -14/+10 |
2020-01-30 | add device_legacy_reset function to prepare for reset api change | Damien Hedde | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -2/+2 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-11-27 | audio/hda: fix guest triggerable assert | Gerd Hoffmann | 1 | -0/+6 |
2018-06-25 | audio/hda: create millisecond timers that handle IO | Gerd Hoffmann | 1 | -7/+0 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -14/+14 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-18 | audio: intel-hda: do not use old_mmio accesses | Matt Parker | 1 | -47/+11 |
2017-05-19 | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost | 1 | -1/+1 |
2017-05-04 | hw/audio: replace exit with unrealize in hda_codec_device_class_init | Zihan Yang | 1 | -3/+2 |
2016-10-26 | audio: intel-hda: check stream entry count during transfer | Prasad J Pandit | 1 | -1/+2 |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 1 | -4/+20 |
2016-07-05 | intel-hda: change msi property type | Cao jin | 1 | -4/+5 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -4/+1 |
2016-06-03 | hw/audio: QOM'ify intel-hda | xiaoqiang zhao | 1 | -4/+8 |
2016-06-03 | hw/audio: QOM cleanup for intel-hda | xiaoqiang zhao | 1 | -10/+10 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster | 1 | -4/+2 |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+0 |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini | 1 | -1/+0 |
2014-08-14 | hw/audio/intel-hda: Fix MSI capability address | Jan Kiszka | 1 | -1/+3 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 1 | -2/+2 |
2014-05-20 | hw/audio/intel-hda: Avoid shift into sign bit | Peter Maydell | 1 | -2/+2 |
2014-05-20 | audio/intel-hda: support FIFORDY | Stanislav Vorobiov | 1 | -1/+2 |
2013-12-23 | misc: Use macro ARRAY_SIZE where possible | Stefan Weil | 1 | -2/+2 |
2013-12-09 | intel-hda: fix position buffer | Gerd Hoffmann | 1 | -0/+1 |
2013-10-14 | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum | 1 | -1/+1 |
2013-08-30 | qdev: Pass size to qbus_create_inplace() | Andreas Färber | 1 | -1/+1 |
2013-08-30 | intel-hda: Pass size to hda_codec_bus_init() | Andreas Färber | 1 | -2/+2 |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 1 | -2/+2 |