[libvirt] [PULL 0/4] Fixes 31 20181112 patches

Gerd Hoffmann posted 4 patches 5 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181112151516.10012-1-kraxel@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
audio/paaudio.c            |  4 ++--
hw/display/edid-generate.c |  2 +-
ui/gtk-egl.c               | 17 ++++++++++++-----
vl.c                       |  4 ++++
qemu-deprecated.texi       |  7 +++++++
qemu-options.hx            |  4 ++++
6 files changed, 30 insertions(+), 8 deletions(-)
[libvirt] [PULL 0/4] Fixes 31 20181112 patches
Posted by Gerd Hoffmann 5 years, 5 months ago
The following changes since commit 460f0236c12a86a38692c12d9bf8e2391dc10a77:

  Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2018-11-12 10:12:07 +0000)

are available in the git repository at:

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

for you to fetch changes up to f1aba960cc40ab65fa88c8678883bd2201708c55:

  ui/gtk: fix cursor in egl mode (2018-11-12 14:15:54 +0100)

----------------------------------------------------------------
fixes for 3.1: mark bt as deprecated, bugfixes for pulse, gtk and edid.

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

Gerd Hoffmann (2):
  pulseaudio: process audio data in smaller chunks
  ui/gtk: fix cursor in egl mode

Marc-André Lureau (1):
  edid: silence a stringop-overflow warning

Thomas Huth (1):
  bt: Mark the bluetooth subsystem as deprecated

 audio/paaudio.c            |  4 ++--
 hw/display/edid-generate.c |  2 +-
 ui/gtk-egl.c               | 17 ++++++++++++-----
 vl.c                       |  4 ++++
 qemu-deprecated.texi       |  7 +++++++
 qemu-options.hx            |  4 ++++
 6 files changed, 30 insertions(+), 8 deletions(-)

-- 
2.9.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [Qemu-devel] [PULL 0/4] Fixes 31 20181112 patches
Posted by Peter Maydell 5 years, 5 months ago
On 12 November 2018 at 15:15, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 460f0236c12a86a38692c12d9bf8e2391dc10a77:
>
>   Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2018-11-12 10:12:07 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-31-20181112-pull-request
>
> for you to fetch changes up to f1aba960cc40ab65fa88c8678883bd2201708c55:
>
>   ui/gtk: fix cursor in egl mode (2018-11-12 14:15:54 +0100)
>
> ----------------------------------------------------------------
> fixes for 3.1: mark bt as deprecated, bugfixes for pulse, gtk and edid.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (2):
>   pulseaudio: process audio data in smaller chunks
>   ui/gtk: fix cursor in egl mode
>
> Marc-André Lureau (1):
>   edid: silence a stringop-overflow warning
>
> Thomas Huth (1):
>   bt: Mark the bluetooth subsystem as deprecated


Applied, thanks.

-- PMM