[libvirt] [PATCH] virsh: include bhyve in virsh -V output

Eric Blake eblake at redhat.com
Tue Jun 10 19:14:57 UTC 2014


On 06/10/2014 12:26 PM, Roman Bogorodskiy wrote:
> Add 'Bhyve' in hypervisor list reported by 'virsh -V'
> if it's compiled it.
> ---
>  tools/virsh.c | 3 +++
>  1 file changed, 3 insertions(+)

ACK

> 
> diff --git a/tools/virsh.c b/tools/virsh.c
> index 15f3025..828d585 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -3233,6 +3233,9 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
>  #ifdef WITH_XENAPI
>      vshPrint(ctl, " XenAPI");
>  #endif
> +#ifdef WITH_BHYVE
> +    vshPrint(ctl, " Bhyve");
> +#endif
>  #ifdef WITH_TEST
>      vshPrint(ctl, " Test");
>  #endif
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140610/5ddf3038/attachment-0001.sig>


More information about the libvir-list mailing list