[libvirt] [RFC PATCH 3/7] conf: Introduce virDomainDefHasSpiceGL helper

John Ferlan jferlan at redhat.com
Mon Jun 4 23:36:40 UTC 2018



On 05/30/2018 09:42 AM, Erik Skultety wrote:
> This helper will later help us to make corresponding changes when
> building QEMU cmdline, depending on what implementation of vfio-pci
> display should be used - dmabuf (requires OpenGL) vs vfio region mapping
> (doesn't need OpenGL).
> 
> Signed-off-by: Erik Skultety <eskultet at redhat.com>
> ---
>  src/conf/domain_conf.c   | 24 ++++++++++++++++++++++++
>  src/conf/domain_conf.h   |  3 +++
>  src/libvirt_private.syms |  1 +
>  3 files changed, 28 insertions(+)
> 

Although this could move to the patch before it used (e.g. patch 7).

Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list