Re: [PATCH V2] WHPX: refactor load library

2019-11-15 Thread Paolo Bonzini
On 13/11/19 19:54, Sunil Muthuswamy wrote: > This refactors the load library of WHV libraries to make it more > modular. It makes a helper routine that can be called on demand. > This allows future expansion of load library/functions to support > functionality that is dependent on some feature bein

[PATCH V2] WHPX: refactor load library

2019-11-13 Thread Sunil Muthuswamy
This refactors the load library of WHV libraries to make it more modular. It makes a helper routine that can be called on demand. This allows future expansion of load library/functions to support functionality that is dependent on some feature being available. Signed-off-by: Sunil Muthuswamy ---