Re: [PATCH v6 06/11] hw/misc/vmlaunchupdate: add api header
Gerd Hoffman <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
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