Allow an external kernel to be used to boot guests.
[mclu.git] / template.mli
index 635ca55..bb1d7f2 100644 (file)
@@ -31,6 +31,8 @@ type template_info = {
   minimum_size : int64 option;
   disk_bus : string option;
   network_model : string option;
+  has_xml_target : bool;
+  needs_external_kernel : bool;
 }
 
 val probe : ?verbose:bool -> string -> template_info