Skip to content
  • Guido Trotter's avatar
    Fix CreateInstance new optional parameters · 40ed12dd
    Guido Trotter authored
    Some new paramenters of the CreateInstance opcode are optional (namely
    kernel_path, initrd_path and hvm_boot_order) but their absence makes the code
    crash. Fix this by initializing them to a default value if they're not present.
    
    Reviewed-by: iustinp
    40ed12dd