[Spice-devel] [PATCH xf86-video-qxl 13/13] qxl_driver: ifdef out qxl_wait_for_io_command if not XSPICE
Christophe Fergeau
cfergeau at redhat.com
Tue Apr 10 03:27:41 PDT 2012
ACK
On Mon, Apr 09, 2012 at 08:33:19PM +0300, Alon Levy wrote:
> ---
> src/qxl_driver.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/qxl_driver.c b/src/qxl_driver.c
> index eb09662..77fc40b 100644
> --- a/src/qxl_driver.c
> +++ b/src/qxl_driver.c
> @@ -129,6 +129,7 @@ qxl_available_options (int chipid, int busid)
> return DefaultOptions;
> }
>
> +#ifndef XSPICE
> static void qxl_wait_for_io_command(qxl_screen_t *qxl)
> {
> struct QXLRam *ram_header = (void *)(
> @@ -139,6 +140,7 @@ static void qxl_wait_for_io_command(qxl_screen_t *qxl)
> }
> ram_header->int_pending &= ~QXL_INTERRUPT_IO_CMD;
> }
> +#endif
>
> void qxl_update_area(qxl_screen_t *qxl)
> {
> --
> 1.7.9.3
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20120410/e7bb6ebf/attachment.pgp>
More information about the Spice-devel
mailing list