mbox

[PULL,0/3] Ui 20200123 patches

Message ID 20200123142122.13839-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Jan. 23, 2020, 2:21 p.m. UTC
The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:

  qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)

are available in the Git repository at:

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

for you to fetch changes up to a1e8853ed2acbda29a52533abc91b035b723952e:

  ui/console: Display the 'none' backend in '-display help' (2020-01-21 07:29:40 +0100)

----------------------------------------------------------------
vnc: fix zlib compression artifacts.
ui: add "none" to -display help.

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

Cameron Esfahani (1):
  vnc: prioritize ZRLE compression over ZLIB

Gerd Hoffmann (1):
  Revert "vnc: allow fall back to RAW encoding"

Philippe Mathieu-Daudé (1):
  ui/console: Display the 'none' backend in '-display help'

 ui/console.c      |  1 +
 ui/vnc-enc-zrle.c |  4 ++--
 ui/vnc.c          | 31 +++++++++++--------------------
 3 files changed, 14 insertions(+), 22 deletions(-)

Comments

Peter Maydell Jan. 24, 2020, 9:58 a.m. UTC | #1
On Thu, 23 Jan 2020 at 17:41, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 43d1455cf84283466e5c22a217db5ef4b8197b14:
>
>   qapi: Fix code generation with Python 3.5 (2020-01-20 12:17:38 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20200123-pull-request
>
> for you to fetch changes up to a1e8853ed2acbda29a52533abc91b035b723952e:
>
>   ui/console: Display the 'none' backend in '-display help' (2020-01-21 07:29:40 +0100)
>
> ----------------------------------------------------------------
> vnc: fix zlib compression artifacts.
> ui: add "none" to -display help.
>
> ----------------------------------------------------------------
>
> Cameron Esfahani (1):
>   vnc: prioritize ZRLE compression over ZLIB
>
> Gerd Hoffmann (1):
>   Revert "vnc: allow fall back to RAW encoding"
>
> Philippe Mathieu-Daudé (1):
>   ui/console: Display the 'none' backend in '-display help'


Applied, thanks.

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

-- PMM