Re: [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions

2021-02-02 Thread Wei Liu
On Tue, Jan 26, 2021 at 01:20:36AM +, Michael Kelley wrote: > From: Wei Liu Sent: Wednesday, January 20, 2021 4:01 AM [...] > > +#include > > + > > +#define HV_DEPOSIT_MAX_ORDER (8) > > +#define HV_DEPOSIT_MAX (1 << HV_DEPOSIT_MAX_ORDER) > > Is there any reason to not let the maximum be 511,

RE: [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions

2021-01-26 Thread Michael Kelley
From: Wei Liu Sent: Wednesday, January 20, 2021 4:01 AM > > They are used to deposit pages into Microsoft Hypervisor and bring up > logical and virtual processors. > > Signed-off-by: Lillian Grassin-Drake > Signed-off-by: Sunil Muthuswamy > Signed-off-by: Nuno Das Neves > Co-Developed-by: Lil

[PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions

2021-01-20 Thread Wei Liu
They are used to deposit pages into Microsoft Hypervisor and bring up logical and virtual processors. Signed-off-by: Lillian Grassin-Drake Signed-off-by: Sunil Muthuswamy Signed-off-by: Nuno Das Neves Co-Developed-by: Lillian Grassin-Drake Co-Developed-by: Sunil Muthuswamy Co-Developed-by: Nu