Skip to content

Commit 8abf2ae

Browse files
authored
Merge pull request xapi-project#27 from edwintorok/uefi-merge
CP-28301: plumb through firmware type parameter
2 parents 287943f + 8e3de95 commit 8abf2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xn.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ let add' copts x () = match x with
422422
boot_order = if mem _boot then find _boot |> string else "cd";
423423
qemu_disk_cmdline = false;
424424
qemu_stubdom = false;
425+
firmware = Xenops_types.Vm.default_firmware;
425426
} in
426427
let uuid = if mem _uuid then find _uuid |> string else Uuidm.to_string (Uuidm.create `V4) in
427428
let name = if mem _name then find _name |> string else uuid in

0 commit comments

Comments
 (0)