Re: [PATCH v2] Drivers: hv: Use better errno matches for HV_STATUS values
From: Wei Liu
Date: Tue Oct 07 2025 - 12:08:39 EST
On Mon, Oct 06, 2025 at 11:08:08PM +0000, Easwar Hariharan wrote:
> Use a better mapping of hypervisor status codes to errno values and
> disambiguate the catch-all -EIO value. While here, remove the duplicate
> INVALID_LP_INDEX and INVALID_REGISTER_VALUES hypervisor status entries.
>
> Fixes: 3817854ba89201 ("hyperv: Log hypercall status codes as strings")
> Signed-off-by: Easwar Hariharan <easwar.hariharan@xxxxxxxxxxxxxxxxxxx>
The idea looks fine. I will defer to Nuno.
Wei