Re: [Qemu-devel] [PATCH] qxl: replace pipe signaling with bottom half

2013-10-30 Thread Alon Levy
On 10/30/2013 10:17 AM, Gerd Hoffmann wrote: > 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 cl

[Qemu-devel] [PATCH] qxl: replace pipe signaling with bottom half

2013-10-30 Thread Gerd Hoffmann
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 --- hw/dis