qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 777c5f: ui: fix dcl unregister


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 777c5f: ui: fix dcl unregister
Date: Tue, 14 Nov 2017 02:25:03 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 777c5f1e436d334a57b650b6951c13d8d2799df0
      
https://github.com/qemu/qemu/commit/777c5f1e436d334a57b650b6951c13d8d2799df0
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
    M ui/console.c

  Log Message:
  -----------
  ui: fix dcl unregister

register checks for dcl->ds being NULL, to avoid registering
the same dcl twice.

Therefore dcl->ds must be cleared on unregister, otherwise
un-registering and re-registering doesn't work.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1510809
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden


  Commit: 2e9a8565701c22a0090876cb9e2293db4a6fb205
      
https://github.com/qemu/qemu/commit/2e9a8565701c22a0090876cb9e2293db4a6fb205
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
    M ui/console-gl.c

  Log Message:
  -----------
  ui: use QEMU_IS_ALIGNED macro

Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 2e550e31518f90cc9cb7e5c855a1995c317463a3
      
https://github.com/qemu/qemu/commit/2e550e31518f90cc9cb7e5c855a1995c317463a3
  Author: Peter Maydell <address@hidden>
  Date:   2017-11-14 (Tue, 14 Nov 2017)

  Changed paths:
    M ui/console-gl.c
    M ui/console.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171110-pull-request' 
into staging

ui: fixes for 2.11

# gpg: Signature made Fri 10 Nov 2017 14:02:23 GMT
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/ui-20171110-pull-request:
  ui: use QEMU_IS_ALIGNED macro
  ui: fix dcl unregister

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


Compare: https://github.com/qemu/qemu/compare/02e5844db2e4...2e550e31518f

reply via email to

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