boot: Allow template to specify custom libvirt XML.
[mclu.git] / template.mli
index 748abbc..470baeb 100644 (file)
@@ -28,8 +28,10 @@ type template_info = {
   base_image : string;
   minimum_memory : int64 option;
   recommended_memory : int64 option;
+  minimum_size : int64 option;
   disk_bus : string option;
   network_model : string option;
+  has_xml_target : bool;
 }
 
 val probe : ?verbose:bool -> string -> template_info