
4 Jun
2018
4 Jun
'18
11:36 p.m.
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@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@redhat.com> John