[PULL 0/8] Audio patches

marcandre.lureau@redhat.com posted 8 patches 7 months ago
Failed in applying to current master (apply log)
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
There is a newer version of this series
hw/audio/es1370.c     | 289 +++++++++++++++++++-----------------------
hw/audio/trace-events |  11 ++
2 files changed, 143 insertions(+), 157 deletions(-)
[PULL 0/8] Audio patches
Posted by marcandre.lureau@redhat.com 7 months ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

The following changes since commit cea3ea670fe265421131aad90c36fbb87bc4d206:

  Merge tag 'pull-vfio-20231009' of https://github.com/legoater/qemu into staging (2023-10-09 10:11:35 -0400)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/audio-pull-request

for you to fetch changes up to 5bf1a71c5b7b2d1999f65c08b4d82b5dec9f3013:

  hw/audio/es1370: trace lost interrupts (2023-10-10 12:31:05 +0000)

----------------------------------------------------------------
Audio es1370 fix & cleanups

----------------------------------------------------------------

Volker Rümelin (8):
  hw/audio/es1370: reset current sample counter
  hw/audio/es1370: replace bit-rotted code with tracepoints
  hw/audio/es1370: remove unused dolog macro
  hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
  hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
  hw/audio/es1370: block structure coding style fixes
  hw/audio/es1370: change variable type and name
  hw/audio/es1370: trace lost interrupts

 hw/audio/es1370.c     | 289 +++++++++++++++++++-----------------------
 hw/audio/trace-events |  11 ++
 2 files changed, 143 insertions(+), 157 deletions(-)

-- 
2.41.0


Re: [PULL 0/8] Audio patches
Posted by Stefan Hajnoczi 7 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.