mbox

[PULL,0/3] Ui 20181001 patches

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

Pull-request

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

Message

Gerd Hoffmann Oct. 1, 2018, 10:42 a.m. UTC
The following changes since commit 07f426c35eddd79388a23d11cb278600d7e3831d:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into staging (2018-09-28 18:56:09 +0100)

are available in the git repository at:

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

for you to fetch changes up to e8b1386ea1719525a1a92df03377764703fe8c64:

  gtk: add zoom-to-fit to gtk options. (2018-10-01 11:29:03 +0200)

----------------------------------------------------------------
ui: some small fixes/improvements.

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

Gerd Hoffmann (2):
  sdl2: show console #0 unconditionally
  gtk: add zoom-to-fit to gtk options.

Marc-André Lureau (1):
  vnc: call sasl_server_init() only when required

 ui/gtk.c     |  8 ++++++++
 ui/sdl2.c    |  3 ++-
 ui/vnc.c     | 15 ++++++++-------
 qapi/ui.json | 10 +++++++++-
 4 files changed, 27 insertions(+), 9 deletions(-)

Comments

Peter Maydell Oct. 1, 2018, 3:36 p.m. UTC | #1
On 1 October 2018 at 11:42, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 07f426c35eddd79388a23d11cb278600d7e3831d:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180926' into staging (2018-09-28 18:56:09 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20181001-pull-request
>
> for you to fetch changes up to e8b1386ea1719525a1a92df03377764703fe8c64:
>
>   gtk: add zoom-to-fit to gtk options. (2018-10-01 11:29:03 +0200)
>
> ----------------------------------------------------------------
> ui: some small fixes/improvements.
>
Applied, thanks.

-- PMM