Re: [PATCH 4/6] input/vmmouse: Use vmware_hypercall API

2023-11-24 Thread Dmitry Torokhov
On Wed, Nov 22, 2023 at 03:30:49PM -0800, Alexey Makhalov wrote: > Switch from VMWARE_HYPERCALL macro to vmware_hypercall API. > Eliminate arch specific code. No functional changes intended. > > Signed-off-by: Alexey Makhalov Acked-by: Dmitry Torokhov Please feel free to merge with the rest of

Re: [PATCH 4/6] input/vmmouse: Use vmware_hypercall API

2023-11-24 Thread dmitry.torok...@gmail.com
On Sat, Nov 25, 2023 at 01:22:58AM +, Alexey Makhalov wrote: > On Nov 24, 2023, at 11:46 AM, Simon Horman wrote: > > > > On Wed, Nov 22, 2023 at 03:30:49PM -0800, Alexey Makhalov wrote: > >> Switch from VMWARE_HYPERCALL macro to vmware_hypercall API. > >> Eliminate arch specific code. No func

Re: [PATCH 4/6] input/vmmouse: Use vmware_hypercall API

2023-11-24 Thread Alexey Makhalov
On Nov 24, 2023, at 11:46 AM, Simon Horman wrote: > > On Wed, Nov 22, 2023 at 03:30:49PM -0800, Alexey Makhalov wrote: >> Switch from VMWARE_HYPERCALL macro to vmware_hypercall API. >> Eliminate arch specific code. No functional changes intended. >> >> Signed-off-by: Alexey Makhalov > > Hi Ale

Re: [PATCH 4/6] input/vmmouse: Use vmware_hypercall API

2023-11-24 Thread Simon Horman
On Wed, Nov 22, 2023 at 03:30:49PM -0800, Alexey Makhalov wrote: > Switch from VMWARE_HYPERCALL macro to vmware_hypercall API. > Eliminate arch specific code. No functional changes intended. > > Signed-off-by: Alexey Makhalov Hi Alexey, it is not strictly related to this patch, but I notice tha

[PATCH 4/6] input/vmmouse: Use vmware_hypercall API

2023-11-22 Thread Alexey Makhalov
Switch from VMWARE_HYPERCALL macro to vmware_hypercall API. Eliminate arch specific code. No functional changes intended. Signed-off-by: Alexey Makhalov --- drivers/input/mouse/vmmouse.c | 76 ++- 1 file changed, 22 insertions(+), 54 deletions(-) diff --git a/dri

[PATCH 4/6] input/vmmouse: Use vmware_hypercall API

2023-11-22 Thread Alexey Makhalov
Switch from VMWARE_HYPERCALL macro to vmware_hypercall API. Eliminate arch specific code. No functional changes intended. Signed-off-by: Alexey Makhalov --- drivers/input/mouse/vmmouse.c | 76 ++- 1 file changed, 22 insertions(+), 54 deletions(-) diff --git a/dri