qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RfC PATCH 08/11] spice: add qxl device


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [RfC PATCH 08/11] spice: add qxl device
Date: Fri, 16 Apr 2010 10:08:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4

On 04/15/10 00:21, Alexander Graf wrote:

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.

Spice on !x86 (especially big endian boxes) isn't going to fly at the moment for a number of reasons. That is considered a bug though and we want fix it long-term. There is nothing fundamental which prevents qxl and spice from being used on -- say -- ppc.

cheers,
  Gerd





reply via email to

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