Age | Commit message (Expand) | Author |
2024-11-18 | hw/audio/hda: fix memory leak on audio setup | Paolo Bonzini |
2024-11-18 | Revert "hw/audio/hda: fix memory leak on audio setup" | Paolo Bonzini |
2024-10-21 | replace error_setg(&error_fatal, ...) with error_report() | Tudor Gheorghiu |
2024-10-14 | hw/audio/hda: fix memory leak on audio setup | Marc-André Lureau |
2024-10-14 | hw/audio/hda: free timer on exit | Marc-André Lureau |
2024-10-03 | hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header | Philippe Mathieu-Daudé |
2024-09-13 | hw: Use device_class_set_legacy_reset() instead of opencoding | Peter Maydell |
2024-09-11 | hw/audio/virtio-sound: fix heap buffer overflow | Volker Rümelin |
2024-08-20 | hw/audio/virtio-snd: fix invalid param check | Volker Rümelin |
2024-07-21 | virtio-snd: check for invalid param shift operands | Manos Pitsidianakis |
2024-07-21 | virtio-snd: add max size bounds check in input cb | Manos Pitsidianakis |
2024-06-19 | hw/audio/virtio-snd: Always use little endian audio format | Philippe Mathieu-Daudé |
2024-05-09 | misc: Use QEMU header path relative to include/ directory | Philippe Mathieu-Daudé |
2024-04-26 | exec: Declare target_words_bigendian() in 'exec/tswap.h' | Philippe Mathieu-Daudé |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell |
2024-04-10 | hw/audio/virtio-snd: Remove unused assignment | Philippe Mathieu-Daudé |
2024-04-09 | virtio-snd: rewrite invalid tx/rx message handling | Manos Pitsidianakis |
2024-04-09 | virtio-snd: Enhance error handling for invalid transfers | Zheyu Ma |
2024-03-12 | hw/audio/virtio-sound: return correct command response size | Volker Rümelin |
2024-01-05 | hw/audio/sb16: Do not migrate qdev properties | Philippe Mathieu-Daudé |
2023-12-29 | hw/audio: Constify VMState | Richard Henderson |
2023-12-04 | Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ... | Stefan Hajnoczi |
2023-12-04 | hw/audio/virtio-sound: mark the device as unmigratable | Volker Rümelin |
2023-12-02 | virtio-sound: add realize() error cleanup path | Manos Pitsidianakis |
2023-12-02 | virtio-snd: check AUD_register_card return value | Manos Pitsidianakis |
2023-12-02 | hw/audio/hda-codec: reenable the audio mixer | Volker Rümelin |
2023-12-02 | hw/audio/hda-codec: fix multiplication overflow | Volker Rümelin |
2023-12-02 | hw/audio/virtio-snd-pci: fix the PCI class code | Volker Rümelin |
2023-11-28 | hw/audio/via-ac97: Route interrupts using via_isa_set_irq() | BALATON Zoltan |
2023-11-15 | hw/audio/virtio-snd.c: spelling: initalize | Michael Tokarev |
2023-11-13 | hw/audio/es1370: Clean up comment | Peter Maydell |
2023-11-07 | virtio-sound: implement audio capture (RX) | Manos Pitsidianakis |
2023-11-07 | virtio-sound: implement audio output (TX) | Manos Pitsidianakis |
2023-11-07 | virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE | Manos Pitsidianakis |
2023-11-07 | virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE | Manos Pitsidianakis |
2023-11-07 | virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS | Manos Pitsidianakis |
2023-11-07 | virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP} | Manos Pitsidianakis |
2023-11-07 | virtio-sound: handle VIRTIO_SND_R_PCM_INFO request | Manos Pitsidianakis |
2023-11-07 | virtio-sound: handle control messages and streams | Manos Pitsidianakis |
2023-11-07 | Add virtio-sound-pci device | Manos Pitsidianakis |
2023-11-07 | Add virtio-sound device stub | Manos Pitsidianakis |
2023-10-10 | hw/audio/es1370: trace lost interrupts | Volker Rümelin |
2023-10-10 | hw/audio/es1370: change variable type and name | Volker Rümelin |
2023-10-10 | hw/audio/es1370: block structure coding style fixes | Volker Rümelin |
2023-10-10 | hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot | Volker Rümelin |
2023-10-10 | hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot | Volker Rümelin |
2023-10-10 | hw/audio/es1370: remove unused dolog macro | Volker Rümelin |
2023-10-10 | hw/audio/es1370: replace bit-rotted code with tracepoints | Volker Rümelin |
2023-10-10 | hw/audio/es1370: reset current sample counter | Volker Rümelin |
2023-10-09 | Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ... | Stefan Hajnoczi |