[PATCH 0/2] virt-host-validate-bhyve: Improve checks

Nimish Jain posted 2 patches 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260704203311.10203-1-unauthorizen@gmail.com
tools/virt-host-validate-bhyve.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
[PATCH 0/2] virt-host-validate-bhyve: Improve checks
Posted by Nimish Jain 1 week, 3 days ago
Nimish Jain (2):
  replace if_tap check with if_tuntap check
  add pf check

 tools/virt-host-validate-bhyve.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

-- 
2.39.5 (Apple Git-154)
Re: [PATCH 0/2] virt-host-validate-bhyve: Improve checks
Posted by Roman Bogorodskiy 6 days, 4 hours ago
  Nimish Jain wrote:

> 
> Nimish Jain (2):
>   replace if_tap check with if_tuntap check
>   add pf check
> 
>  tools/virt-host-validate-bhyve.c | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
> 
> -- 
> 2.39.5 (Apple Git-154)

Series:

Reviewed-by: Roman Bogorodskiy <bogorodskiy@gmail.com>

I have slightly updated the commit messages, mainly the first one to
give more details about if_tap -> if_tuntap rename, and pushed the
series.

Congrats on the first libvirt contribution!