Re: [Qemu-devel] [PATCH v3] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC

2012-08-09 Thread Alon Levy
On Thu, Aug 09, 2012 at 03:50:12PM +0200, Gerd Hoffmann wrote: > On 08/09/12 15:41, Alon Levy wrote: > > On Mon, Aug 06, 2012 at 09:31:19AM +0200, Gerd Hoffmann wrote: > >>> diff --git a/configure b/configure > >>> index cef0a71..5fcd315 100755 > >>> --- a/configure > >>> +++ b/configure > >>> @@ -

Re: [Qemu-devel] [PATCH v3] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC

2012-08-09 Thread Gerd Hoffmann
On 08/09/12 15:41, Alon Levy wrote: > On Mon, Aug 06, 2012 at 09:31:19AM +0200, Gerd Hoffmann wrote: >>> diff --git a/configure b/configure >>> index cef0a71..5fcd315 100755 >>> --- a/configure >>> +++ b/configure >>> @@ -2630,7 +2630,7 @@ EOF >>>spice_cflags=$($pkg_config --cflags spice-protoc

Re: [Qemu-devel] [PATCH v3] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC

2012-08-09 Thread Alon Levy
On Mon, Aug 06, 2012 at 09:31:19AM +0200, Gerd Hoffmann wrote: > > diff --git a/configure b/configure > > index cef0a71..5fcd315 100755 > > --- a/configure > > +++ b/configure > > @@ -2630,7 +2630,7 @@ EOF > >spice_cflags=$($pkg_config --cflags spice-protocol spice-server > > 2>/dev/null) > >

Re: [Qemu-devel] [PATCH v3] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC

2012-08-06 Thread Gerd Hoffmann
> diff --git a/configure b/configure > index cef0a71..5fcd315 100755 > --- a/configure > +++ b/configure > @@ -2630,7 +2630,7 @@ EOF >spice_cflags=$($pkg_config --cflags spice-protocol spice-server > 2>/dev/null) >spice_libs=$($pkg_config --libs spice-protocol spice-server 2>/dev/null) >

[Qemu-devel] [PATCH v3] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC

2012-07-28 Thread Alon Levy
bumps spice-protocol to 0.12.0 for new IO. revision bumped to 4 for new IO support, enabled for spice-server >= 0.11.1 on migration reissue spice_qxl_monitors_config_async. RHBZ: 770842 Signed-off-by: Alon Levy --- configure | 2 +- hw/qxl.c | 49