mbox

[PULL,0/2] Ui 20181029 patches

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

Pull-request

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

Message

Gerd Hoffmann Oct. 29, 2018, 2:18 p.m. UTC
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(-)

Comments

Peter Maydell Oct. 30, 2018, 9:38 a.m. UTC | #1
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