Re: [libvirt] [PATCH v3 1/4] virutil: Introduce virHostHasIOMMU

2018-05-31 Thread Michal Privoznik
On 05/31/2018 02:30 PM, Filip Alac wrote: > --- > src/conf/capabilities.c | 6 ++ > src/conf/capabilities.h | 3 +++ > src/util/virutil.c | 28 > src/util/virutil.h | 2 ++ > 4 files changed, 39 insertions(+) It would be better if you'd merge this and

[libvirt] [PATCH v3 1/4] virutil: Introduce virHostHasIOMMU

2018-05-31 Thread Filip Alac
--- src/conf/capabilities.c | 6 ++ src/conf/capabilities.h | 3 +++ src/util/virutil.c | 28 src/util/virutil.h | 2 ++ 4 files changed, 39 insertions(+) diff --git a/src/conf/capabilities.c b/src/conf/capabilities.c index dd2fc77f91..ba19d5db8c 1006