Re: [libvirt] [PATCH] virt-host-validate: add bhyve support

2017-03-11 Thread Roman Bogorodskiy
Michal Privoznik wrote: > On 02/25/2017 02:30 PM, Roman Bogorodskiy wrote: > > Add bhyve support to virt-host-validate(1). It checks for the > > essential kernel modules to be available so that user can actually > > start VMs, have networking and console access. > > > > It uses the kldnext(2)/k

Re: [libvirt] [PATCH] virt-host-validate: add bhyve support

2017-03-08 Thread Michal Privoznik
On 02/25/2017 02:30 PM, Roman Bogorodskiy wrote: > Add bhyve support to virt-host-validate(1). It checks for the > essential kernel modules to be available so that user can actually > start VMs, have networking and console access. > > It uses the kldnext(2)/kldstat(2) routines to retrieve modules

[libvirt] [PATCH] virt-host-validate: add bhyve support

2017-02-25 Thread Roman Bogorodskiy
Add bhyve support to virt-host-validate(1). It checks for the essential kernel modules to be available so that user can actually start VMs, have networking and console access. It uses the kldnext(2)/kldstat(2) routines to retrieve modules list. As bhyve is only available on FreeBSD and these routi