Fixes to allow (32 bit) arm guests to run on aarch64 hosts.
[mclu.git] / template.mli
index 635ca55..2cec7b7 100644 (file)
@@ -26,11 +26,14 @@ val template_names : unit -> string list
 
 type template_info = {
   base_image : string;
+  guest_arch : string option;
   minimum_memory : int64 option;
   recommended_memory : int64 option;
   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