[Qemu-devel] [PULL 0/2] Audio 20190110 patches

Gerd Hoffmann posted 2 patches 5 years, 3 months ago
Test asan passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190110092355.7121-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/marvell_88w8618.c | 1 -
hw/usb/dev-audio.c         | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] Audio 20190110 patches
Posted by Gerd Hoffmann 5 years, 3 months ago
The following changes since commit e59dbbac0364344a3ad84c3497a98c56003d3fb8:

  Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-request' into staging (2019-01-04 18:23:13 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/audio-20190110-pull-request

for you to fetch changes up to a7fde1c1706a93c304eb301cc290d71c9426493b:

  usb-audio: ignore usb packages with wrong size (2019-01-10 09:56:19 +0100)

----------------------------------------------------------------
audio: two fixes.

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

Gerd Hoffmann (1):
  usb-audio: ignore usb packages with wrong size

Thomas Huth (1):
  hw/audio/marvell: Don't include unnecessary i2c.h header file

 hw/audio/marvell_88w8618.c | 1 -
 hw/usb/dev-audio.c         | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Audio 20190110 patches
Posted by Peter Maydell 5 years, 3 months ago
On Thu, 10 Jan 2019 at 09:25, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e59dbbac0364344a3ad84c3497a98c56003d3fb8:
>
>   Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-request' into staging (2019-01-04 18:23:13 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20190110-pull-request
>
> for you to fetch changes up to a7fde1c1706a93c304eb301cc290d71c9426493b:
>
>   usb-audio: ignore usb packages with wrong size (2019-01-10 09:56:19 +0100)
>
> ----------------------------------------------------------------
> audio: two fixes.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   usb-audio: ignore usb packages with wrong size
>
> Thomas Huth (1):
>   hw/audio/marvell: Don't include unnecessary i2c.h header file

Applied, thanks.

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

-- PMM