Re: [PATCH v3 2/6] x86/vmware: Introduce vmware_hypercall API

2023-12-19 Thread Alexey Makhalov
On 12/19/23 4:51 PM, kirill.shute...@linux.intel.com wrote: On Tue, Dec 19, 2023 at 04:17:40PM -0800, Alexey Makhalov wrote: On 12/19/23 3:20 PM, kirill.shute...@linux.intel.com wrote: On Tue, Dec 19, 2023 at 01:57:47PM -0800, Alexey Makhalov wrote: +static inline +unsigned long vmware_hy

Re: [PATCH v3 2/6] x86/vmware: Introduce vmware_hypercall API

2023-12-19 Thread kirill . shutemov
On Tue, Dec 19, 2023 at 04:17:40PM -0800, Alexey Makhalov wrote: > > > On 12/19/23 3:20 PM, kirill.shute...@linux.intel.com wrote: > > On Tue, Dec 19, 2023 at 01:57:47PM -0800, Alexey Makhalov wrote: > > > +static inline > > > +unsigned long vmware_hypercall1(unsigned long cmd, unsigned long in1)

Re: [PATCH v3 2/6] x86/vmware: Introduce vmware_hypercall API

2023-12-19 Thread Alexey Makhalov
On 12/19/23 3:20 PM, kirill.shute...@linux.intel.com wrote: On Tue, Dec 19, 2023 at 01:57:47PM -0800, Alexey Makhalov wrote: +static inline +unsigned long vmware_hypercall1(unsigned long cmd, unsigned long in1) ... +static inline +unsigned long vmware_hypercall3(unsigned long cmd, unsigned

Re: [PATCH v3 2/6] x86/vmware: Introduce vmware_hypercall API

2023-12-19 Thread kirill . shutemov
On Tue, Dec 19, 2023 at 01:57:47PM -0800, Alexey Makhalov wrote: > +static inline > +unsigned long vmware_hypercall1(unsigned long cmd, unsigned long in1) ... > +static inline > +unsigned long vmware_hypercall3(unsigned long cmd, unsigned long in1, > + uint32_t *out1, ui