]> git.proxmox.com Git - qemu.git/commit
qxl: replace pipe signaling with bottom half
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 29 Oct 2013 12:29:43 +0000 (13:29 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 4 Nov 2013 11:31:42 +0000 (12:31 +0100)
commit4a46c99c8118586f19894fe66fc6e353f159d4d9
treebc99954b360c59fe2ab1d27a035fe5c2b58c8046
parenta126050a103c924b03388a9a64ce9af8c96b0969
qxl: replace pipe signaling with bottom half

qxl creates a pipe, then writes something to it to wake up the iothread
from the spice server thread to raise an irq.  These days qemu bottom
halves can be scheduled from threads and signals, so there is no reason
to do this any more.  Time to clean it up.

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