qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 28/29] vmsvga: Introduce new function for report


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 28/29] vmsvga: Introduce new function for reporting device capabilities
Date: Fri, 10 Aug 2018 11:58:12 +0200
User-agent: NeoMutt/20180622

> +#ifdef HW_RECT_ACCEL
> +    caps |= SVGA_CAP_RECT_COPY;
> +#endif
> +#ifdef HW_FILL_ACCEL
> +    caps |= SVGA_CAP_RECT_FILL;
> +#endif

Same with these #ifdefs.  I think we should either make them runtime
options or just drop them.

cheers,
  Gerd




reply via email to

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