]> git.proxmox.com Git - mirror_qemu.git/commit
qxl: zap qxl0 global
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 28 Feb 2013 11:15:00 +0000 (12:15 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Mar 2013 09:21:58 +0000 (10:21 +0100)
commitc6c06853d99127c03778fc1bf9bc2d96a05c108e
tree6c968ef0b6b1856f7951bc0201b590b20b9c952e
parent9c80a315b47a64043f6b91bd6f14352a455b323e
qxl: zap qxl0 global

DisplayChangeListener is passed now to all DisplayChangeListenerOps
callbacks, so we can use that to access the qxl state and kill the
qxl0 global variable.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c