Re: [Spice-devel] [RfC PATCH 1/7] spice: add worker wrapper functions.
On 06/22/2011 11:46 AM, Gerd Hoffmann wrote: Hi, Add wrapper functions for all spice worker calls. Signed-off-by: Gerd Hoffmann --- hw/qxl-render.c|4 +- hw/qxl.c | 32 +- ui/spice-display.c | 94 --- ui/
Re: [Spice-devel] [PATCH] asynchronous io port support (introduced in revision 3 of qxl device)
On 06/23/2011 09:13 PM, Alon Levy wrote: Hi, +static _inline void async_io(PDev *pdev, PUCHAR async, PUCHAR sync, UCHAR val) Instead of two parameters, one for async and one for sync, I prefer one parameter - an enum for the action, and then async_io can choose the right port. +{ +if (pdev