We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 287943f + 8e3de95 commit 8abf2aeCopy full SHA for 8abf2ae
src/xn.ml
@@ -422,6 +422,7 @@ let add' copts x () = match x with
422
boot_order = if mem _boot then find _boot |> string else "cd";
423
qemu_disk_cmdline = false;
424
qemu_stubdom = false;
425
+ firmware = Xenops_types.Vm.default_firmware;
426
} in
427
let uuid = if mem _uuid then find _uuid |> string else Uuidm.to_string (Uuidm.create `V4) in
428
let name = if mem _name then find _name |> string else uuid in
0 commit comments