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(a)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(a)redhat.com>
John