qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCHv5 12/12] qxl: use QXL_REVISION_*


From: Alon Levy
Subject: Re: [Qemu-devel] [PATCHv5 12/12] qxl: use QXL_REVISION_*
Date: Fri, 15 Jul 2011 12:14:36 +0300
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Jul 15, 2011 at 10:23:39AM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> >+#if SPICE_INTERFACE_QXL_MINOR>= 1
> >+    qemu_mutex_init(&qxl->async_lock);
> >+    qxl->current_async = QXL_UNDEFINED_IO;
> >+#endif
> 
> That surely belongs into another patch ...

yes.

> 
> >+    case QXL_REVISION_STABLE_V04: /* spice 0.4 -- qxl-1 */
> >+    case QXL_REVISION_STABLE_V06: /* spice 0.6 -- qxl-2 */
> 
> I think we should just not use these defines for now.
> 
> In a year or so when the new bits are in widespread use we can raise
> the minimum required spice-server+spice-protocol versions, cleanup
> the ifdef mess and also use QXL_REVISION_STABLE_V04.
> 

ok. I'll drop this patch (at least the bits fitting the patch header).

> cheers,
>   Gerd
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]