qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] cf1ecc: console: delayed ui_info guest notifi


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] cf1ecc: console: delayed ui_info guest notification
Date: Mon, 11 May 2015 04:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: cf1ecc82ab84dbfb4b6eea02c329bf9c2aa856ec
      
https://github.com/qemu/qemu/commit/cf1ecc82ab84dbfb4b6eea02c329bf9c2aa856ec
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M ui/console.c

  Log Message:
  -----------
  console: delayed ui_info guest notification

So we don't flood the guest with display change notifications
while the user resizes the window.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b7fb49f0c709a406f79372be397367ff2550373b
      
https://github.com/qemu/qemu/commit/b7fb49f0c709a406f79372be397367ff2550373b
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M include/ui/console.h
    M ui/console.c

  Log Message:
  -----------
  console: add dpy_ui_info_supported

Allow ui code to check whenever the emulated
display supports display change notifications.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 1301e515eff267d4b8684e74a5b2c1b5cf03f103
      
https://github.com/qemu/qemu/commit/1301e515eff267d4b8684e74a5b2c1b5cf03f103
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: add ui_info support

Pass new display size to the guest after window resizes.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: dc7ff344187db6a94294a87d63cf8332e8ed0e6f
      
https://github.com/qemu/qemu/commit/dc7ff344187db6a94294a87d63cf8332e8ed0e6f
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    A include/ui/gtk.h
    M ui/gtk.c

  Log Message:
  -----------
  gtk: create gtk.h

Move various gtk bits (includes, data structures) to a header file.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 1271f7f7c60e0b0a3cc031921008a69dfd53bd34
      
https://github.com/qemu/qemu/commit/1271f7f7c60e0b0a3cc031921008a69dfd53bd34
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-05-06 (Wed, 06 May 2015)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: update mouse position in mouse_set()

Without that the next mouse motion event uses the old position
as base for relative move calculation, giving wrong results and
making your mouse pointer jump around.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: ec62ad1e27ffd1f7ff2172a916d161cc385e73bd
      
https://github.com/qemu/qemu/commit/ec62ad1e27ffd1f7ff2172a916d161cc385e73bd
  Author: Peter Maydell <address@hidden>
  Date:   2015-05-11 (Mon, 11 May 2015)

  Changed paths:
    M include/ui/console.h
    A include/ui/gtk.h
    M ui/console.c
    M ui/gtk.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150508-1' into 
staging

gtk: add ui_info support, cleanups + fixes.

# gpg: Signature made Fri May  8 12:47:04 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-gtk-20150508-1:
  gtk: update mouse position in mouse_set()
  gtk: create gtk.h
  gtk: add ui_info support
  console: add dpy_ui_info_supported
  console: delayed ui_info guest notification

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/4ae740cc0e4a...ec62ad1e27ff

reply via email to

[Prev in Thread] Current Thread [Next in Thread]