Re: [Qemu-devel] [PULL 0/5] ui: misc bug fixes

2016-06-10 Thread Peter Maydell
On 10 June 2016 at 10:58, Gerd Hoffmann  wrote:
>   Hi,
>
> Here comes the ui patch queue with a collection of bugfixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34:
>
>   target-i386: Move user-mode exception actions out of user-exec.c 
> (2016-06-09 15:55:02 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-ui-20160610-1
>
> for you to fetch changes up to 1185fde40c3ba02406665b9ee0743270c526be26:
>
>   console: ignore ui_info updates which don't actually update something 
> (2016-06-10 11:16:18 +0200)
>
> 
> ui: misc bug fixes.
>
> 

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/5] ui: misc bug fixes

2016-06-10 Thread Gerd Hoffmann
  Hi,

Here comes the ui patch queue with a collection of bugfixes.

please pull,
  Gerd

The following changes since commit 0c33682d5f29b0a4ae53bdec4c8e52e4fae37b34:

  target-i386: Move user-mode exception actions out of user-exec.c (2016-06-09 
15:55:02 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-ui-20160610-1

for you to fetch changes up to 1185fde40c3ba02406665b9ee0743270c526be26:

  console: ignore ui_info updates which don't actually update something 
(2016-06-10 11:16:18 +0200)


ui: misc bug fixes.


Daniel P. Berrange (1):
  ui: fix regression in printing VNC host/port on startup

Gerd Hoffmann (2):
  vnc: drop unused depth arg for set_pixel_format
  console: ignore ui_info updates which don't actually update something

Olaf Hering (1):
  gtk: fix vte version check

Thomas Huth (1):
  ui/console-gl: Add support for big endian display surfaces

 ui/console-gl.c | 5 +
 ui/console.c| 7 ++-
 ui/gtk.c| 2 +-
 ui/vnc.c| 8 +++-
 4 files changed, 15 insertions(+), 7 deletions(-)