Hi,
> +/* status code */
> +enum VMLaunchUpdateStatus {
> + VM_LAUNCHUPDATE_SUCCESS,
> + VM_LAUNCHUPDATE_LOAD_FAIL,
> + VM_LAUNCHUPDATE_NOT_IGVM_INIT,
> +};As this is an external API it should have the numbers explicitly assigned. take care, Gerd
