aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi4-4/+4
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé4-4/+4
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson15-16/+0
2024-12-15hw/audio: Constify all PropertyRichard Henderson15-16/+16
2024-11-18hw/audio/hda: fix memory leak on audio setupPaolo Bonzini1-7/+7
2024-11-18Revert "hw/audio/hda: fix memory leak on audio setup"Paolo Bonzini1-20/+13
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu1-1/+2
2024-10-14hw/audio/hda: fix memory leak on audio setupMarc-André Lureau1-13/+20
2024-10-14hw/audio/hda: free timer on exitMarc-André Lureau1-1/+1
2024-10-03hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" headerPhilippe Mathieu-Daudé1-1/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell9-9/+9
2024-09-11hw/audio/virtio-sound: fix heap buffer overflowVolker Rümelin2-25/+0
2024-08-20hw/audio/virtio-snd: fix invalid param checkVolker Rümelin1-2/+2
2024-07-21virtio-snd: check for invalid param shift operandsManos Pitsidianakis1-2/+4
2024-07-21virtio-snd: add max size bounds check in input cbManos Pitsidianakis1-1/+6
2024-06-19hw/audio/virtio-snd: Always use little endian audio formatPhilippe Mathieu-Daudé1-1/+1
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé1-1/+1
2024-04-26exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé1-1/+1
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-04-10hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé1-2/+6
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis1-75/+62
2024-04-09virtio-snd: Enhance error handling for invalid transfersZheyu Ma1-4/+4
2024-03-12hw/audio/virtio-sound: return correct command response sizeVolker Rümelin1-2/+5
2024-01-05hw/audio/sb16: Do not migrate qdev propertiesPhilippe Mathieu-Daudé1-5/+5
2023-12-29hw/audio: Constify VMStateRichard Henderson15-25/+25
2023-12-04Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi1-0/+1
2023-12-04hw/audio/virtio-sound: mark the device as unmigratableVolker Rümelin1-0/+1
2023-12-02virtio-sound: add realize() error cleanup pathManos Pitsidianakis1-17/+22
2023-12-02virtio-snd: check AUD_register_card return valueManos Pitsidianakis1-1/+3
2023-12-02hw/audio/hda-codec: reenable the audio mixerVolker Rümelin1-6/+6
2023-12-02hw/audio/hda-codec: fix multiplication overflowVolker Rümelin1-8/+21
2023-12-02hw/audio/virtio-snd-pci: fix the PCI class codeVolker Rümelin1-0/+2
2023-11-28hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan1-4/+4
2023-11-15hw/audio/virtio-snd.c: spelling: initalizeMichael Tokarev1-1/+1
2023-11-13hw/audio/es1370: Clean up commentPeter Maydell1-2/+7
2023-11-07virtio-sound: implement audio capture (RX)Manos Pitsidianakis2-35/+230
2023-11-07virtio-sound: implement audio output (TX)Manos Pitsidianakis2-5/+285
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_RELEASEManos Pitsidianakis2-1/+48
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_PREPAREManos Pitsidianakis1-0/+24
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMSManos Pitsidianakis2-0/+35
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}Manos Pitsidianakis2-2/+48
2023-11-07virtio-sound: handle VIRTIO_SND_R_PCM_INFO requestManos Pitsidianakis2-0/+83
2023-11-07virtio-sound: handle control messages and streamsManos Pitsidianakis2-7/+484
2023-11-07Add virtio-sound-pci deviceManos Pitsidianakis2-0/+94
2023-11-07Add virtio-sound device stubManos Pitsidianakis4-0/+248
2023-10-10hw/audio/es1370: trace lost interruptsVolker Rümelin2-5/+12
2023-10-10hw/audio/es1370: change variable type and nameVolker Rümelin1-7/+8
2023-10-10hw/audio/es1370: block structure coding style fixesVolker Rümelin1-20/+16
2023-10-10hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rotVolker Rümelin1-12/+13
2023-10-10hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rotVolker Rümelin1-69/+66