Re: [Qemu-devel] [PATCHv4 05/11] qxl: add io_port_to_string

2011-07-14 Thread Alon Levy
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/

Re: [Qemu-devel] [PATCHv4 05/11] qxl: add io_port_to_string

2011-07-14 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PATCHv4 05/11] qxl: add io_port_to_string

2011-07-14 Thread Gerd Hoffmann
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

[Qemu-devel] [PATCHv4 05/11] qxl: add io_port_to_string

2011-07-13 Thread Alon Levy
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