mbox

[PULL,0/3] Ui 20181012 patches

Message ID 20181012132135.12313-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/ui-20181012-pull-request

Message

Gerd Hoffmann Oct. 12, 2018, 1:21 p.m. UTC
The following changes since commit 75e50c80e051423a6f55a34ee4a1eec842444a5b:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into staging (2018-10-11 10:43:37 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20181012-pull-request

for you to fetch changes up to 1d454c3fee00d9d1e46e1ec6788d49da5a0bfdb0:

  gtk: fix uninitialized variable (2018-10-12 14:49:03 +0200)

----------------------------------------------------------------
ui: gtk fixes, support more formats in sdl2.

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

Kevin Wolf (1):
  gtk: Don't vte_terminal_set_encoding() on new VTE versions

Max Reitz (1):
  sdl2: Support all virtio-gpu formats

Paolo Bonzini (1):
  gtk: fix uninitialized variable

 ui/gtk.c     |  8 +++++---
 ui/sdl2-2d.c | 15 +++++++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)

Comments

Peter Maydell Oct. 12, 2018, 4:23 p.m. UTC | #1
On 12 October 2018 at 14:21, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 75e50c80e051423a6f55a34ee4a1eec842444a5b:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-10-10' into staging (2018-10-11 10:43:37 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20181012-pull-request
>
> for you to fetch changes up to 1d454c3fee00d9d1e46e1ec6788d49da5a0bfdb0:
>
>   gtk: fix uninitialized variable (2018-10-12 14:49:03 +0200)
>
> ----------------------------------------------------------------
> ui: gtk fixes, support more formats in sdl2.
>
> ----------------------------------------------------------------
>
> Kevin Wolf (1):
>   gtk: Don't vte_terminal_set_encoding() on new VTE versions
>
> Max Reitz (1):
>   sdl2: Support all virtio-gpu formats
>
> Paolo Bonzini (1):
>   gtk: fix uninitialized variable
>
>  ui/gtk.c     |  8 +++++---
>  ui/sdl2-2d.c | 15 +++++++++++++++
>  2 files changed, 20 insertions(+), 3 deletions(-)
>
> --
> 2.9.3

Applied, thanks.

-- PMM