mbox

[PULL,0/3] Ui 20180518 patches

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

Pull-request

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

Message

Gerd Hoffmann May 18, 2018, 7:40 a.m. UTC
The following changes since commit a4207e3b00e89f934adb231057dcf9a75ac2ae45:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-17 11:59:50 +0100)

are available in the git repository at:

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

for you to fetch changes up to e8dcb8ae5121965ac8c89e6b277ac127e9d08452:

  sdl: Move use of surface pointer below check for whether it is NULL (2018-05-18 09:14:24 +0200)

----------------------------------------------------------------
ui: bugfixes, move x11 dependency to modules.

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

Michal Privoznik (1):
  console: Avoid segfault in screendump

Paolo Bonzini (1):
  ui: add x_keymap.o to modules

Peter Maydell (1):
  sdl: Move use of surface pointer below check for whether it is NULL

 ui/console.c             |  5 +++++
 ui/sdl2-2d.c             |  6 +++---
 hw/display/Makefile.objs |  2 ++
 ui/Makefile.objs         | 11 +++++++----
 4 files changed, 17 insertions(+), 7 deletions(-)

Comments

Peter Maydell May 18, 2018, 11:58 a.m. UTC | #1
On 18 May 2018 at 08:40, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit a4207e3b00e89f934adb231057dcf9a75ac2ae45:
>
>   Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2018-05-17 11:59:50 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20180518-pull-request
>
> for you to fetch changes up to e8dcb8ae5121965ac8c89e6b277ac127e9d08452:
>
>   sdl: Move use of surface pointer below check for whether it is NULL (2018-05-18 09:14:24 +0200)
>
> ----------------------------------------------------------------
> ui: bugfixes, move x11 dependency to modules.
>
> ----------------------------------------------------------------
>

Applied, thanks.

-- PMM