Age | Commit message (Expand) | Author |
2023-03-08 | hw/audio/via-ac97: Basic implementation of audio playback | BALATON Zoltan |
2023-02-27 | hw/audio/ac97: Split off some definitions to a header | BALATON Zoltan |
2023-02-27 | hw/audio/ac97: Replace container_of() by AC97() QOM cast macro | Philippe Mathieu-Daudé |
2023-02-27 | hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro | Philippe Mathieu-Daudé |
2023-02-27 | hw/audio/es1370: Avoid forward-declaring ES1370State | Philippe Mathieu-Daudé |
2023-02-27 | hw/audio/hda-codec: Avoid forward-declaring HDAAudioState | Philippe Mathieu-Daudé |
2023-02-27 | hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available | Philippe Mathieu-Daudé |
2023-02-27 | hw/isa: Rename isa_get_dma() -> isa_bus_get_dma() | Philippe Mathieu-Daudé |
2023-01-08 | include/hw/pci: Split pci_device.h off pci.h | Markus Armbruster |
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-06-11 | hw/audio/cs4231a: Const'ify global tables | Bernhard Beschow |
2022-05-25 | hw/audio/ac97: Remove unneeded local variables | BALATON Zoltan |
2022-05-25 | hw/audio/ac97: Remove unimplemented reset functions | BALATON Zoltan |
2022-05-25 | hw/audio/ac97: Coding style fixes to avoid checkpatch errors | BALATON Zoltan |
2022-05-14 | introduce -audio as a replacement for -soundhw | Paolo Bonzini |
2022-05-14 | soundhw: move help handling to vl.c | Paolo Bonzini |
2022-05-14 | soundhw: unify initialization for ISA and PCI soundhw | Paolo Bonzini |
2022-05-14 | soundhw: extract soundhw help to a separate function | Paolo Bonzini |
2022-05-14 | soundhw: remove ability to create multiple soundcards | Paolo Bonzini |
2022-05-07 | pc: remove -soundhw pcspk | 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-03-08 | hw/isa: Inline and remove one-line isa_init_irq() | Bernhard Beschow |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell |
2022-01-20 | hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/ | 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 |
2021-07-26 | hw/audio/adlib: Remove unused variable in adlib_callback | Richard Henderson |
2021-06-24 | hw/audio/sb16: Restrict I/O sampling rate range for command 41h/42h | Qiang Liu |
2021-06-17 | hw/audio/sb16: Avoid assertion by restricting I/O sampling rate range | Philippe Mathieu-Daudé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-12 | Drop the deprecated lm32 target | Markus Armbruster |
2021-03-19 | hw: Replace anti-social QOM type names | Markus Armbruster |
2021-01-04 | audio/via-ac97: Simplify code and set user_creatable to false | BALATON Zoltan |
2021-01-04 | vt82c686: Split off via-[am]c97 into separate file in hw/audio | BALATON Zoltan |
2020-12-15 | cs4231: Get rid of empty property array | Eduardo Habkost |
2020-11-15 | nomaintainer: Fix Lesser GPL version number | Chetan Pant |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost |
2020-09-09 | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-02 | hda-audio: Set instance_size at base class | Eduardo Habkost |