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

--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to