Home
last modified time | relevance | path

Searched hist:"4 a46c99c8118586f19894fe66fc6e353f159d4d9" (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/display/
H A Dqxl.h4a46c99c8118586f19894fe66fc6e353f159d4d9 Tue Oct 29 12:29:43 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>
H A Dqxl.c4a46c99c8118586f19894fe66fc6e353f159d4d9 Tue Oct 29 12:29:43 UTC 2013 Gerd Hoffmann <kraxel@redhat.com> 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>