qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] qxl: bump pci rev


From: Alon Levy
Subject: Re: [Qemu-devel] [PATCH v2] qxl: bump pci rev
Date: Fri, 8 Jul 2011 10:02:15 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Jul 08, 2011 at 09:19:10AM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> >-        DEFINE_PROP_UINT32("revision", PCIQXLDevice, revision, 2),
> >+        DEFINE_PROP_UINT32("revision", PCIQXLDevice, revision, 3),
> 
> Can't be done unconditionally.  With an older libspice we can't
> support the rev3 features.

ok. so this needs a runtime check for major_version.minor_version >= 3.1, no? a 
compile
time won't work because someone can change the shared object, no? (maybe I 
should just
check this scenario).

> 
> cheers,
>   Gerd



reply via email to

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