[libvirt] [PATCH v2 01/10] virsh: report when vz driver is compiled

Nikolay Shirokovskiy nshirokovskiy at virtuozzo.com
Tue Apr 12 13:11:05 UTC 2016



On 07.04.2016 23:09, Maxim Nestratov wrote:
> Signed-off-by: Maxim Nestratov <mnestratov at virtuozzo.com>
> ---
>  tools/virsh.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tools/virsh.c b/tools/virsh.c
> index fe33839..5a61189 100644
> --- a/tools/virsh.c
> +++ b/tools/virsh.c
> @@ -580,6 +580,9 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
>  #ifdef WITH_OPENVZ
>      vshPrint(ctl, " OpenVZ");
>  #endif
> +#ifdef WITH_VZ
> +    vshPrint(ctl, " Virtuozzo");
> +#endif
>  #ifdef WITH_VMWARE
>      vshPrint(ctl, " VMware");
>  #endif
> 

ACK




More information about the libvir-list mailing list