On Thu, Jul 14, 2011 at 10:37:02AM +0200, Gerd Hoffmann wrote:
> On 07/13/11 16:49, Alon Levy wrote:
> >Signed-off-by: Alon Levy
> >---
> > hw/qxl.c | 61
> > -
> > 1 files changed, 60 insertions(+), 1 deletions(-)
> >
> >diff --git a/
Hi,
+case QXL_IO_UPDATE_AREA_ASYNC:
+return "QXL_IO_UPDATE_AREA_ASYNC";
Fails to build with old libspice-server (well, old libspice-protocol to
be exact). Needs #ifdef. Using SPICE_INTERFACE_QXL_MINOR should work
fine as the new libspice-server depends on the new spice-protoc
On 07/13/11 16:49, Alon Levy wrote:
Signed-off-by: Alon Levy
---
hw/qxl.c | 61 -
1 files changed, 60 insertions(+), 1 deletions(-)
diff --git a/hw/qxl.c b/hw/qxl.c
index e41f8cc..2ecc932 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -40
Signed-off-by: Alon Levy
---
hw/qxl.c | 61 -
1 files changed, 60 insertions(+), 1 deletions(-)
diff --git a/hw/qxl.c b/hw/qxl.c
index e41f8cc..2ecc932 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -408,6 +408,64 @@ static const char *qxl_m