Re: [PATCH v2 03/10] hyperv: break out common lookups into separate functions

2020-10-05 Thread Neal Gompa
On Mon, Oct 5, 2020 at 12:21 PM Matt Coleman wrote: > > This eliminates some duplicate code and simplifies the driver functions. > > Co-authored-by: Sri Ramanujam > Signed-off-by: Matt Coleman > --- > src/hyperv/hyperv_driver.c | 489 - > 1 file changed, 259

[PATCH v2 03/10] hyperv: break out common lookups into separate functions

2020-10-05 Thread Matt Coleman
This eliminates some duplicate code and simplifies the driver functions. Co-authored-by: Sri Ramanujam Signed-off-by: Matt Coleman --- src/hyperv/hyperv_driver.c | 489 - 1 file changed, 259 insertions(+), 230 deletions(-) diff --git