On 14.04.2010, at 11:55, Gerd Hoffmann wrote:

> 
> +static inline void atomic_or(uint32_t *var, uint32_t add)
> +{
> +   __asm__ __volatile__ ("lock; orl %1, %0" : "+m" (*var) : "r" (add) : 
> "memory");

I hope this is going away? I don't see why QXL should be coupled to x86 host 
and guest only.


Alex

Reply via email to