Searched hist:"0 b2824e5e48a787be3edbfc897244b4621e5bd61" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | qxl-render.c | diff 0b2824e5e48a787be3edbfc897244b4621e5bd61 Tue Nov 04 06:59:59 CST 2014 Gerd Hoffmann <kraxel@redhat.com> spice: use bottom half instead of refresh timer for cursor updates
Calling directly doesn't work due to the qxl-render code running in spice server thread context. Meanwhile bottom half scheduling is thread-safe though, so we can use that to kick a cursor update in main i/o thread context.
Cc: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | qxl.c | diff 0b2824e5e48a787be3edbfc897244b4621e5bd61 Tue Nov 04 06:59:59 CST 2014 Gerd Hoffmann <kraxel@redhat.com> spice: use bottom half instead of refresh timer for cursor updates
Calling directly doesn't work due to the qxl-render code running in spice server thread context. Meanwhile bottom half scheduling is thread-safe though, so we can use that to kick a cursor update in main i/o thread context.
Cc: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
/openbmc/qemu/include/ui/ |
H A D | spice-display.h | diff 0b2824e5e48a787be3edbfc897244b4621e5bd61 Tue Nov 04 06:59:59 CST 2014 Gerd Hoffmann <kraxel@redhat.com> spice: use bottom half instead of refresh timer for cursor updates
Calling directly doesn't work due to the qxl-render code running in spice server thread context. Meanwhile bottom half scheduling is thread-safe though, so we can use that to kick a cursor update in main i/o thread context.
Cc: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
/openbmc/qemu/ui/ |
H A D | spice-display.c | diff 0b2824e5e48a787be3edbfc897244b4621e5bd61 Tue Nov 04 06:59:59 CST 2014 Gerd Hoffmann <kraxel@redhat.com> spice: use bottom half instead of refresh timer for cursor updates
Calling directly doesn't work due to the qxl-render code running in spice server thread context. Meanwhile bottom half scheduling is thread-safe though, so we can use that to kick a cursor update in main i/o thread context.
Cc: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|