Re: [PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct

2021-04-13 Thread Siddharth Chandrasekaran
On Tue, Apr 13, 2021 at 03:53:01PM +0200, Vitaly Kuznetsov wrote: > Siddharth Chandrasekaran writes: > > As of now there are 7 parameters (and flags) that are used in various > > hyper-v hypercall handlers. There are 6 more input/output parameters > > passed from XMM registers which are to be adde

Re: [PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct

2021-04-13 Thread Vitaly Kuznetsov
Siddharth Chandrasekaran writes: > As of now there are 7 parameters (and flags) that are used in various > hyper-v hypercall handlers. There are 6 more input/output parameters > passed from XMM registers which are to be added in an upcoming patch. > > To make passing arguments to the handlers mor

[PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct

2021-04-12 Thread Siddharth Chandrasekaran
As of now there are 7 parameters (and flags) that are used in various hyper-v hypercall handlers. There are 6 more input/output parameters passed from XMM registers which are to be added in an upcoming patch. To make passing arguments to the handlers more readable, capture all these parameters int