[PULL 0/2] Ui 20200515 patches

Gerd Hoffmann posted 2 patches 5 years, 6 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200515082145.4732-1-kraxel@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
softmmu/vl.c |  6 ++++--
ui/sdl2.c    | 12 ++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
[PULL 0/2] Ui 20200515 patches
Posted by Gerd Hoffmann 5 years, 6 months ago
The following changes since commit d5c75ec500d96f1d93447f990cd5a4ef5ba27fae:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging (2020-05-12 17:00:10 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 32ec9839d89d2b814ada20b041b25feae23596bc:

  ui/sdl2: fix segment fault caused by null pointer dereference (2020-05-14 14:26:42 +0200)

----------------------------------------------------------------
ui: sdl bugfix, -show-cursor deprecation message

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

Changbin Du (1):
  ui/sdl2: fix segment fault caused by null pointer dereference

Gerd Hoffmann (1):
  ui: improve -show-cursor deprecation message

 softmmu/vl.c |  6 ++++--
 ui/sdl2.c    | 12 ++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

-- 
2.18.4


Re: [PULL 0/2] Ui 20200515 patches
Posted by Peter Maydell 5 years, 6 months ago
On Fri, 15 May 2020 at 09:22, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit d5c75ec500d96f1d93447f990cd5a4ef5ba27fae:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1' into staging (2020-05-12 17:00:10 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20200515-pull-request
>
> for you to fetch changes up to 32ec9839d89d2b814ada20b041b25feae23596bc:
>
>   ui/sdl2: fix segment fault caused by null pointer dereference (2020-05-14 14:26:42 +0200)
>
> ----------------------------------------------------------------
> ui: sdl bugfix, -show-cursor deprecation message
>


Applied, thanks.

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

-- PMM