[PULL 0/4] Fixes 20200407 patches

Gerd Hoffmann posted 4 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200407092207.6079-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c       | 12 +++++-------
audio/dsoundaudio.c |  9 +++++++--
hw/display/ati_2d.c | 37 ++++++++++++++++++++++++++-----------
3 files changed, 38 insertions(+), 20 deletions(-)
[PULL 0/4] Fixes 20200407 patches
Posted by Gerd Hoffmann 4 years ago
The following changes since commit 146aa0f104bb3bf88e43c4082a0bfc4bbda4fbd8:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-04-03 15:30:11 +0100)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/fixes-20200407-pull-request

for you to fetch changes up to ac2071c3791b67fc7af78b8ceb320c01ca1b5df7:

  ati-vga: Fix checks in ati_2d_blt() to avoid crash (2020-04-07 09:25:23 +0200)

----------------------------------------------------------------
fixes for 5.0:
- audio: windows (dsound) fixes.
- vga: ati blitter sanity check fixes.

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

BALATON Zoltan (1):
  ati-vga: Fix checks in ati_2d_blt() to avoid crash

Volker Rümelin (3):
  dsoundaudio: fix never-ending playback loop
  dsoundaudio: fix "Could not lock capture buffer" warning
  dsoundaudio: dsound_get_buffer_in should honor *size

 audio/audio.c       | 12 +++++-------
 audio/dsoundaudio.c |  9 +++++++--
 hw/display/ati_2d.c | 37 ++++++++++++++++++++++++++-----------
 3 files changed, 38 insertions(+), 20 deletions(-)

-- 
2.18.2


Re: [PULL 0/4] Fixes 20200407 patches
Posted by Peter Maydell 4 years ago
On Tue, 7 Apr 2020 at 10:23, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 146aa0f104bb3bf88e43c4082a0bfc4bbda4fbd8:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-04-03 15:30:11 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20200407-pull-request
>
> for you to fetch changes up to ac2071c3791b67fc7af78b8ceb320c01ca1b5df7:
>
>   ati-vga: Fix checks in ati_2d_blt() to avoid crash (2020-04-07 09:25:23 +0200)
>
> ----------------------------------------------------------------
> fixes for 5.0:
> - audio: windows (dsound) fixes.
> - vga: ati blitter sanity check fixes.


Applied, thanks.

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

-- PMM