Re: [libvirt] [PATCH 05/12] virhostdev: Disable legacy kvm assignment

2019-08-21 Thread Ján Tomko
On Tue, Aug 20, 2019 at 04:30:25PM +0200, Michal Privoznik wrote: The KVM assignment is going to be removed shortly. Don't let the hostdev module configure it. Signed-off-by: Michal Privoznik --- src/util/virhostdev.c | 12 1 file changed, 8 insertions(+), 4 deletions(-)

Re: [libvirt] [PATCH 05/12] virhostdev: Disable legacy kvm assignment

2019-08-20 Thread Daniel Henrique Barboza
On 8/20/19 11:30 AM, Michal Privoznik wrote: The KVM assignment is going to be removed shortly. Don't let the hostdev module configure it. Signed-off-by: Michal Privoznik --- Reviewed-by: Daniel Henrique Barboza Tested-by: Daniel Henrique Barboza src/util/virhostdev.c | 12

[libvirt] [PATCH 05/12] virhostdev: Disable legacy kvm assignment

2019-08-20 Thread Michal Privoznik
The KVM assignment is going to be removed shortly. Don't let the hostdev module configure it. Signed-off-by: Michal Privoznik --- src/util/virhostdev.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/util/virhostdev.c b/src/util/virhostdev.c index