
17 Oct
2019
17 Oct
'19
5:10 p.m.
On 9/26/19 12:11 PM, Michal Privoznik wrote:
Signed-off-by: Michal Privoznik <mprivozn@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@redhat.com> - Cole