mbox

[PULL,0/4] Fixes 31 20181112 patches

Message ID 20181112151516.10012-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Nov. 12, 2018, 3:15 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 12, 2018, 4:25 p.m. UTC | #1
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