[Qemu-devel] [PULL 0/2] Ui 20181029 patches

Gerd Hoffmann posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181029141834.8794-1-kraxel@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
ui/sdl2.c          |  3 +++
ui/spice-display.c | 26 ++++++++++++++++++++++----
2 files changed, 25 insertions(+), 4 deletions(-)
[Qemu-devel] [PULL 0/2] Ui 20181029 patches
Posted by Gerd Hoffmann 7 years ago
The following changes since commit 285278ca785f5fa9a570927e1c0958a2ca2b2150:

  Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into staging (2018-10-27 19:55:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to 9c956e646178fee8c14ce7dfae5a9d7cb901876c:

  spice: prepare for upcoming spice-server change (2018-10-29 14:38:17 +0100)

----------------------------------------------------------------
ui: sdl+spice tweaks.

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

Gerd Hoffmann (1):
  spice: prepare for upcoming spice-server change

Sebastian Krzyszkowiak (1):
  SDL: set a hint to not bypass the window compositor

 ui/sdl2.c          |  3 +++
 ui/spice-display.c | 26 ++++++++++++++++++++++----
 2 files changed, 25 insertions(+), 4 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Ui 20181029 patches
Posted by Peter Maydell 7 years ago
On 29 October 2018 at 14:18, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 285278ca785f5fa9a570927e1c0958a2ca2b2150:
>
>   Merge remote-tracking branch 'remotes/famz/tags/testing-pull-request' into staging (2018-10-27 19:55:08 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20181029-pull-request
>
> for you to fetch changes up to 9c956e646178fee8c14ce7dfae5a9d7cb901876c:
>
>   spice: prepare for upcoming spice-server change (2018-10-29 14:38:17 +0100)
>
> ----------------------------------------------------------------
> ui: sdl+spice tweaks.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (1):
>   spice: prepare for upcoming spice-server change
>
> Sebastian Krzyszkowiak (1):
>   SDL: set a hint to not bypass the window compositor
>
>  ui/sdl2.c          |  3 +++
>  ui/spice-display.c | 26 ++++++++++++++++++++++----
>  2 files changed, 25 insertions(+), 4 deletions(-)

Applied, thanks.

-- PMM