Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tdx-attester: log error on empty TSM report
tdx_guest TSM provider covers a wide range of errors which trigger an errno on outblob read but can also return empty reports without error. One such scenario seems to be when Qemu isn't connecting to TDX QGS properly (likely due to misconfiguration) but returns back with an empty buffer. Notify users about this scenario and log an error on empty TSM report but don't turn it into a new error because there isn't any. Signed-off-by: Mikko Ylinen <[email protected]>
- Loading branch information