boot: Allow template to specify custom libvirt XML.
[mclu.git] / template.mli
index 635ca55..470baeb 100644 (file)
@@ -31,6 +31,7 @@ type template_info = {
   minimum_size : int64 option;
   disk_bus : string option;
   network_model : string option;
+  has_xml_target : bool;
 }
 
 val probe : ?verbose:bool -> string -> template_info