Re: [libvirt] [PATCH v2 11/11] conf: parse hostdev missing flag

2019-09-12 Thread Daniel Henrique Barboza
On 9/9/19 8:33 AM, Nikolay Shirokovskiy wrote: We want to keep this flag across libvirtd restarts. Signed-off-by: Nikolay Shirokovskiy --- Reviewed-by: Daniel Henrique Barboza src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c

[libvirt] [PATCH v2 11/11] conf: parse hostdev missing flag

2019-09-09 Thread Nikolay Shirokovskiy
We want to keep this flag across libvirtd restarts. Signed-off-by: Nikolay Shirokovskiy --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index c200af050c..862ca4bd3a 100644 --- a/src/conf/domain_conf.c +++