Re: [RFC PATCH 01/18] x86/hyperv: convert hyperv statuses to linux error codes

2021-03-04 Thread Nuno Das Neves
On 2/9/2021 5:04 AM, Vitaly Kuznetsov wrote: > Nuno Das Neves writes: > >> Return linux-friendly error codes from hypercall wrapper functions. >> This will be needed in the mshv module. >> >> Signed-off-by: Nuno Das Neves >> --- >> arch/x86/hyperv/hv_proc.c | 30

Re: [RFC PATCH 01/18] x86/hyperv: convert hyperv statuses to linux error codes

2021-02-09 Thread Vitaly Kuznetsov
Nuno Das Neves writes: > Return linux-friendly error codes from hypercall wrapper functions. > This will be needed in the mshv module. > > Signed-off-by: Nuno Das Neves > --- > arch/x86/hyperv/hv_proc.c | 30 ++--- > arch/x86/include/asm/mshyperv.h | 1 + > in

[RFC PATCH 01/18] x86/hyperv: convert hyperv statuses to linux error codes

2020-11-20 Thread Nuno Das Neves
Return linux-friendly error codes from hypercall wrapper functions. This will be needed in the mshv module. Signed-off-by: Nuno Das Neves --- arch/x86/hyperv/hv_proc.c | 30 ++--- arch/x86/include/asm/mshyperv.h | 1 + include/asm-generic/hyperv-tlfs.h | 32 +++