Re: [Qemu-devel] [PATCH] qxl: add defines from latest spice-protocol.

2011-07-07 Thread Alon Levy
On Thu, Jul 07, 2011 at 09:33:05AM +0200, Gerd Hoffmann wrote: > On 07/06/11 14:19, Alon Levy wrote: > >From: Gerd Hoffmann > > > >Allows to build with older spice-protocol versions. > > Given that we can't get away with changing the protocol only but > require a new libspices-server for the new f

Re: [Qemu-devel] [PATCH] qxl: add defines from latest spice-protocol.

2011-07-07 Thread Gerd Hoffmann
On 07/06/11 14:19, Alon Levy wrote: From: Gerd Hoffmann Allows to build with older spice-protocol versions. Given that we can't get away with changing the protocol only but require a new libspices-server for the new features this is pointless ... cheers, Gerd

[Qemu-devel] [PATCH] qxl: add defines from latest spice-protocol.

2011-07-06 Thread Alon Levy
From: Gerd Hoffmann Allows to build with older spice-protocol versions. Signed-off-by: Gerd Hoffmann --- hw/qxl.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/hw/qxl.c b/hw/qxl.c index 0b9a4c7..6be54c4 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -28,6 +28