Re: [Qemu-devel] [PATCH 1/4] qxl/spice-display: move pipe to ssd

2011-03-16 Thread Hans de Goede
Hi, Looks good, except for one small issue, see my comment at the end of the patch. On 03/15/2011 09:17 PM, Alon Levy wrote: this moves the int pipe[2] and pthread_t main data from the PCIQXLDevice struct to the SimpleSpiceDisplay. This will let us reuse it in the next patch for both -spice wit

[Qemu-devel] [PATCH 1/4] qxl/spice-display: move pipe to ssd

2011-03-15 Thread Alon Levy
this moves the int pipe[2] and pthread_t main data from the PCIQXLDevice struct to the SimpleSpiceDisplay. This will let us reuse it in the next patch for both -spice with no -qxl usage and for vga mode from qxl. --- hw/qxl.c | 32 hw/qxl.h |