[Qemu-devel] [PULL 0/5] Fixes 20190402 patches

Gerd Hoffmann posted 5 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Failed in applying to current master (apply log)
audio/audio.c        |  2 +-
audio/audio_legacy.c |  6 ++++
hw/audio/pcspk.c     | 36 ++++++++++++---------
hw/usb/bus.c         |  4 +++
hw/usb/dev-mtp.c     | 76 +++++++++++++++++++++-----------------------
5 files changed, 68 insertions(+), 56 deletions(-)
[Qemu-devel] [PULL 0/5] Fixes 20190402 patches
Posted by Gerd Hoffmann 5 years ago
The following changes since commit 230ce19814ecc6bff8edac3b5b86e7c82f422c6c:

  Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190325' into staging (2019-03-29 19:29:00 +0000)

are available in the Git repository at:

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

for you to fetch changes up to be1092afa07794e5247eb504095fb5f2ae421ec6:

  audio: fix audio timer rate conversion bug (2019-04-02 07:50:49 +0200)

----------------------------------------------------------------
fixes for 4.0 (audio, usb),

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

Bandan Das (2):
  usb-mtp: fix return status of delete
  usb-mtp: remove usb_mtp_object_free_one

Gerd Hoffmann (1):
  Revert "audio: fix pc speaker init"

Peter Maydell (1):
  hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()

Volker Rümelin (1):
  audio: fix audio timer rate conversion bug

 audio/audio.c        |  2 +-
 audio/audio_legacy.c |  6 ++++
 hw/audio/pcspk.c     | 36 ++++++++++++---------
 hw/usb/bus.c         |  4 +++
 hw/usb/dev-mtp.c     | 76 +++++++++++++++++++++-----------------------
 5 files changed, 68 insertions(+), 56 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/5] Fixes 20190402 patches
Posted by Peter Maydell 5 years ago
On Tue, 2 Apr 2019 at 14:07, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 230ce19814ecc6bff8edac3b5b86e7c82f422c6c:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190325' into staging (2019-03-29 19:29:00 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-20190402-pull-request
>
> for you to fetch changes up to be1092afa07794e5247eb504095fb5f2ae421ec6:
>
>   audio: fix audio timer rate conversion bug (2019-04-02 07:50:49 +0200)
>
> ----------------------------------------------------------------
> fixes for 4.0 (audio, usb),
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM