[libvirt] [PATCH 1/2] (Updated & fixed) OpenNebula driver, libvirt-0.6.2

Pritesh Kothari Pritesh.Kothari at Sun.COM
Wed Apr 22 15:12:02 UTC 2009


Hi Abel

>- Included driver's files in a different directory "src/opennebula"

Great, wouldn't crowd the src/ directory anymore, thanks.

> domain) { break;
>          case VIR_FROM_VBOX:
>              dom = "VBOX ";
> +        case VIR_FROM_ONE:
> +            dom = "ONE ";
>              break;
>      }
>      return(dom);

there is break missing here. will cause subtle errors if not failures.

Regards,
Pritesh




More information about the libvir-list mailing list