RE: [PATCH v5 5/6] Drivers: hv: vmbus: Support TDX guests

From: Dexuan Cui
Date: Tue May 02 2023 - 15:21:23 EST


> From: Michael Kelley (LINUX) <mikelley@xxxxxxxxxxxxx>
> Sent: Tuesday, May 2, 2023 8:26 AM
> ...
> Yes, this looks good to me. A minor point: In the two calls to set
Thanks for the confirmation!

> decrypted,
> if there is a failure, output the value of "ret" in the error message. It should
> never happen, but if it did, it could be hard to diagnose, and we'll want all
> the info we can get about the failure. And do the same in hv_synic_free()
> if setting back to encrypted should fail.
>
> Michael

Will do in v6.