aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2025-06-12hw/audio/via-ac97: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/audio/sb16: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/audio/marvell_88w8618: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/audio/gus: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/audio/es1370: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-06-12hw/audio/cs4231a: skip automatic zero-init of large arraysDaniel P. Berrangé1-2/+2
2025-06-12hw/audio/ac97: skip automatic zero-init of large arraysDaniel P. Berrangé1-2/+2
2025-05-25hw/audio/asc: replace g_malloc0() with g_malloc()Volker Rümelin1-1/+1
2025-05-25hw/audio/asc: fix SIGSEGV in asc_realize()Volker Rümelin1-0/+7
2025-05-12hw/audio/cs4231a: fix assertion error in isa_bus_get_irqZheng Huang1-0/+4
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé4-5/+5
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé17-24/+24
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster1-1/+0
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