On 9/26/19 12:11 PM, Michal Privoznik wrote:
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/conf/domain_conf.c | 14 ++++++++++++++
src/conf/domain_conf.h | 3 +++
src/libvirt_private.syms | 1 +
3 files changed, 18 insertions(+)
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index adf8455579..c1769f743b 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -31558,6 +31558,20 @@ virDomainDefHasVFIOHostdev(const virDomainDef *def)
}
Reminds me I'd really like a domain_conf_util.c or similar just to split
up this massive file. Alas...
Reviewed-by: Cole Robinson <crobinso(a)redhat.com>
- Cole